Volume Cartographer 2.27.0
Namespaces | Functions
ITK2VTK.hpp File Reference
#include <vtkPolyData.h>
#include <vtkSmartPointer.h>
#include "vc/core/types/ITKMesh.hpp"
Include dependency graph for ITK2VTK.hpp:

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...