Generated from class MR.OffsetContoursOrigins. This is the const half of the class.
More...
Inheritance diagram for MR.Const_OffsetContoursOrigins:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_OffsetContoursOrigins () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_OffsetContoursOrigins (MR.Const_OffsetContourIndex lOrg, MR.Const_OffsetContourIndex lDest, MR.Const_OffsetContourIndex uOrg, MR.Const_OffsetContourIndex uDest, float lRatio, float uRatio) |
Constructs MR.OffsetContoursOrigins elementwise. | |
| unsafe | Const_OffsetContoursOrigins (MR.Const_OffsetContoursOrigins _other) |
Generated from constructor MR.OffsetContoursOrigins.OffsetContoursOrigins. | |
| unsafe bool | valid () |
Generated from method MR.OffsetContoursOrigins.valid. | |
| unsafe bool | isIntersection () |
Generated from method MR.OffsetContoursOrigins.isIntersection. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Const_OffsetContourIndex | lOrg [get] |
| unsafe MR.Const_OffsetContourIndex | lDest [get] |
| unsafe MR.Const_OffsetContourIndex | uOrg [get] |
| unsafe MR.Const_OffsetContourIndex | uDest [get] |
| unsafe float | lRatio [get] |
| unsafe float | uRatio [get] |
Properties inherited from MR.Misc.Object< Const_OffsetContoursOrigins > | |
| 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_OffsetContoursOrigins > | |
| bool | _IsOwningVal |
Generated from class MR.OffsetContoursOrigins. This is the const half of the class.