MeshLib C# Docs
Loading...
Searching...
No Matches
MR.DecimatePolylineResult Struct Reference

Results of MR.decimateContour Generated from class MR.DecimatePolylineResult. This is the const half of the class. More...

Inheritance diagram for MR.DecimatePolylineResult:

Public Member Functions

unsafe DecimatePolylineResult ()
 Constructs an empty (default-constructed) instance.
unsafe DecimatePolylineResult (int vertsDeleted, float errorIntroduced)
 Constructs MR.DecimatePolylineResult elementwise.
unsafe DecimatePolylineResult (MR.Const_DecimatePolylineResult _other)
 Generated from constructor MR.DecimatePolylineResult.DecimatePolylineResult.
 DecimatePolylineResult (DecimatePolylineResult _other)
 Generated from constructor MR.DecimatePolylineResult.DecimatePolylineResult.
unsafe MR.DecimatePolylineResult assign (MR.Const_DecimatePolylineResult _other)
 Generated from method MR::DecimatePolylineResult::operator=.
Public Member Functions inherited from MR.Const_DecimatePolylineResult
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.

Properties

new unsafe ref int vertsDeleted [get]
 Number deleted verts. Same as the number of performed collapses.
new unsafe ref float errorIntroduced [get]
 Max different (as distance) between original contour and result contour.
Properties inherited from MR.Const_DecimatePolylineResult
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.

Additional Inherited Members

Protected Member Functions inherited from MR.Const_DecimatePolylineResult
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_DecimatePolylineResult
unsafe int * __ref_storage_vertsDeleted
unsafe float * __ref_storage_errorIntroduced

Detailed Description

Results of MR.decimateContour Generated from class MR.DecimatePolylineResult. This is the const half of the class.

Results of MR.decimateContour Generated from class MR.DecimatePolylineResult. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ DecimatePolylineResult() [1/4]

unsafe MR.DecimatePolylineResult.DecimatePolylineResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ DecimatePolylineResult() [2/4]

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

Constructs MR.DecimatePolylineResult elementwise.

◆ DecimatePolylineResult() [3/4]

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

◆ DecimatePolylineResult() [4/4]

MR.DecimatePolylineResult.DecimatePolylineResult ( DecimatePolylineResult _other)
inline

Member Function Documentation

◆ assign()

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

Generated from method MR::DecimatePolylineResult::operator=.

Property Documentation

◆ errorIntroduced

new unsafe ref float MR.DecimatePolylineResult.errorIntroduced
get

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

◆ vertsDeleted

new unsafe ref int MR.DecimatePolylineResult.vertsDeleted
get

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


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