MeshLib C# Docs
Loading...
Searching...
No Matches
Inheritance diagram for MR.Const_DecimatePolylineResult:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_DecimatePolylineResult ()
 Constructs an empty (default-constructed) instance.
unsafe Const_DecimatePolylineResult (int vertsDeleted, float errorIntroduced)
 Constructs MR.DecimatePolylineResult elementwise.
unsafe Const_DecimatePolylineResult (MR.Const_DecimatePolylineResult _other)
 Generated from constructor MR.DecimatePolylineResult.DecimatePolylineResult.
 Const_DecimatePolylineResult (DecimatePolylineResult _other)
 Generated from constructor MR.DecimatePolylineResult.DecimatePolylineResult.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe int * __ref_storage_vertsDeleted
unsafe float * __ref_storage_errorIntroduced

Properties

unsafe int vertsDeleted [get]
 Number deleted verts. Same as the number of performed collapses.
unsafe float errorIntroduced [get]
 Max different (as distance) between original contour and result contour.

Constructor & Destructor Documentation

◆ Const_DecimatePolylineResult() [1/4]

unsafe MR.Const_DecimatePolylineResult.Const_DecimatePolylineResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_DecimatePolylineResult() [2/4]

unsafe MR.Const_DecimatePolylineResult.Const_DecimatePolylineResult ( int vertsDeleted,
float errorIntroduced )
inline

Constructs MR.DecimatePolylineResult elementwise.

◆ Const_DecimatePolylineResult() [3/4]

unsafe MR.Const_DecimatePolylineResult.Const_DecimatePolylineResult ( MR.Const_DecimatePolylineResult _other)
inline

◆ Const_DecimatePolylineResult() [4/4]

MR.Const_DecimatePolylineResult.Const_DecimatePolylineResult ( DecimatePolylineResult _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_DecimatePolylineResult.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_errorIntroduced

unsafe float* MR.Const_DecimatePolylineResult.__ref_storage_errorIntroduced
protected

◆ __ref_storage_vertsDeleted

unsafe int* MR.Const_DecimatePolylineResult.__ref_storage_vertsDeleted
protected

Property Documentation

◆ errorIntroduced

unsafe float MR.Const_DecimatePolylineResult.errorIntroduced
get

Max different (as distance) between original contour and result contour.

◆ vertsDeleted

unsafe int MR.Const_DecimatePolylineResult.vertsDeleted
get

Number deleted verts. Same as the number of performed collapses.


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