12 #ifndef CXALGORITHMHELPERS_H_ 13 #define CXALGORITHMHELPERS_H_ 15 #include "cxResourceExport.h" 45 static itkImageType::ConstPointer getITKfromSSCImage(
ImagePtr image);
46 static itkImageType::ConstPointer getITKfromVTKImage(
vtkImageDataPtr image);
52 static itkImageType::ConstPointer getITKfromVTKImageViaFile(
vtkImageDataPtr image);
itk::ImageToVTKImageFilter< itkImageType > itkToVtkFilterType
Class with helper functions for algorithms.
boost::shared_ptr< class Image > ImagePtr
const unsigned int Dimension
itk::VTKImageToImageFilter< itkImageType > itkVTKImageToImageFilterType
Converts an ITK image into a VTK image and plugs a itk data pipeline to a VTK datapipeline.
itk::Image< PixelType, Dimension > itkImageType
Converts a VTK image into an ITK image and plugs a vtk data pipeline to an ITK datapipeline.
Namespace for all CustusX production code.