OpenMesh
|
#include <OpenMesh/Core/System/config.hh>
#include <OpenMesh/Tools/Subdivider/Uniform/SubdividerT.hh>
#include <OpenMesh/Core/Utils/vector_cast.hh>
#include <OpenMesh/Core/Utils/Property.hh>
#include <vector>
#include <cmath>
Go to the source code of this file.
Classes | |
class | OpenMesh::Subdivider::Uniform::LoopT< MeshType, RealType > |
Uniform Loop subdivision algorithm. More... | |
Namespaces | |
OpenMesh | |
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels and mesh traits. | |
OpenMesh::Subdivider::Uniform | |
Software related to uniform subdivision of meshes. | |
Macros | |
#define | V(X) vector_cast< typename mesh_t::Normal >( X ) |