|
Volume Cartographer 2.28.0
|
Go to the source code of this file.
Namespaces | |
| namespace | volcart |
| Volume Cartographer library | |
| namespace | volcart::meshing |
| Mesh generation and modification library. | |
Functions | |
| void | volcart::meshing::ITK2VTK (ITKMesh::Pointer input, vtkSmartPointer< vtkPolyData > output) |
| Convert from an ITKMesh to VTK PolyData. More... | |
| auto | volcart::meshing::ITK2VTK (ITKMesh::Pointer input) -> vtkSmartPointer< vtkPolyData > |
| Convert from an ITKMesh to VTK PolyData. More... | |
| void | volcart::meshing::VTK2ITK (vtkSmartPointer< vtkPolyData > input, ITKMesh::Pointer output) |
| Convert from a VTK PolyData to an ITKMesh. More... | |
| auto | volcart::meshing::VTK2ITK (vtkSmartPointer< vtkPolyData > input) -> ITKMesh::Pointer |
| Convert from a VTK PolyData to an ITKMesh. More... | |