#include <FastReconstruction.hpp>
Public Member Functions | |
virtual void | getMesh (BaseMesh< BaseVecT > &mesh)=0 |
Returns the surface reconstruction of the given point set. More... | |
virtual void | getMesh (BaseMesh< BaseVecT > &mesh, BoundingBox< BaseVecT > &bb, vector< unsigned int > &duplicates, float comparePrecision)=0 |
virtual | ~FastReconstructionBase ()=default |
Definition at line 61 of file FastReconstruction.hpp.
|
virtualdefault |
|
pure virtual |
Returns the surface reconstruction of the given point set.
mesh |
Implemented in lvr2::FastReconstruction< BaseVecT, BoxT >, and lvr2::DMCReconstruction< BaseVecT, BoxT >.
|
pure virtual |
Implemented in lvr2::FastReconstruction< BaseVecT, BoxT >, and lvr2::DMCReconstruction< BaseVecT, BoxT >.