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

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_DecimateResult ()
 Constructs an empty (default-constructed) instance.
unsafe Const_DecimateResult (int vertsDeleted, int facesDeleted, float errorIntroduced, bool cancelled)
 Constructs MR.DecimateResult elementwise.
unsafe Const_DecimateResult (MR.Const_DecimateResult _other)
 Generated from constructor MR.DecimateResult.DecimateResult.
 Const_DecimateResult (DecimateResult _other)
 Generated from constructor MR.DecimateResult.DecimateResult.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe int * __ref_storage_vertsDeleted
unsafe int * __ref_storage_facesDeleted
unsafe float * __ref_storage_errorIntroduced
unsafe bool * __ref_storage_cancelled

Properties

unsafe int vertsDeleted [get]
 Number deleted verts. Same as the number of performed collapses.
unsafe int facesDeleted [get]
 Number deleted faces.
unsafe float errorIntroduced [get]
 for DecimateStrategy.MinimizeError: estimated distance deviation of decimated mesh from the original mesh for DecimateStrategy.ShortestEdgeFirst: the shortest remaining edge in the mesh
unsafe bool cancelled [get]
 whether the algorithm was cancelled by the callback

Constructor & Destructor Documentation

◆ Const_DecimateResult() [1/4]

unsafe MR.Const_DecimateResult.Const_DecimateResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_DecimateResult() [2/4]

unsafe MR.Const_DecimateResult.Const_DecimateResult ( int vertsDeleted,
int facesDeleted,
float errorIntroduced,
bool cancelled )
inline

Constructs MR.DecimateResult elementwise.

◆ Const_DecimateResult() [3/4]

unsafe MR.Const_DecimateResult.Const_DecimateResult ( MR.Const_DecimateResult _other)
inline

Generated from constructor MR.DecimateResult.DecimateResult.

◆ Const_DecimateResult() [4/4]

MR.Const_DecimateResult.Const_DecimateResult ( DecimateResult _other)
inline

Generated from constructor MR.DecimateResult.DecimateResult.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_DecimateResult.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_cancelled

unsafe bool* MR.Const_DecimateResult.__ref_storage_cancelled
protected

◆ __ref_storage_errorIntroduced

unsafe float* MR.Const_DecimateResult.__ref_storage_errorIntroduced
protected

◆ __ref_storage_facesDeleted

unsafe int* MR.Const_DecimateResult.__ref_storage_facesDeleted
protected

◆ __ref_storage_vertsDeleted

unsafe int* MR.Const_DecimateResult.__ref_storage_vertsDeleted
protected

Property Documentation

◆ cancelled

unsafe bool MR.Const_DecimateResult.cancelled
get

whether the algorithm was cancelled by the callback

◆ errorIntroduced

unsafe float MR.Const_DecimateResult.errorIntroduced
get

for DecimateStrategy.MinimizeError: estimated distance deviation of decimated mesh from the original mesh for DecimateStrategy.ShortestEdgeFirst: the shortest remaining edge in the mesh

◆ facesDeleted

unsafe int MR.Const_DecimateResult.facesDeleted
get

Number deleted faces.

◆ vertsDeleted

unsafe int MR.Const_DecimateResult.vertsDeleted
get

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


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