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: More...
 
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: More...
 
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)
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_NormalsToPoints >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_NormalsToPoints >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

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.


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