Slicer  5.3
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes
vtkITKImageToImageFilterULUL Class Reference

#include <Libs/vtkITK/vtkITKImageToImageFilterULUL.h>

Inheritance diagram for vtkITKImageToImageFilterULUL:
Inheritance graph
[legend]
Collaboration diagram for vtkITKImageToImageFilterULUL:
Collaboration graph
[legend]

Public Types

typedef vtkITKImageToImageFilter Superclass
 
- Public Types inherited from vtkITKImageToImageFilter
typedef vtkImageAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
- Public Member Functions inherited from vtkITKImageToImageFilter
void DebugOff () override
 
Pass DebugOff. More...
 
void DebugOn () override
 
Pass DebugOn. More...
 
virtual vtkDataObject * GetInput ()
 
Return the input to the filter More...
 
vtkMTimeType GetMTime () override
 
int GetNumberOfThreads ()
 
Pass SetNumberOfThreads. More...
 
virtual vtkImageData * GetOutput ()
 
virtual vtkImageData * GetOutput (int idx)
 
void HandleEndEvent ()
 
void HandleProgressEvent ()
 
void HandleStartEvent ()
 
void Modified () override
 
Pass modified message to itk filter More...
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
virtual void SetInput (vtkImageData *Input)
 
Set the Input of the filter. More...
 
void SetInputConnection (vtkAlgorithmOutput *input) override
 
void SetInputConnection (int port, vtkAlgorithmOutput *input) override
 
void SetNumberOfThreads (int val)
 
Pass SetNumberOfThreads. More...
 
void SetOutput (vtkDataObject *d) override
 
void Update () override
 
void Update (int port) override
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkITKImageToImageFilterULULNew ()
 
static vtkITKImageToImageFilterULULSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkITKImageToImageFilter
static int IsTypeOf (const char *type)
 
static vtkITKImageToImageFilterNew ()
 
static vtkITKImageToImageFilterSafeDownCast (vtkObject *o)
 

Protected Types

typedef itk::ImageToImageFilter< InputImageType, OutputImageTypeGenericFilterType
 
typedef itk::VTKImageExport< OutputImageTypeImageExportType
 
typedef itk::VTKImageImport< InputImageTypeImageImportType
 
typedef itk::Image< unsigned long, 3 > InputImageType
 To/from ITK. More...
 
typedef itk::Image< unsigned long, 3 > OutputImageType
 
- Protected Types inherited from vtkITKImageToImageFilter
typedef itk::SimpleMemberCommand< vtkITKImageToImageFilterMemberCommand
 
typedef MemberCommand::Pointer MemberCommandPointer
 

Protected Member Functions

 vtkITKImageToImageFilterULUL (GenericFilterType *filter)
 
 ~vtkITKImageToImageFilterULUL ()
 
- Protected Member Functions inherited from vtkITKImageToImageFilter
void ExecuteData (vtkDataObject *) override
 ETX. More...
 
void LinkITKProgressToVTKProgress (itk::ProcessObject *process)
 BTX. More...
 
 vtkITKImageToImageFilter ()
 ETX. More...
 
 ~vtkITKImageToImageFilter () override
 

Protected Attributes

ImageExportType::Pointer itkExporter
 
ImageImportType::Pointer itkImporter
 
GenericFilterType::Pointer m_Filter
 
- Protected Attributes inherited from vtkITKImageToImageFilter
MemberCommandPointer m_EndEventCommand
 
itk::ProcessObject::Pointer m_Process
 
MemberCommandPointer m_ProgressCommand
 
MemberCommandPointer m_StartEventCommand
 
vtkImageCast * vtkCast
 
vtkImageExport * vtkExporter
 
vtkImageImport * vtkImporter
 

Detailed Description

Definition at line 26 of file vtkITKImageToImageFilterULUL.h.

Member Typedef Documentation

◆ GenericFilterType

Definition at line 48 of file vtkITKImageToImageFilterULUL.h.

◆ ImageExportType

typedef itk::VTKImageExport<OutputImageType> vtkITKImageToImageFilterULUL::ImageExportType
protected

Definition at line 44 of file vtkITKImageToImageFilterULUL.h.

◆ ImageImportType

typedef itk::VTKImageImport<InputImageType> vtkITKImageToImageFilterULUL::ImageImportType
protected

Definition at line 43 of file vtkITKImageToImageFilterULUL.h.

◆ InputImageType

typedef itk::Image<unsigned long, 3> vtkITKImageToImageFilterULUL::InputImageType
protected

To/from ITK.

Definition at line 35 of file vtkITKImageToImageFilterULUL.h.

◆ OutputImageType

typedef itk::Image<unsigned long, 3> vtkITKImageToImageFilterULUL::OutputImageType
protected

Definition at line 41 of file vtkITKImageToImageFilterULUL.h.

◆ Superclass

Definition at line 29 of file vtkITKImageToImageFilterULUL.h.

Constructor & Destructor Documentation

◆ vtkITKImageToImageFilterULUL()

vtkITKImageToImageFilterULUL::vtkITKImageToImageFilterULUL ( GenericFilterType filter)
inlineprotected

Need an import, export, and a ITK pipeline

Set up the filter pipeline

Definition at line 51 of file vtkITKImageToImageFilterULUL.h.

◆ ~vtkITKImageToImageFilterULUL()

vtkITKImageToImageFilterULUL::~vtkITKImageToImageFilterULUL ( )
inlineprotected

Definition at line 66 of file vtkITKImageToImageFilterULUL.h.

Member Function Documentation

◆ GetClassName()

virtual const char* vtkITKImageToImageFilterULUL::GetClassName ( )
virtual

Reimplemented from vtkITKImageToImageFilter.

◆ IsA()

virtual int vtkITKImageToImageFilterULUL::IsA ( const char *  type)
virtual

Reimplemented from vtkITKImageToImageFilter.

◆ IsTypeOf()

static int vtkITKImageToImageFilterULUL::IsTypeOf ( const char *  type)
static

◆ New()

static vtkITKImageToImageFilterULUL* vtkITKImageToImageFilterULUL::New ( )
inlinestatic

Definition at line 30 of file vtkITKImageToImageFilterULUL.h.

◆ PrintSelf()

void vtkITKImageToImageFilterULUL::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
inline

Definition at line 31 of file vtkITKImageToImageFilterULUL.h.

◆ SafeDownCast()

static vtkITKImageToImageFilterULUL* vtkITKImageToImageFilterULUL::SafeDownCast ( vtkObject *  o)
static

Member Data Documentation

◆ itkExporter

ImageExportType::Pointer vtkITKImageToImageFilterULUL::itkExporter
protected

Definition at line 46 of file vtkITKImageToImageFilterULUL.h.

◆ itkImporter

ImageImportType::Pointer vtkITKImageToImageFilterULUL::itkImporter
protected

Definition at line 45 of file vtkITKImageToImageFilterULUL.h.

◆ m_Filter

GenericFilterType::Pointer vtkITKImageToImageFilterULUL::m_Filter
protected

Definition at line 49 of file vtkITKImageToImageFilterULUL.h.


The documentation for this class was generated from the following file: