$darkmode
VCG Library
Public Types | Static Public Member Functions | List of all members
vcg::tri::UpdateComponentEP< ComputeMeshType > Class Template Reference

This class is used to compute or update the precomputed data used to efficiently compute point-face distances. More...

#include <component_ep.h>

Public Types

typedef ComputeMeshType MeshType
 
typedef MeshType::VertexType VertexType
 
typedef MeshType::VertexPointer VertexPointer
 
typedef MeshType::VertexIterator VertexIterator
 
typedef MeshType::FaceType FaceType
 
typedef MeshType::FacePointer FacePointer
 
typedef MeshType::FaceIterator FaceIterator
 
typedef MeshType::FaceType::CoordType::ScalarType ScalarType
 

Static Public Member Functions

static void ComputeEdgePlane (FaceType &f)
 
static void Set (ComputeMeshType &m)
 

Detailed Description

template<class ComputeMeshType>
class vcg::tri::UpdateComponentEP< ComputeMeshType >

This class is used to compute or update the precomputed data used to efficiently compute point-face distances.


The documentation for this class was generated from the following file: