a minimal example of a clustering based simplification More...
#include <vcg/complex/complex.h>
#include <vcg/complex/algorithms/update/bounding.h>
#include <vcg/complex/algorithms/update/topology.h>
#include <vcg/complex/algorithms/update/normal.h>
#include <vcg/complex/algorithms/update/flag.h>
#include <vcg/complex/algorithms/clustering.h>
#include <wrap/io_trimesh/import.h>
#include <wrap/io_trimesh/export.h>
Go to the source code of this file.
Classes | |
class | MyFace |
class | MyMesh |
struct | MyUsedTypes |
class | MyVertex |
Functions | |
int | main (int argc, char **argv) |
a minimal example of a clustering based simplification
Definition in file trimesh_clustering.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 50 of file trimesh_clustering.cpp.