#include <vector>
#include <limits>
#include <stdio.h>
#include <stdlib.h>
#include <vcg/simplex/vertex/base.h>
#include <vcg/simplex/face/base.h>
#include <vcg/simplex/edge/base.h>
#include <vcg/complex/trimesh/base.h>
#include <vcg/math/quadric.h>
#include <vcg/space/point3.h>
#include <vcg/space/plane3.h>
#include <vcg/math/matrix33.h>
#include <vcg/complex/trimesh/clean.h>
#include <wrap/io_trimesh/import.h>
#include <wrap/io_trimesh/export_ply.h>
#include <vcg/complex/trimesh/update/topology.h>
#include <vcg/complex/local_optimization.h>
#include <vcg/math/quadric.h>
#include <vcg/simplex/face/pos.h>
#include <vcg/complex/trimesh/update/flag.h>
#include <vcg/complex/trimesh/update/bounding.h>
#include <vcg/simplex/face/topology.h>
#include <vcg/complex/trimesh/allocate.h>
Go to the source code of this file.
Classes | |
class | MyEdge |
class | MyFace |
class | MyMesh |
the main mesh class More... | |
class | MyTriEdgeCollapse |
struct | MyUsedTypes |
class | MyVertex |
Functions | |
int | main (int argc, char **argv) |
void | Usage () |
Variables | |
MyMesh | mesh |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 131 of file tridecimator.cpp.
void Usage | ( | ) |
Definition at line 96 of file tridecimator.cpp.
Definition at line 129 of file tridecimator.cpp.