ITK
5.2.0
Insight Toolkit
|
#include <itkImageToVTKImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
ExporterFilterPointer | m_Exporter |
vtkImageImport * | m_Importer |
void | SetInput (const InputImageType *) |
InputImageType * | GetInput () |
vtkImageImport * | GetImporter () const |
ExporterFilterType * | GetExporter () const |
void | Update () override |
void | UpdateLargestPossibleRegion () override |
ImageToVTKImageFilter () | |
~ImageToVTKImageFilter () override | |
Converts an ITK image into a VTK image and plugs a itk data pipeline to a VTK datapipeline.
This class puts together an itkVTKImageExporter and a vtkImageImporter. It takes care of the details related to the connection of ITK and VTK pipelines. The User will perceive this filter as an adaptor to which an itk::Image can be plugged as input and a vtkImage is produced as output.
Definition at line 47 of file itkImageToVTKImageFilter.h.
using itk::ImageToVTKImageFilter< TInputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 56 of file itkImageToVTKImageFilter.h.
using itk::ImageToVTKImageFilter< TInputImage >::ExporterFilterPointer = typename ExporterFilterType::Pointer |
Definition at line 69 of file itkImageToVTKImageFilter.h.
using itk::ImageToVTKImageFilter< TInputImage >::ExporterFilterType = VTKImageExport<InputImageType> |
Definition at line 68 of file itkImageToVTKImageFilter.h.
using itk::ImageToVTKImageFilter< TInputImage >::InputImagePointer = typename InputImageType::ConstPointer |
Definition at line 66 of file itkImageToVTKImageFilter.h.
using itk::ImageToVTKImageFilter< TInputImage >::InputImageType = TInputImage |
Some type alias.
Definition at line 65 of file itkImageToVTKImageFilter.h.
using itk::ImageToVTKImageFilter< TInputImage >::Pointer = SmartPointer<Self> |
Definition at line 55 of file itkImageToVTKImageFilter.h.
using itk::ImageToVTKImageFilter< TInputImage >::Self = ImageToVTKImageFilter |
Standard class type aliases.
Definition at line 53 of file itkImageToVTKImageFilter.h.
using itk::ImageToVTKImageFilter< TInputImage >::Superclass = ProcessObject |
Definition at line 54 of file itkImageToVTKImageFilter.h.
|
protected |
Return the internal VTK image importer filter. This is intended to facilitate users the access to methods in the importer
|
overrideprotected |
Return the internal VTK image importer filter. This is intended to facilitate users the access to methods in the importer
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
ExporterFilterType* itk::ImageToVTKImageFilter< TInputImage >::GetExporter | ( | ) | const |
Return the internal ITK image exporter filter. This is intended to facilitate users the access to methods in the exporter
vtkImageImport* itk::ImageToVTKImageFilter< TInputImage >::GetImporter | ( | ) | const |
Return the internal VTK image importer filter. This is intended to facilitate users the access to methods in the importer
InputImageType* itk::ImageToVTKImageFilter< TInputImage >::GetInput | ( | ) |
Return the internal VTK image importer filter. This is intended to facilitate users the access to methods in the importer
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ProcessObject.
vtkImageData* itk::ImageToVTKImageFilter< TInputImage >::GetOutput | ( | ) | const |
Get the output in the form of a vtkImage. This call is delegated to the internal vtkImageImporter filter
|
static |
Method for creation through the object factory.
void itk::ImageToVTKImageFilter< TInputImage >::SetInput | ( | const InputImageType * | ) |
Return the internal VTK image importer filter. This is intended to facilitate users the access to methods in the importer
|
overridevirtual |
This call delegates the update to the importer
Reimplemented from itk::ProcessObject.
|
overridevirtual |
This call delegates the update to the importer
Reimplemented from itk::ProcessObject.
|
private |
Return the internal VTK image importer filter. This is intended to facilitate users the access to methods in the importer
Definition at line 109 of file itkImageToVTKImageFilter.h.
|
private |
Return the internal VTK image importer filter. This is intended to facilitate users the access to methods in the importer
Definition at line 110 of file itkImageToVTKImageFilter.h.