#include <vector>
#include <algorithm>
#include <time.h>
#include <math.h>
#include <vcg/complex/trimesh/base.h>
Go to the source code of this file.
Classes | |
struct | vcg::LocalOptimization< MeshType >::HeapElem |
the element of the heap More... | |
class | vcg::LocalModification< MeshType > |
This abstract class define which functions a local modification to be used in the LocalOptimization. More... | |
class | vcg::LocalOptimization< MeshType > |
Namespaces | |
namespace | vcg |
* | |
Enumerations | |
enum | vcg::ModifierType { vcg::TetraEdgeCollapseOp, vcg::TriEdgeSwapOp, vcg::TriVertexSplitOp, vcg::TriEdgeCollapseOp, vcg::TetraEdgeSpliOpt, vcg::TetraEdgeSwapOp, vcg::TriEdgeFlipOp } |