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

information about shell vertex Generated from class MR.ShellVertexInfo. This is the const half of the class. More...

Inheritance diagram for MR.Const_ShellVertexInfo:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_ShellVertexInfo ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ShellVertexInfo (bool inRange, bool projOnBd, bool rightSide)
 Constructs MR.ShellVertexInfo elementwise.
unsafe Const_ShellVertexInfo (MR.Const_ShellVertexInfo _other)
 Generated from constructor MR.ShellVertexInfo.ShellVertexInfo.
 Const_ShellVertexInfo (ShellVertexInfo _other)
 Generated from constructor MR.ShellVertexInfo.ShellVertexInfo.
unsafe bool valid ()
 returns true if shell vertex is in range, does not project on boundary and located on proper side Generated from method MR.ShellVertexInfo.valid.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe bool * __ref_storage_inRange
unsafe bool * __ref_storage_projOnBd
unsafe bool * __ref_storage_rightSide

Properties

unsafe bool inRange [get]
 true when shell vertex is within settings.maxDist from source mesh
unsafe bool projOnBd [get]
 shell vertex projects on source mesh boundary (never true for winding rule mode)
unsafe bool rightSide [get]
 whether shell vertex is on requested side of source mesh

Detailed Description

information about shell vertex Generated from class MR.ShellVertexInfo. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_ShellVertexInfo() [1/4]

unsafe MR.Const_ShellVertexInfo.Const_ShellVertexInfo ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_ShellVertexInfo() [2/4]

unsafe MR.Const_ShellVertexInfo.Const_ShellVertexInfo ( bool inRange,
bool projOnBd,
bool rightSide )
inline

Constructs MR.ShellVertexInfo elementwise.

◆ Const_ShellVertexInfo() [3/4]

unsafe MR.Const_ShellVertexInfo.Const_ShellVertexInfo ( MR.Const_ShellVertexInfo _other)
inline

Generated from constructor MR.ShellVertexInfo.ShellVertexInfo.

◆ Const_ShellVertexInfo() [4/4]

MR.Const_ShellVertexInfo.Const_ShellVertexInfo ( ShellVertexInfo _other)
inline

Generated from constructor MR.ShellVertexInfo.ShellVertexInfo.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_ShellVertexInfo.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ valid()

unsafe bool MR.Const_ShellVertexInfo.valid ( )
inline

returns true if shell vertex is in range, does not project on boundary and located on proper side Generated from method MR.ShellVertexInfo.valid.

Member Data Documentation

◆ __ref_storage_inRange

unsafe bool* MR.Const_ShellVertexInfo.__ref_storage_inRange
protected

◆ __ref_storage_projOnBd

unsafe bool* MR.Const_ShellVertexInfo.__ref_storage_projOnBd
protected

◆ __ref_storage_rightSide

unsafe bool* MR.Const_ShellVertexInfo.__ref_storage_rightSide
protected

Property Documentation

◆ inRange

unsafe bool MR.Const_ShellVertexInfo.inRange
get

true when shell vertex is within settings.maxDist from source mesh

◆ projOnBd

unsafe bool MR.Const_ShellVertexInfo.projOnBd
get

shell vertex projects on source mesh boundary (never true for winding rule mode)

◆ rightSide

unsafe bool MR.Const_ShellVertexInfo.rightSide
get

whether shell vertex is on requested side of source mesh


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