#include <iostream>
#include <vcg/complex/complex.h>
#include <vcg/complex/algorithms/clean.h>
#include <wrap/io_trimesh/import.h>
#include <wrap/io_trimesh/export.h>
#include <vcg/complex/algorithms/polygon_support.h>
#include <vcg/complex/algorithms/polygon_polychord_collapse.h>
Go to the source code of this file.
Classes | |
class | PolyFace |
class | PolyMesh |
struct | PolyUsedTypes |
class | PolyVertex |
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 80 of file polygonmesh_polychord_collapse.cpp.