Laplacian to smoothly deform a region preserving mesh fine details. How to use: More...
Inheritance diagram for MR.Const_Laplacian:Classes | |
| struct | _Underlying |
Public Types | |
| enum | RememberShape : int { Yes = 0 , No = 1 } |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_Laplacian (MR._ByValue_Laplacian _other) |
Generated from constructor MR.Laplacian.Laplacian. | |
| unsafe | Const_Laplacian (MR.Mesh mesh) |
Generated from constructor MR.Laplacian.Laplacian. | |
| unsafe | Const_Laplacian (MR.Const_MeshTopology topology, MR.VertCoords points) |
Generated from constructor MR.Laplacian.Laplacian. | |
| unsafe MR.Const_VertBitSet | region () |
return all initially free vertices and the first layer of vertices around them Generated from method MR.Laplacian.region. | |
| unsafe MR.Const_VertBitSet | freeVerts () |
return currently free vertices Generated from method MR.Laplacian.freeVerts. | |
| unsafe MR.Const_VertBitSet | firstLayerFixedVerts () |
return fixed vertices from the first layer around free vertices Generated from method MR.Laplacian.firstLayerFixedVerts. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_Laplacian > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_Laplacian > | |
| 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. | |
Laplacian to smoothly deform a region preserving mesh fine details. How to use:
MR.Laplacian. This is the const half of the class.