Template Class FastReconstructionBase

Inheritance Relationships

Derived Types

Class Documentation

template<typename BaseVecT>
class FastReconstructionBase

Subclassed by lvr2::DMCReconstruction< BaseVecT, BoxT >, lvr2::FastReconstruction< BaseVecT, BoxT >

Public Functions

virtual void getMesh(BaseMesh<BaseVecT> &mesh) = 0

Returns the surface reconstruction of the given point set.

Parameters:

mesh

virtual void getMesh(BaseMesh<BaseVecT> &mesh, BoundingBox<BaseVecT> &bb, vector<unsigned int> &duplicates, float comparePrecision) = 0
virtual ~FastReconstructionBase() = default