Template Class LocalApproximation

Class Documentation

template<typename BaseVecT>
class LocalApproximation

An interface class for local approximation operations (e.g. in a Marching Cubes box)

Public Functions

virtual void getSurface(BaseMesh<BaseVecT> &mesh, AdaptiveKSearchSurface<BaseVecT> &manager, uint &globalIndex)

Adds the local reconstruction to the given mesh.

Parameters:
  • mesh – The used mesh.

  • manager – A point cloud manager object

  • globalIndex – The index of the latest vertex in the mesh