#include <vector>#include <string>#include <stack>#include <vcg/simplex/vertex/vertex.h>#include <vcg/simplex/face/with/afav.h>#include <vcg/simplex/face/topology.h>#include <vcg/simplex/face/pos.h>#include <vcg/complex/complex.h>#include <vcg/complex/algorithms/update/topology.h>#include <vcg/complex/algorithms/update/edges.h>#include <vcg/complex/algorithms/update/bounding.h>#include <vcg/complex/algorithms/clean.h>#include <vcg/space/intersection/triangle_triangle3.h>#include <vcg/math/histogram.h>#include <wrap/io_trimesh/import.h>#include <wrap/io_trimesh/export_ply.h>#include <wrap/io_trimesh/import_ply.h>#include "defs.h"
Go to the source code of this file.
Classes | |
| class | DuplicateVert_Compare< VertexIterator > |
| class | MyFace |
| class | MyMesh |
| class | MyVertex |
Typedefs | |
| typedef MyMesh::VertexIterator | VertexIterator |
| typedef MyMesh::VertexPointer | VertexPointer |
Functions | |
| static int | DuplicateVertex (MyMesh &m) |
| char * | GetExtension (char *filename) |
| void | main (int argc, char **argv) |
| void | OpenMesh (const char *filename, MyMesh &m) |
| typedef MyMesh::VertexIterator VertexIterator |
Definition at line 110 of file apps/trimeshinfo/trimeshinfo1.01/trimeshinfo101/main.cpp.
| typedef MyMesh::VertexPointer VertexPointer |
Definition at line 109 of file apps/trimeshinfo/trimeshinfo1.01/trimeshinfo101/main.cpp.
| static int DuplicateVertex | ( | MyMesh & | m | ) | [static] |
Definition at line 122 of file apps/trimeshinfo/trimeshinfo1.01/trimeshinfo101/main.cpp.
| char* GetExtension | ( | char * | filename | ) | [inline] |
Definition at line 97 of file apps/trimeshinfo/trimeshinfo1.01/trimeshinfo101/main.cpp.
| void main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 163 of file apps/trimeshinfo/trimeshinfo1.01/trimeshinfo101/main.cpp.
Definition at line 86 of file apps/trimeshinfo/trimeshinfo1.01/trimeshinfo101/main.cpp.