Public Member Functions

lssr::LocalApproximation< VertexT, NormalT > Class Template Reference

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

#include <LocalApproximation.hpp>

List of all members.

Public Member Functions

virtual void getSurface (BaseMesh< VertexT, NormalT > &mesh, PointCloudManager< VertexT, NormalT > &manager, uint &globalIndex)
 Adds the local reconstruction to the given mesh.

Detailed Description

template<typename VertexT, typename NormalT>
class lssr::LocalApproximation< VertexT, NormalT >

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

Definition at line 22 of file LocalApproximation.hpp.


Member Function Documentation

template<typename VertexT , typename NormalT >
virtual void lssr::LocalApproximation< VertexT, NormalT >::getSurface ( BaseMesh< VertexT, NormalT > &  mesh,
PointCloudManager< VertexT, NormalT > &  manager,
uint &  globalIndex 
) [virtual]

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

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Defines