MeshLib C# Docs
Loading...
Searching...
No Matches

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...

Inheritance diagram for MR.Const_FastWindingNumber:

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)

Detailed Description

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.

Constructor & Destructor Documentation

◆ Const_FastWindingNumber() [1/4]

unsafe MR.Const_FastWindingNumber.Const_FastWindingNumber ( MR._ByValue_FastWindingNumber _other)
inline

Generated from constructor MR.FastWindingNumber.FastWindingNumber.

◆ Const_FastWindingNumber() [2/4]

MR.Const_FastWindingNumber.Const_FastWindingNumber ( Const_FastWindingNumber _other)
inline

Generated from constructor MR.FastWindingNumber.FastWindingNumber.

◆ Const_FastWindingNumber() [3/4]

MR.Const_FastWindingNumber.Const_FastWindingNumber ( FastWindingNumber _other)
inline

Generated from constructor MR.FastWindingNumber.FastWindingNumber.

◆ Const_FastWindingNumber() [4/4]

unsafe MR.Const_FastWindingNumber.Const_FastWindingNumber ( MR.Const_Mesh mesh)
inline

constructs this from AABB tree of given mesh; this remains valid only if tree is valid Generated from constructor MR.FastWindingNumber.FastWindingNumber.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_FastWindingNumber.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_FastWindingNumber.Dispose ( bool disposing)
inlineprotectedvirtual

◆ operator Const_FastWindingNumber()

unsafe implicit MR.Const_FastWindingNumber.operator Const_FastWindingNumber ( MR.Const_Mesh mesh)
inlinestatic

constructs this from AABB tree of given mesh; this remains valid only if tree is valid Generated from constructor MR.FastWindingNumber.FastWindingNumber.

◆ operator Const_FastWindingNumber?()

unsafe MR.Const_FastWindingNumber.operator Const_FastWindingNumber? ( MR.Const_IFastWindingNumber parent)
inlineexplicitstatic

◆ operator MR.Const_IFastWindingNumber()

unsafe implicit MR.Const_FastWindingNumber.operator MR.Const_IFastWindingNumber ( Const_FastWindingNumber self)
inlinestatic

The documentation for this class was generated from the following file: