Generated from class MR.Line3Mesh<float>. This is the non-const half of the class.
More...
Inheritance diagram for MR.Line3Mesh_Float:Public Member Functions | |
| unsafe | Line3Mesh_Float () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Line3Mesh_Float (MR.Const_Line3f line, MR.IntersectionPrecomputes_Float? prec, MR.Const_Mesh? mesh, MR.Const_AABBTree? tree, MR.Const_FaceBitSet? region) |
Constructs MR.Line3Mesh<float> elementwise. | |
| unsafe | Line3Mesh_Float (MR.Const_Line3Mesh_Float _other) |
Generated from constructor MR.Line3Mesh<float>::Line3Mesh. | |
| unsafe MR.Line3Mesh_Float | assign (MR.Const_Line3Mesh_Float _other) |
Generated from method MR.Line3Mesh<float>::operator=. | |
Public Member Functions inherited from MR.Const_Line3Mesh_Float | |
| virtual void | Dispose () |
| unsafe | Const_Line3Mesh_Float () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Line3Mesh_Float (MR.Const_Line3f line, MR.IntersectionPrecomputes_Float? prec, MR.Const_Mesh? mesh, MR.Const_AABBTree? tree, MR.Const_FaceBitSet? region) |
Constructs MR.Line3Mesh<float> elementwise. | |
| unsafe | Const_Line3Mesh_Float (MR.Const_Line3Mesh_Float _other) |
Generated from constructor MR.Line3Mesh<float>::Line3Mesh. | |
Properties | |
| new unsafe MR.Line3f | line [get] |
| set it to a valid pointer for better performance | |
| new unsafe MR.? IntersectionPrecomputes_Float | prec [get, set] |
| must be set a valid pointer before use | |
| new unsafe MR.? Const_Mesh | mesh [get, set] |
| must be set a valid pointer before use | |
| new unsafe MR.? Const_AABBTree | tree [get, set] |
| may remain nullptr, meaning all mesh | |
| new unsafe MR.? Const_FaceBitSet | region [get, set] |
Properties inherited from MR.Const_Line3Mesh_Float | |
| unsafe MR.Const_Line3f | line [get] |
| set it to a valid pointer for better performance | |
| unsafe MR.? IntersectionPrecomputes_Float | prec [get] |
| must be set a valid pointer before use | |
| unsafe MR.? Const_Mesh | mesh [get] |
| must be set a valid pointer before use | |
| unsafe MR.? Const_AABBTree | tree [get] |
| may remain nullptr, meaning all mesh | |
| unsafe MR.? Const_FaceBitSet | region [get] |
Properties inherited from MR.Misc.Object< Const_Line3Mesh_Float > | |
| 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. | |
Additional Inherited Members | |
Protected Member Functions inherited from MR.Const_Line3Mesh_Float | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< Const_Line3Mesh_Float > | |
| bool | _IsOwningVal |
Generated from class MR.Line3Mesh<float>. This is the non-const half of the class.