/
class Enlighten ClusterRange
This is the documentation for Enlighten.
class Enlighten ClusterRange
class Enlighten::ClusterRange
The ClusterRange describes a range of leaf clusters that belong to a certain cluster in the tree.
It is effectively all leaf clusters that are grouped in this cluster.
Variables
Name | Description |
---|---|
Geo::s32 m_ClusterIdx | Index of the node containing the range of leaf clusters. |
Geo::s32 m_LeafClusterCount | Number of clusters in the range. |
Geo::s32 m_LeafClusterStartIdx | Index in the linear clustering of the first cluster in the range. |
Geo::s32 m_Level | Level at which the node containing the range of leaf clusters is located in the tree. |
Functions
Name | Description |
---|---|
ClusterRange(Geo::s32, Geo::s32, Geo::s32, Geo::s32) | Constructor. |
Enlighten::ClusterRange::ClusterRange
public: ClusterRange
(
Geo::s32 leafClusterStartIdx,
Geo::s32 leafClusterCount,
Geo::s32 level,
Geo::s32 clusterIdx
)
Constructor.
, multiple selections available,
Related content
class Enlighten ClusterRange
class Enlighten ClusterRange
More like this
class Enlighten ClusterRange
class Enlighten ClusterRange
More like this
class Enlighten GeoClusterNodeTree
class Enlighten GeoClusterNodeTree
More like this
class Enlighten GeoClusterNodeTree
class Enlighten GeoClusterNodeTree
More like this
class Enlighten GeoClusterNodeTree
class Enlighten GeoClusterNodeTree
More like this
class Enlighten GeoClusterNodeForest
class Enlighten GeoClusterNodeForest
More like this