#include <vector>
#include <vcg/simplex/vertex/base.h>
#include <vcg/simplex/face/base.h>
#include <vcg/connectors/hedge.h>
#include <vcg/complex/trimesh/base.h>
#include <vcg/complex/trimesh/update/topology.h>
#include <vcg/complex/trimesh/update/bounding.h>
#include <vcg/complex/trimesh/update/normal.h>
#include <vcg/complex/trimesh/clean.h>
#include <wrap/io_trimesh/import.h>
#include <wrap/io_trimesh/export_ply.h>
#include <vcg/complex/trimesh/polygon_support.h>
#include <vcg/simplex/face/component_polygon.h>
#include <vcg/complex/trimesh/update/halfedge_indexed.h>
#include <vcg/complex/trimesh/allocate.h>
Go to the source code of this file.
Classes | |
class | CEdge |
class | CFace |
class | CHEdge |
class | CMesh |
struct | CUsedTypes |
class | CVertex |
compositing wanted proprieties More... | |
class | MyPolyFace |
class | MyPolyMesh |
class | MyPolyVertex |
struct | PolyUsedTypes |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
CMesh | mesh |
CMesh | mesh1 |
MyPolyMesh | pm |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 151 of file polygonmesh.cpp.
Definition at line 149 of file polygonmesh.cpp.
Definition at line 149 of file polygonmesh.cpp.
Definition at line 144 of file polygonmesh.cpp.