Template Class PointsetMeshGenerator
Defined in File PointsetMeshGenerator.hpp
Inheritance Relationships
Base Type
public lvr2::MeshGenerator< BaseVecT >(Template Class MeshGenerator)
Derived Type
public lvr2::DMCReconstruction< BaseVecT, BoxT >(Template Class DMCReconstruction)
Class Documentation
-
template<typename BaseVecT>
class PointsetMeshGenerator : public lvr2::MeshGenerator<BaseVecT> Interface class for surface reconstruction algorithms that generate triangle meshes from point set surfaces.
Subclassed by lvr2::DMCReconstruction< BaseVecT, BoxT >
Public Functions
-
inline PointsetMeshGenerator(PointsetSurfacePtr<BaseVecT> surface)
Constructs a Reconstructor object using the given point set surface.
Protected Attributes
-
PointsetSurfacePtr<BaseVecT> m_surface
The point cloud manager that handles the loaded point cloud data.
-
inline PointsetMeshGenerator(PointsetSurfacePtr<BaseVecT> surface)