Template Class MeshGenerator

Inheritance Relationships

Derived Type

Class Documentation

template<typename BaseVecT>
class MeshGenerator

Interface class for mesh based reconstruction algorithms.

Subclassed by lvr2::PointsetMeshGenerator< BaseVecT >

Public Functions

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

Generates a triangle mesh representation of the current point set.

Parameters:

mesh – A surface representation of the current point set.