MeshLib
 
Loading...
Searching...
No Matches
MR::NormalsToPoints::ISolver Class Referenceabstract

#include <MRNormalsToPoints.h>

Public Member Functions

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
 

Constructor & Destructor Documentation

◆ ~ISolver()

virtual MR::NormalsToPoints::ISolver::~ISolver ( )
virtualdefault

Member Function Documentation

◆ 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: