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

The purpose of this class is to update vertex positions given target triangle normals; see the article "Static/Dynamic Filtering for Mesh Geometry" Generated from class MR.NormalsToPoints. This is the const half of the class. More...

Inheritance diagram for MR.Const_NormalsToPoints:

Classes

class  _InOptConst_ISolver
 This is used for optional parameters of class ISolver with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_ISolver. Usage:
class  _InOptMut_ISolver
 This is used for optional parameters of class ISolver with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_ISolver. Usage:
struct  _Underlying
class  Const_ISolver
 Generated from class MR.NormalsToPoints.ISolver. This is the const half of the class. More...
class  ISolver
 Generated from class MR.NormalsToPoints.ISolver. This is the non-const half of the class. More...

Public Member Functions

virtual void Dispose ()
unsafe Const_NormalsToPoints ()
 Constructs an empty (default-constructed) instance.
unsafe Const_NormalsToPoints (MR._ByValue_NormalsToPoints _other)
 Generated from constructor MR.NormalsToPoints.NormalsToPoints.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

The purpose of this class is to update vertex positions given target triangle normals; see the article "Static/Dynamic Filtering for Mesh Geometry" Generated from class MR.NormalsToPoints. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_NormalsToPoints() [1/2]

unsafe MR.Const_NormalsToPoints.Const_NormalsToPoints ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_NormalsToPoints() [2/2]

unsafe MR.Const_NormalsToPoints.Const_NormalsToPoints ( MR._ByValue_NormalsToPoints _other)
inline

Generated from constructor MR.NormalsToPoints.NormalsToPoints.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_NormalsToPoints.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

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