|
| unsafe | TetrisDensifyOptions () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | 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) |
| | Constructs MR.Nesting.TetrisDensifyOptions elementwise.
|
| unsafe | TetrisDensifyOptions (MR.Nesting._ByValue_TetrisDensifyOptions _other) |
| | Generated from constructor MR.Nesting.TetrisDensifyOptions.TetrisDensifyOptions.
|
| | TetrisDensifyOptions (Const_TetrisDensifyOptions _other) |
| | Generated from constructor MR.Nesting.TetrisDensifyOptions.TetrisDensifyOptions.
|
| | TetrisDensifyOptions (TetrisDensifyOptions _other) |
| | Generated from constructor MR.Nesting.TetrisDensifyOptions.TetrisDensifyOptions.
|
| unsafe MR.Nesting.TetrisDensifyOptions | assign (MR.Nesting._ByValue_TetrisDensifyOptions _other) |
| | Generated from method MR::Nesting::TetrisDensifyOptions::operator=.
|
| virtual void | Dispose () |
| unsafe | Const_TetrisDensifyOptions () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | 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) |
| | Constructs MR.Nesting.TetrisDensifyOptions elementwise.
|
| unsafe | Const_TetrisDensifyOptions (MR.Nesting._ByValue_TetrisDensifyOptions _other) |
| | Generated from constructor MR.Nesting.TetrisDensifyOptions.TetrisDensifyOptions.
|
| | Const_TetrisDensifyOptions (Const_TetrisDensifyOptions _other) |
| | Generated from constructor MR.Nesting.TetrisDensifyOptions.TetrisDensifyOptions.
|
| | Const_TetrisDensifyOptions (TetrisDensifyOptions _other) |
| | Generated from constructor MR.Nesting.TetrisDensifyOptions.TetrisDensifyOptions.
|
|
| new unsafe ref float | voxelSize [get] |
| | size of block for tetris box
|
| new unsafe MR.Std.Vector_MROutEdge | densificationSequence [get, protected set] |
| | tetris box will be densify in these directions one by one
|
| new unsafe MR.Std.Function_Bool_From_Float | cb [get, protected set] |
| new unsafe MR.? Vector_MRObjId_MRVoxelId | nestVoxelsCache [get, set] |
| | [in/out] pre-allocated voxels vector (to speedup allocation)
|
| new unsafe MR.? Box_Vector3i | nestDimensionsCache [get, set] |
| | [in/out] dimensions of the nest (complimentary to voxels data)
|
| new unsafe MR.? VoxelBitSet | occupiedVoxelsCache [get, set] |
| | [in/out] voxels that blocks movement of floating (input) meshes (to provide input and output occupancy status)
|
| unsafe float | voxelSize [get] |
| | size of block for tetris box
|
| unsafe MR.Std.Const_Vector_MROutEdge | densificationSequence [get, protected set] |
| | tetris box will be densify in these directions one by one
|
| unsafe MR.Std.Const_Function_Bool_From_Float | cb [get, protected set] |
| unsafe MR.? Vector_MRObjId_MRVoxelId | nestVoxelsCache [get] |
| | [in/out] pre-allocated voxels vector (to speedup allocation)
|
| unsafe MR.? Box_Vector3i | nestDimensionsCache [get] |
| | [in/out] dimensions of the nest (complimentary to voxels data)
|
| unsafe MR.? VoxelBitSet | occupiedVoxelsCache [get] |
| | [in/out] voxels that blocks movement of floating (input) meshes (to provide input and output occupancy status)
|
Generated from class MR.Nesting.TetrisDensifyOptions. This is the non-const half of the class.