#include <vcg/complex/complex.h>
#include <vcg/simplex/face/topology.h>
#include <vcg/complex/algorithms/update/topology.h>
#include <vcg/complex/algorithms/update/color.h>
#include <vcg/complex/algorithms/update/normal.h>
#include <vcg/complex/algorithms/update/quality.h>
#include <vcg/complex/algorithms/clean.h>
#include <vcg/complex/algorithms/refine.h>
#include <vcg/complex/algorithms/create/platonic.h>
#include <vcg/space/index/grid_static_ptr.h>
#include <vcg/space/index/kdtree/kdtree.h>
#include <vcg/math/histogram.h>
#include <vcg/space/distance3.h>
#include <eigenlib/Eigen/Core>
#include <vcg/complex/algorithms/attribute_seam.h>
#include <wrap/io_trimesh/export_ply.h>
Go to the source code of this file.
Classes | |
class | vcg::tri::CoM< MeshType > |
A class for managing curves on a 2manifold. More... | |
class | vcg::tri::CoM< MeshType >::EdgePointPred |
struct | vcg::tri::CoM< MeshType >::EdgePointSplit |
class | vcg::tri::CoM< MeshType >::Param |
class | vcg::tri::CoM< MeshType >::QualitySign |
struct | vcg::tri::CoM< MeshType >::QualitySignSplit |
Namespaces | |
namespace | vcg |
* | |
namespace | vcg::tri |