|
Volume Cartographer 2.28.0
|
#include <cstddef>#include <smgl/Node.hpp>#include "vc/core/filesystem.hpp"#include "vc/core/types/ITKMesh.hpp"#include "vc/core/types/Volume.hpp"#include "vc/core/util/MeshMath.hpp"#include "vc/meshing/ACVD.hpp"#include "vc/meshing/LaplacianSmooth.hpp"#include "vc/meshing/OrderedPointSetMesher.hpp"#include "vc/meshing/OrientNormals.hpp"#include "vc/meshing/UVMapToITKMesh.hpp"Go to the source code of this file.
Classes | |
| class | volcart::MeshingNode |
| Generate an ordered mesh from an OrderedPointSet. More... | |
| class | volcart::ScaleMeshNode |
| Scale an ITKMesh by a linear scale factor. More... | |
| class | volcart::CalculateNumVertsNode |
| Calculate the number of vertices required to produce a particular resampling density factor. More... | |
| class | volcart::LaplacianSmoothMeshNode |
| Apply Laplacian smoothing to a mesh. More... | |
| class | volcart::ResampleMeshNode |
| Mesh resampling using Approximated Centroidal Voronoi Diagrams. More... | |
| class | volcart::UVMapToMeshNode |
| Convert a UVMap to a mesh. More... | |
| class | volcart::OrientNormalsNode |
| Orient vertex normals towards a reference point. More... | |
Namespaces | |
| namespace | volcart |
| Volume Cartographer library | |