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

Class for deforming mesh using Bernstein interpolation. More...

+ Inheritance diagram for MR.Const_FreeFormDeformer:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_FreeFormDeformer (MR._ByValue_FreeFormDeformer _other)
 Generated from constructor MR.FreeFormDeformer.FreeFormDeformer.
 
unsafe Const_FreeFormDeformer (MR.VertCoords coords, MR.Const_VertBitSet valid)
 Generated from constructor MR.FreeFormDeformer.FreeFormDeformer.
 
unsafe Const_FreeFormDeformer (MR.Mesh mesh, MR.Const_VertBitSet? region=null)
 Generated from constructor MR.FreeFormDeformer.FreeFormDeformer.
 
unsafe ref readonly MR.Vector3f getRefGridPointPosition (in MR.Vector3i coordOfPointInGrid)
 Generated from method MR.FreeFormDeformer.getRefGridPointPosition.
 
unsafe void apply ()
 Generated from method MR.FreeFormDeformer.apply.
 
unsafe MR.Vector3f applySinglePoint (in MR.Vector3f point)
 Generated from method MR.FreeFormDeformer.applySinglePoint.
 
unsafe int getIndex (in MR.Vector3i coordOfPointInGrid)
 Generated from method MR.FreeFormDeformer.getIndex.
 
unsafe MR.Vector3i getCoord (int index)
 Generated from method MR.FreeFormDeformer.getCoord.
 
unsafe MR.Std.Const_Vector_MRVector3f getAllRefGridPositions ()
 Generated from method MR.FreeFormDeformer.getAllRefGridPositions.
 
unsafe ref readonly MR.Vector3i getResolution ()
 Generated from method MR.FreeFormDeformer.getResolution.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_FreeFormDeformer >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_FreeFormDeformer >
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

Class for deforming mesh using Bernstein interpolation.

Generated from class MR.FreeFormDeformer. This is the const half of the class.


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