#include <vcg/complex/complex.h>#include <wrap/io_trimesh/import.h>#include <wrap/io_trimesh/export_ply.h>#include <vcg/complex/algorithms/local_optimization.h>#include <vcg/complex/algorithms/local_optimization/tri_edge_collapse_quadric.h>
Go to the source code of this file.
Classes | |
| class | MyEdge |
| class | MyFace |
| class | MyMesh |
| class | MyTriEdgeCollapse |
| struct | MyUsedTypes |
| class | MyVertex |
Typedefs | |
| typedef BasicVertexPair< MyVertex > | VertexPair |
Functions | |
| int | main (int argc, char **argv) |
| void | Usage () |
Variables | |
| MyMesh | mesh |
| typedef BasicVertexPair<MyVertex> VertexPair |
Definition at line 51 of file tridecimator.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 104 of file tridecimator.cpp.
| void Usage | ( | ) |
Definition at line 69 of file tridecimator.cpp.
Definition at line 102 of file tridecimator.cpp.