MeshLib C# Docs
Loading...
Searching...
No Matches
MR.PlanarTriangulation.Const_IntersectionInfo Class Reference

Info about intersection point for mapping Generated from class MR.PlanarTriangulation.IntersectionInfo. This is the const half of the class. More...

Inheritance diagram for MR.PlanarTriangulation.Const_IntersectionInfo:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_IntersectionInfo ()
 Constructs an empty (default-constructed) instance.
unsafe Const_IntersectionInfo (MR.VertId lOrg, MR.VertId lDest, MR.VertId uOrg, MR.VertId uDest, float lRatio, float uRatio)
 Constructs MR.PlanarTriangulation.IntersectionInfo elementwise.
unsafe Const_IntersectionInfo (MR.PlanarTriangulation.Const_IntersectionInfo _other)
 Generated from constructor MR.PlanarTriangulation.IntersectionInfo.IntersectionInfo.
 Const_IntersectionInfo (IntersectionInfo _other)
 Generated from constructor MR.PlanarTriangulation.IntersectionInfo.IntersectionInfo.
unsafe bool isIntersection ()
 Generated from method MR.PlanarTriangulation.IntersectionInfo.isIntersection.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.VertId__ref_storage_lOrg
unsafe MR.VertId__ref_storage_lDest
unsafe MR.VertId__ref_storage_uOrg
unsafe MR.VertId__ref_storage_uDest
unsafe float * __ref_storage_lRatio
unsafe float * __ref_storage_uRatio

Properties

unsafe ref readonly MR.VertId lOrg [get]
 if lDest is invalid then lOrg is id of input vertex ids of lower intersection edge vertices
unsafe ref readonly MR.VertId lDest [get]
 if lDest is invalid then lOrg is id of input vertex ids of lower intersection edge vertices
unsafe ref readonly MR.VertId uOrg [get]
 ids of upper intersection edge vertices
unsafe ref readonly MR.VertId uDest [get]
 ids of upper intersection edge vertices
unsafe float lRatio [get]
unsafe float uRatio [get]

Detailed Description

Info about intersection point for mapping Generated from class MR.PlanarTriangulation.IntersectionInfo. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_IntersectionInfo() [1/4]

unsafe MR.PlanarTriangulation.Const_IntersectionInfo.Const_IntersectionInfo ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_IntersectionInfo() [2/4]

unsafe MR.PlanarTriangulation.Const_IntersectionInfo.Const_IntersectionInfo ( MR.VertId lOrg,
MR.VertId lDest,
MR.VertId uOrg,
MR.VertId uDest,
float lRatio,
float uRatio )
inline

Constructs MR.PlanarTriangulation.IntersectionInfo elementwise.

◆ Const_IntersectionInfo() [3/4]

unsafe MR.PlanarTriangulation.Const_IntersectionInfo.Const_IntersectionInfo ( MR.PlanarTriangulation.Const_IntersectionInfo _other)
inline

◆ Const_IntersectionInfo() [4/4]

MR.PlanarTriangulation.Const_IntersectionInfo.Const_IntersectionInfo ( IntersectionInfo _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.PlanarTriangulation.Const_IntersectionInfo.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.PlanarTriangulation.Const_IntersectionInfo.Dispose ( bool disposing)
inlineprotectedvirtual

◆ isIntersection()

unsafe bool MR.PlanarTriangulation.Const_IntersectionInfo.isIntersection ( )
inline

Member Data Documentation

◆ __ref_storage_lDest

unsafe MR.VertId* MR.PlanarTriangulation.Const_IntersectionInfo.__ref_storage_lDest
protected

◆ __ref_storage_lOrg

unsafe MR.VertId* MR.PlanarTriangulation.Const_IntersectionInfo.__ref_storage_lOrg
protected

◆ __ref_storage_lRatio

unsafe float* MR.PlanarTriangulation.Const_IntersectionInfo.__ref_storage_lRatio
protected

◆ __ref_storage_uDest

unsafe MR.VertId* MR.PlanarTriangulation.Const_IntersectionInfo.__ref_storage_uDest
protected

◆ __ref_storage_uOrg

unsafe MR.VertId* MR.PlanarTriangulation.Const_IntersectionInfo.__ref_storage_uOrg
protected

◆ __ref_storage_uRatio

unsafe float* MR.PlanarTriangulation.Const_IntersectionInfo.__ref_storage_uRatio
protected

Property Documentation

◆ lDest

unsafe ref readonly MR.VertId MR.PlanarTriangulation.Const_IntersectionInfo.lDest
get

if lDest is invalid then lOrg is id of input vertex ids of lower intersection edge vertices

◆ lOrg

unsafe ref readonly MR.VertId MR.PlanarTriangulation.Const_IntersectionInfo.lOrg
get

if lDest is invalid then lOrg is id of input vertex ids of lower intersection edge vertices

◆ lRatio

unsafe float MR.PlanarTriangulation.Const_IntersectionInfo.lRatio
get

◆ uDest

unsafe ref readonly MR.VertId MR.PlanarTriangulation.Const_IntersectionInfo.uDest
get

ids of upper intersection edge vertices

◆ uOrg

unsafe ref readonly MR.VertId MR.PlanarTriangulation.Const_IntersectionInfo.uOrg
get

ids of upper intersection edge vertices

◆ uRatio

unsafe float MR.PlanarTriangulation.Const_IntersectionInfo.uRatio
get

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