class Enlighten::GeoClusterNode
Debugging output representation of a value in the clustering metric.
Variables
Name | Description |
---|---|
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
Name | Description |
---|---|
Load(Geo::IGeoInputStream &) | Load node from stream. |
Save(Geo::IGeoStream &) | Save node to stream. |
Anchor | ||||
---|---|---|---|---|
|
bool Enlighten::GeoClusterNode::Load
...
public: bool Load
(
Geo::IGeoInputStream & reader
)
...
Load node from stream.
Anchor | ||||
---|---|---|---|---|
|
bool Enlighten::GeoClusterNode::Save
...
public: bool Save
(
Geo::IGeoStream & writer
) const
...
Save node to stream.