storage for points on voxel edges used in Marching Cubes algorithms Generated from class MR.SeparationPointStorage. This is the const half of the class.
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_SeparationPointStorage () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_SeparationPointStorage (MR._ByValue_SeparationPointStorage _other) |
| | Generated from constructor MR.SeparationPointStorage.SeparationPointStorage.
|
| |
|
unsafe MR.Std.? Array_MRVertId_3 | findSeparationPointSet (ulong voxelId) |
| | finds the set (locating the block) by voxel id Generated from method MR.SeparationPointStorage.findSeparationPointSet.
|
| |
|
unsafe MR.Triangulation | getTriangulation (MR.Vector_MRVoxelId_MRFaceId? outVoxelPerFaceMap=null) |
| | combines triangulations from every block into one and returns it Generated from method MR.SeparationPointStorage.getTriangulation.
|
| |
|
unsafe void | getPoints (MR.VertCoords points) |
| | obtains coordinates of all stored points Generated from method MR.SeparationPointStorage.getPoints.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
bool | _IsOwningVal |
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
storage for points on voxel edges used in Marching Cubes algorithms Generated from class MR.SeparationPointStorage. This is the const half of the class.
The documentation for this class was generated from the following file: