converts volume split on parts by planes z=const into mesh, last z-layer of previous part must be repeated as first z-layer of next part usage: MarchingCubesByParts x( dims, params); x.addPart( part1 ); ... x.addPart( partN ); Mesh mesh = Mesh.fromTriMesh( *x.finalize() ); Generated from class MR.MarchingCubesByParts. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
converts volume split on parts by planes z=const into mesh, last z-layer of previous part must be repeated as first z-layer of next part usage: MarchingCubesByParts x( dims, params); x.addPart( part1 ); ... x.addPart( partN ); Mesh mesh = Mesh.fromTriMesh( *x.finalize() ); Generated from class MR.MarchingCubesByParts. This is the const half of the class.
◆ Const_MarchingCubesByParts() [1/2]
| unsafe MR.Const_MarchingCubesByParts.Const_MarchingCubesByParts |
( |
MR._ByValue_MarchingCubesByParts | s | ) |
|
|
inline |
◆ Const_MarchingCubesByParts() [2/2]
prepares convention for given volume dimensions and given parameters
- Parameters
-
| layersPerBlock | all z-slices of the volume will be partitioned on blocks of given size to process blocks in parallel (0 means auto-select layersPerBlock) Generated from constructor MR.MarchingCubesByParts.MarchingCubesByParts. Parameter layersPerBlock defaults to 0. |
◆ Dispose() [1/2]
| virtual void MR.Const_MarchingCubesByParts.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_MarchingCubesByParts.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ layersPerBlock()
| unsafe int MR.Const_MarchingCubesByParts.layersPerBlock |
( |
| ) |
|
|
inline |
◆ nextZ()
| unsafe int MR.Const_MarchingCubesByParts.nextZ |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: