Template Class FastReconstructionBase
Defined in File FastReconstruction.hpp
Inheritance Relationships
Derived Types
public lvr2::DMCReconstruction< BaseVecT, BoxT >(Template Class DMCReconstruction)public lvr2::FastReconstruction< BaseVecT, BoxT >(Template Class FastReconstruction)
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
-
virtual void getMesh(BaseMesh<BaseVecT> &mesh) = 0