#include <vcg/complex/complex.h>
#include <vcg/complex/algorithms/update/topology.h>
#include <vcg/complex/algorithms/update/bounding.h>
#include <vcg/complex/algorithms/update/normal.h>
#include <vcg/complex/algorithms/clean.h>
#include <vcg/complex/algorithms/create/platonic.h>
#include <wrap/io_trimesh/import.h>
#include <wrap/io_trimesh/export_ply.h>
#include <vcg/complex/algorithms/update/halfedge_indexed.h>
Go to the source code of this file.
Classes | |
class | PEdge |
class | PFace |
class | PHEdge |
class | PMesh |
struct | PUsedTypes |
class | PVertex |
class | TFace |
class | TMesh |
struct | TUsedTypes |
class | TVertex |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
PMesh | pm |
TMesh | tm0 |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 129 of file polygonmesh.cpp.
Definition at line 126 of file polygonmesh.cpp.
Definition at line 127 of file polygonmesh.cpp.