Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
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]

List of all members.

Public Types

typedef vtkITKImageToImageFilter Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static int IsTypeOf (const char *type)
static
vtkITKImageToImageFilterULUL
New ()
static
vtkITKImageToImageFilterULUL
SafeDownCast (vtkObject *o)

Protected Types

typedef
itk::ImageToImageFilter
< InputImageType,
OutputImageType
GenericFilterType
typedef itk::VTKImageExport
< OutputImageType
ImageExportType
typedef itk::VTKImageImport
< InputImageType
ImageImportType
typedef itk::Image< unsigned
long, 3 > 
InputImageType
 To/from ITK.
typedef itk::Image< unsigned
long, 3 > 
OutputImageType

Protected Member Functions

 vtkITKImageToImageFilterULUL (GenericFilterType *filter)
 ~vtkITKImageToImageFilterULUL ()

Protected Attributes

ImageExportType::Pointer itkExporter
ImageImportType::Pointer itkImporter
GenericFilterType::Pointer m_Filter

Detailed Description

Definition at line 26 of file vtkITKImageToImageFilterULUL.h.


Member Typedef Documentation

Definition at line 48 of file vtkITKImageToImageFilterULUL.h.

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

Definition at line 44 of file vtkITKImageToImageFilterULUL.h.

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

Definition at line 43 of file vtkITKImageToImageFilterULUL.h.

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

To/from ITK.

Definition at line 35 of file vtkITKImageToImageFilterULUL.h.

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

Definition at line 41 of file vtkITKImageToImageFilterULUL.h.

Reimplemented from vtkITKImageToImageFilter.

Definition at line 29 of file vtkITKImageToImageFilterULUL.h.


Constructor & Destructor Documentation

vtkITKImageToImageFilterULUL::vtkITKImageToImageFilterULUL ( GenericFilterType filter) [inline, protected]

Need an import, export, and a ITK pipeline

Set up the filter pipeline

Definition at line 51 of file vtkITKImageToImageFilterULUL.h.

vtkITKImageToImageFilterULUL::~vtkITKImageToImageFilterULUL ( ) [inline, protected]

Definition at line 66 of file vtkITKImageToImageFilterULUL.h.


Member Function Documentation

virtual const char* vtkITKImageToImageFilterULUL::GetClassName ( ) [virtual]

Reimplemented from vtkITKImageToImageFilter.

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

Reimplemented from vtkITKImageToImageFilter.

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

Reimplemented from vtkITKImageToImageFilter.

static vtkITKImageToImageFilterULUL* vtkITKImageToImageFilterULUL::New ( ) [inline, static]

Reimplemented from vtkITKImageToImageFilter.

Definition at line 30 of file vtkITKImageToImageFilterULUL.h.

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

Reimplemented from vtkITKImageToImageFilter.

Definition at line 31 of file vtkITKImageToImageFilterULUL.h.

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

Reimplemented from vtkITKImageToImageFilter.


Member Data Documentation

ImageExportType::Pointer vtkITKImageToImageFilterULUL::itkExporter [protected]

Definition at line 46 of file vtkITKImageToImageFilterULUL.h.

ImageImportType::Pointer vtkITKImageToImageFilterULUL::itkImporter [protected]

Definition at line 45 of file vtkITKImageToImageFilterULUL.h.

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines