template<class TImage>
ITKImageExporter class
Export a FAST Image to an ITK image.
Template parameters | |
---|---|
TImage |
Contents
This can be used to connect a FAST pipeline to an ITK pipeline.
Input ports
0: Image
Base classes
- class ProcessObject
- Abstract base class for all process objects.
Public types
- using Self = ITKImageExporter
- using Superclass = itk::ImageSource<TImage>
- using Pointer = itk::SmartPointer<Self>
Constructors, destructors, conversion operators
- itkNewMacro(Self)
- itkTypeMacro(MyImageSource, ImageSource)
Public functions
- auto getNameOfClass() const -> std::string virtual
Private functions
- void execute() virtual
Typedef documentation
template<class TImage>
typedef ITKImageExporter fast:: ITKImageExporter<TImage>:: Self
Standard class typedefs.
Function documentation
template<class TImage>
fast:: ITKImageExporter<TImage>:: itkNewMacro(Self)
Method for creation through the object factory.
template<class TImage>
fast:: ITKImageExporter<TImage>:: itkTypeMacro(MyImageSource,
ImageSource)
Run-time type information (and related methods).