Laplacian to smoothly deform a region preserving mesh fine details. How to use: More...
Classes | |
| class | _InOptConst_Attractor |
| This is used for optional parameters of class Attractor with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Attractor. Usage: | |
| class | _InOptMut_Attractor |
| This is used for optional parameters of class Attractor with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Attractor. Usage: | |
| struct | _Underlying |
| class | Attractor |
| attracts the given point inside some mesh's triangle to the given target with the given weight Generated from class MR.Laplacian.Attractor. This is the non-const half of the class. More... | |
| class | Const_Attractor |
| attracts the given point inside some mesh's triangle to the given target with the given weight Generated from class MR.Laplacian.Attractor. This is the const half of the class. More... | |
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. | |
| unsafe MR.Const_MeshTopology | topology () |
| return the topology for which Laplacian was constructed Generated from method MR.Laplacian.topology. | |
| unsafe MR.VertCoords | points () |
| return the vector of coordinates for which Laplacian was constructed Generated from method MR.Laplacian.points. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Laplacian to smoothly deform a region preserving mesh fine details. How to use:
|
inline |
Generated from constructor MR.Laplacian.Laplacian.
|
inline |
Generated from constructor MR.Laplacian.Laplacian.
|
inline |
Generated from constructor MR.Laplacian.Laplacian.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
return fixed vertices from the first layer around free vertices Generated from method MR.Laplacian.firstLayerFixedVerts.
|
inline |
return currently free vertices Generated from method MR.Laplacian.freeVerts.
|
inline |
return the vector of coordinates for which Laplacian was constructed Generated from method MR.Laplacian.points.
|
inline |
return all initially free vertices and the first layer of vertices around them Generated from method MR.Laplacian.region.
|
inline |
return the topology for which Laplacian was constructed Generated from method MR.Laplacian.topology.