Volume Cartographer 2.27.0
|
#include <cstddef>
#include <opencv2/core.hpp>
#include <vtkCellArray.h>
#include <vtkCellData.h>
#include <vtkDoubleArray.h>
#include <vtkPointData.h>
#include <vtkPoints.h>
#include <vtkPolyData.h>
#include <vtkPolyDataReader.h>
#include <vtkSmartPointer.h>
#include "vc/core/types/ITKMesh.hpp"
#include "vc/core/types/OrderedPointSet.hpp"
#include "vc/core/types/PointSet.hpp"
#include "vc/core/types/SimpleMesh.hpp"
Go to the source code of this file.
Classes | |
class | volcart::shapes::ShapePrimitive |
Base class for shape generators. More... | |
Namespaces | |
namespace | volcart |
Volume Cartographer library | |
namespace | volcart::shapes |
Shape and mesh primitives. | |