Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Enlighten::GeoClusterNode

Debugging output representation of a value in the clustering metric.

Variables

NameDescription
Geo::s32 m_Level

Level at which the node is located in the tree.

Geo::s32 m_LevelClusterIdx

Index within the level at which the node is located in the tree.

Geo::s32 m_LinearId

Id in the linear clustering of the tree this node belongs to.

Geo::s32 m_PreClusteringIdx

Index in the PreClustering stage.

Functions

NameDescription
Load(Geo::IGeoInputStream &)

Load node from stream.

Save(Geo::IGeoStream &)

Save node to stream.


Anchor
ab1c38d578cc1ce139e4616e72121315f
ab1c38d578cc1ce139e4616e72121315f

bool Enlighten::GeoClusterNode::Load

...

public: bool Load
(
    Geo::IGeoInputStream & reader
)

...

Load node from stream.


Anchor
aa28e05644f16d4f2c354560601e0e9c8
aa28e05644f16d4f2c354560601e0e9c8

bool Enlighten::GeoClusterNode::Save

...

public: bool Save
(
    Geo::IGeoStream & writer
) const

...

Save node to stream.