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