#include <MRNormalsToPoints.h>
|
virtual | ~ISolver ()=default |
|
virtual void | prepare (const MeshTopology &topology, float guideWeight)=0 |
|
virtual void | run (const VertCoords &guide, const FaceNormals &normals, VertCoords &points, float maxInitialDistSq)=0 |
|
◆ ~ISolver()
virtual MR::NormalsToPoints::ISolver::~ISolver |
( |
| ) |
|
|
virtualdefault |
◆ prepare()
virtual void MR::NormalsToPoints::ISolver::prepare |
( |
const MeshTopology & | topology, |
|
|
float | guideWeight ) |
|
pure virtual |
◆ run()
virtual void MR::NormalsToPoints::ISolver::run |
( |
const VertCoords & | guide, |
|
|
const FaceNormals & | normals, |
|
|
VertCoords & | points, |
|
|
float | maxInitialDistSq ) |
|
pure virtual |
The documentation for this class was generated from the following file: