the class for fast approximate computation of winding number for a mesh (using its AABB tree) Note, this used to be [[nodiscard]], but GCC 12 doesn't understand both [[...]] and __attribute__(...) on the same class. A possible fix is to change MRMESH_CLASS globally to [[__gnu__::__visibility__("default")]]. Generated from class MR.FastWindingNumber. Base classes: Direct: (non-virtual) MR.IFastWindingNumber This is the const half of the class. More...
Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_FastWindingNumber (MR._ByValue_FastWindingNumber _other) |
| Generated from constructor MR.FastWindingNumber.FastWindingNumber. | |
| Const_FastWindingNumber (Const_FastWindingNumber _other) | |
| Generated from constructor MR.FastWindingNumber.FastWindingNumber. | |
| Const_FastWindingNumber (FastWindingNumber _other) | |
| Generated from constructor MR.FastWindingNumber.FastWindingNumber. | |
| unsafe | Const_FastWindingNumber (MR.Const_Mesh mesh) |
| constructs this from AABB tree of given mesh; this remains valid only if tree is valid Generated from constructor MR.FastWindingNumber.FastWindingNumber. | |
Static Public Member Functions | |
| static unsafe implicit | operator MR.Const_IFastWindingNumber (Const_FastWindingNumber self) |
| static unsafe | operator Const_FastWindingNumber? (MR.Const_IFastWindingNumber parent) |
| static unsafe implicit | operator Const_FastWindingNumber (MR.Const_Mesh mesh) |
| constructs this from AABB tree of given mesh; this remains valid only if tree is valid Generated from constructor MR.FastWindingNumber.FastWindingNumber. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
the class for fast approximate computation of winding number for a mesh (using its AABB tree) Note, this used to be [[nodiscard]], but GCC 12 doesn't understand both [[...]] and __attribute__(...) on the same class. A possible fix is to change MRMESH_CLASS globally to [[__gnu__::__visibility__("default")]]. Generated from class MR.FastWindingNumber. Base classes: Direct: (non-virtual) MR.IFastWindingNumber This is the const half of the class.
|
inline |
Generated from constructor MR.FastWindingNumber.FastWindingNumber.
|
inline |
Generated from constructor MR.FastWindingNumber.FastWindingNumber.
|
inline |
Generated from constructor MR.FastWindingNumber.FastWindingNumber.
|
inline |
constructs this from AABB tree of given mesh; this remains valid only if tree is valid Generated from constructor MR.FastWindingNumber.FastWindingNumber.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inlinestatic |
constructs this from AABB tree of given mesh; this remains valid only if tree is valid Generated from constructor MR.FastWindingNumber.FastWindingNumber.
|
inlineexplicitstatic |
|
inlinestatic |