mFES - molecular Finite Element Solver  0.4
Public Types | Static Public Member Functions
vcg::tri::SmallComponent< _MeshType > Class Template Reference

#include <VCG.h>

List of all members.

Public Types

typedef _MeshType 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

Static Public Member Functions

static int Select (MeshType &m, float nbFaceRatio=0.1, bool nonClosedOnly=false)
static void DeleteFaceVert (MeshType &m)

template<class _MeshType>
class vcg::tri::SmallComponent< _MeshType >


Member Typedef Documentation

template<class _MeshType >
typedef MeshType::FaceIterator vcg::tri::SmallComponent< _MeshType >::FaceIterator
template<class _MeshType >
typedef MeshType::FacePointer vcg::tri::SmallComponent< _MeshType >::FacePointer
template<class _MeshType >
typedef MeshType::FaceType vcg::tri::SmallComponent< _MeshType >::FaceType
template<class _MeshType >
typedef _MeshType vcg::tri::SmallComponent< _MeshType >::MeshType
template<class _MeshType >
typedef MeshType::VertexIterator vcg::tri::SmallComponent< _MeshType >::VertexIterator
template<class _MeshType >
typedef MeshType::VertexPointer vcg::tri::SmallComponent< _MeshType >::VertexPointer
template<class _MeshType >
typedef MeshType::VertexType vcg::tri::SmallComponent< _MeshType >::VertexType

Member Function Documentation

template<class _MeshType >
static void vcg::tri::SmallComponent< _MeshType >::DeleteFaceVert ( MeshType m) [inline, static]
template<class _MeshType >
static int vcg::tri::SmallComponent< _MeshType >::Select ( MeshType m,
float  nbFaceRatio = 0.1,
bool  nonClosedOnly = false 
) [inline, static]

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