...
Name | Description |
---|---|
Create() | Creates a new IClusteringOutput. |
GetClusterAncestor(const Geo::s32, const Geo::s32) | The index of the ancestor at a particular level of a cluster in the tree. |
GetClusterForest() | Returns the entire tree structure for the clustering. |
GetClusterTriList(Geo::s32) | Returns a collection of triangles that make up the mesh for cluster. |
GetDusterPoints(Geo::s32) | Returns a collection of duster points within this cluster. |
GetNumLeafClusters() | Returns the number of leaves in the clustering. |
GetPreClusterIndex(Geo::s32) | The index of a cluster in the pre-clustering. |
Load(IGeoInputStream &, Geo::u32) | Load an instance of this class from an IGeoInputStream. |
Release() | Free this object that was created within the Enlighten libraries. |
Save(IGeoStream &, Geo::u32) | Save an instance of this class to an IGeoStream. |
...
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
...