Generated from class MR.TrimOptionalOutput. This is the const half of the class.
More...
Inheritance diagram for MR.Const_TrimOptionalOutput:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_TrimOptionalOutput () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_TrimOptionalOutput (MR.UndirectedEdgeBitSet? outCutEdges, MR.Std.Vector_StdVectorMREdgeId? outCutContours, MR.Phmap.FlatHashMap_MRFaceId_MRFaceId? new2Old, MR.Mesh? otherPart, MR.Phmap.FlatHashMap_MRFaceId_MRFaceId? otherNew2Old, MR.Std.Vector_StdVectorMREdgeId? otherOutCutContours) |
Constructs MR.TrimOptionalOutput elementwise. | |
| unsafe | Const_TrimOptionalOutput (MR.Const_TrimOptionalOutput _other) |
Generated from constructor MR.TrimOptionalOutput.TrimOptionalOutput. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.? UndirectedEdgeBitSet | outCutEdges [get] |
| unsafe MR.Std.? Vector_StdVectorMREdgeId | outCutContours [get] |
| unsafe MR.Phmap.? FlatHashMap_MRFaceId_MRFaceId | new2Old [get] |
| unsafe MR.? Mesh | otherPart [get] |
| unsafe MR.Phmap.? FlatHashMap_MRFaceId_MRFaceId | otherNew2Old [get] |
| unsafe MR.Std.? Vector_StdVectorMREdgeId | otherOutCutContours [get] |
Properties inherited from MR.Misc.Object< Const_TrimOptionalOutput > | |
| 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 Attributes inherited from MR.Misc.Object< Const_TrimOptionalOutput > | |
| bool | _IsOwningVal |
Generated from class MR.TrimOptionalOutput. This is the const half of the class.