#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/trimesh/base.h>
#include <vcg/complex/trimesh/update/topology.h>
#include <vcg/complex/trimesh/update/edges.h>
#include <vcg/complex/trimesh/update/bounding.h>
#include <vcg/complex/trimesh/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 |
the main mesh class More... | |
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 trimeshinfo/trimeshinfo1.01/trimeshinfo101/main.cpp.
typedef MyMesh::VertexPointer VertexPointer |
Definition at line 109 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/main.cpp.
static int DuplicateVertex | ( | MyMesh & | m | ) | [static] |
Definition at line 122 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/main.cpp.
char* GetExtension | ( | char * | filename | ) | [inline] |
Definition at line 97 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/main.cpp.
void main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 163 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/main.cpp.
void OpenMesh | ( | const char * | filename, | |
MyMesh & | m | |||
) |
Definition at line 86 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/main.cpp.