|
mFES - molecular Finite Element Solver
0.4
|
#include <VCG.h>
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) |
| typedef MeshType::FaceIterator vcg::tri::SmallComponent< _MeshType >::FaceIterator |
| typedef MeshType::FacePointer vcg::tri::SmallComponent< _MeshType >::FacePointer |
| typedef MeshType::FaceType vcg::tri::SmallComponent< _MeshType >::FaceType |
| typedef _MeshType vcg::tri::SmallComponent< _MeshType >::MeshType |
| typedef MeshType::VertexIterator vcg::tri::SmallComponent< _MeshType >::VertexIterator |
| typedef MeshType::VertexPointer vcg::tri::SmallComponent< _MeshType >::VertexPointer |
| typedef MeshType::VertexType vcg::tri::SmallComponent< _MeshType >::VertexType |
| static void vcg::tri::SmallComponent< _MeshType >::DeleteFaceVert | ( | MeshType & | m | ) | [inline, static] |
| static int vcg::tri::SmallComponent< _MeshType >::Select | ( | MeshType & | m, |
| float | nbFaceRatio = 0.1, |
||
| bool | nonClosedOnly = false |
||
| ) | [inline, static] |
1.7.6.1