Generated from class MR.Nesting.TetrisDensifyOptions. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
Generated from class MR.Nesting.TetrisDensifyOptions. This is the const half of the class.
◆ Const_TetrisDensifyOptions() [1/5]
| unsafe MR.Nesting.Const_TetrisDensifyOptions.Const_TetrisDensifyOptions |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_TetrisDensifyOptions() [2/5]
| unsafe MR.Nesting.Const_TetrisDensifyOptions.Const_TetrisDensifyOptions |
( |
float | voxelSize, |
|
|
MR.Std._ByValue_Vector_MROutEdge | densificationSequence, |
|
|
MR.Std._ByValue_Function_Bool_From_Float | cb, |
|
|
MR.Vector_MRObjId_MRVoxelId? | nestVoxelsCache, |
|
|
MR.Misc.InOut< MR.Vector3i >? | nestDimensionsCache, |
|
|
MR.VoxelBitSet? | occupiedVoxelsCache ) |
|
inline |
◆ Const_TetrisDensifyOptions() [3/5]
| unsafe MR.Nesting.Const_TetrisDensifyOptions.Const_TetrisDensifyOptions |
( |
MR.Nesting._ByValue_TetrisDensifyOptions | _other | ) |
|
|
inline |
◆ Const_TetrisDensifyOptions() [4/5]
◆ Const_TetrisDensifyOptions() [5/5]
◆ Dispose() [1/2]
| virtual void MR.Nesting.Const_TetrisDensifyOptions.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Nesting.Const_TetrisDensifyOptions.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ptr_storage_nestDimensionsCache
| unsafe MR.Box_Vector3i._Underlying** MR.Nesting.Const_TetrisDensifyOptions.__ptr_storage_nestDimensionsCache |
|
protected |
◆ __ptr_storage_nestVoxelsCache
| unsafe MR.Vector_MRObjId_MRVoxelId._Underlying** MR.Nesting.Const_TetrisDensifyOptions.__ptr_storage_nestVoxelsCache |
|
protected |
◆ __ptr_storage_occupiedVoxelsCache
| unsafe MR.VoxelBitSet._Underlying** MR.Nesting.Const_TetrisDensifyOptions.__ptr_storage_occupiedVoxelsCache |
|
protected |
◆ __ref_storage_voxelSize
| unsafe float* MR.Nesting.Const_TetrisDensifyOptions.__ref_storage_voxelSize |
|
protected |
◆ cb
| unsafe MR.Std.Const_Function_Bool_From_Float MR.Nesting.Const_TetrisDensifyOptions.cb |
|
getprotected set |
◆ densificationSequence
| unsafe MR.Std.Const_Vector_MROutEdge MR.Nesting.Const_TetrisDensifyOptions.densificationSequence |
|
getprotected set |
tetris box will be densify in these directions one by one
◆ nestDimensionsCache
| unsafe MR.? Box_Vector3i MR.Nesting.Const_TetrisDensifyOptions.nestDimensionsCache |
|
get |
[in/out] dimensions of the nest (complimentary to voxels data)
◆ nestVoxelsCache
[in/out] pre-allocated voxels vector (to speedup allocation)
◆ occupiedVoxelsCache
| unsafe MR.? VoxelBitSet MR.Nesting.Const_TetrisDensifyOptions.occupiedVoxelsCache |
|
get |
[in/out] voxels that blocks movement of floating (input) meshes (to provide input and output occupancy status)
◆ voxelSize
| unsafe float MR.Nesting.Const_TetrisDensifyOptions.voxelSize |
|
get |
size of block for tetris box
The documentation for this class was generated from the following file: