|
Volume Cartographer 2.28.0
|
#include <itkMesh.h>#include <itkPointsLocator.h>#include <itkTriangleCell.h>Go to the source code of this file.
Namespaces | |
| namespace | volcart |
| Volume Cartographer library | |
Typedefs | |
ITK Mesh | |
| using | volcart::ITKPixel = itk::Vector< double, 3 > |
| using | volcart::ITKMeshTraits = itk::DefaultStaticMeshTraits< ITKPixel, 3, 3, double, double, ITKPixel > |
| using | volcart::ITKMesh = itk::Mesh< ITKPixel, 3, ITKMeshTraits > |
| using | volcart::ITKPoint = ITKMesh::PointType |
| using | volcart::ITKCell = ITKMesh::CellType |
| using | volcart::ITKTriangle = itk::TriangleCell< ITKCell > |
| using | volcart::ITKPointsContainer = ITKMesh::PointsContainer |
| using | volcart::ITKPointsLocator = itk::PointsLocator< ITKPointsContainer > |
| using | volcart::ITKPointIterator = ITKPointsContainer::ConstIterator |
| using | volcart::ITKCellIterator = ITKMesh::CellsContainer::Iterator |
| using | volcart::ITKPointInCellIterator = ITKCell::PointIdIterator |
Functions | |
| void | volcart::DeepCopy (const ITKMesh::Pointer &input, const ITKMesh::Pointer &output, bool copyVertices=true, bool copyFaces=true) |
| Create exact copy of ITKMesh. More... | |
| auto | volcart::DeepCopy (const ITKMesh::Pointer &input, bool copyVertices=true, bool copyFaces=true) -> ITKMesh::Pointer |
| Create exact copy of ITKMesh. More... | |