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
vtkITKImageToImageFilterF3F3 Class Reference

#include <Libs/vtkITK/vtkITKImageToImageFilterF3F3.h>

Inheritance diagram for vtkITKImageToImageFilterF3F3:
Inheritance graph
[legend]
Collaboration diagram for vtkITKImageToImageFilterF3F3:
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
vtkITKImageToImageFilterF3F3
New ()
static
vtkITKImageToImageFilterF3F3
SafeDownCast (vtkObject *o)

Protected Types

typedef
itk::ImageToImageFilter
< InputImageType,
OutputImageType
GenericFilterType
typedef itk::VTKImageExport
< OutputImageType
ImageExportType
typedef itk::VTKImageImport
< InputImageType
ImageImportType
typedef itk::Vector< float, 3 > InputImagePixelType
 To/from ITK.
typedef itk::Image
< InputImagePixelType, 3 > 
InputImageType
typedef itk::Vector< float, 3 > OutputImagePixelType
typedef itk::Image
< OutputImagePixelType, 3 > 
OutputImageType

Protected Member Functions

 vtkITKImageToImageFilterF3F3 (GenericFilterType *filter)
 ~vtkITKImageToImageFilterF3F3 ()

Protected Attributes

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

Detailed Description

Definition at line 25 of file vtkITKImageToImageFilterF3F3.h.


Member Typedef Documentation

Definition at line 49 of file vtkITKImageToImageFilterF3F3.h.

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

Definition at line 45 of file vtkITKImageToImageFilterF3F3.h.

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

Definition at line 44 of file vtkITKImageToImageFilterF3F3.h.

typedef itk::Vector<float,3> vtkITKImageToImageFilterF3F3::InputImagePixelType [protected]

To/from ITK.

Definition at line 34 of file vtkITKImageToImageFilterF3F3.h.

Definition at line 41 of file vtkITKImageToImageFilterF3F3.h.

typedef itk::Vector<float,3> vtkITKImageToImageFilterF3F3::OutputImagePixelType [protected]

Definition at line 40 of file vtkITKImageToImageFilterF3F3.h.

Definition at line 42 of file vtkITKImageToImageFilterF3F3.h.

Reimplemented from vtkITKImageToImageFilter.

Definition at line 28 of file vtkITKImageToImageFilterF3F3.h.


Constructor & Destructor Documentation

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

Need an import, export, and a ITK pipeline

Set up the filter pipeline m_Filter->SetInput ( this->itkImporter->GetOutput() );

Definition at line 52 of file vtkITKImageToImageFilterF3F3.h.

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

Definition at line 67 of file vtkITKImageToImageFilterF3F3.h.


Member Function Documentation

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

Reimplemented from vtkITKImageToImageFilter.

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

Reimplemented from vtkITKImageToImageFilter.

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

Reimplemented from vtkITKImageToImageFilter.

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

Reimplemented from vtkITKImageToImageFilter.

Definition at line 29 of file vtkITKImageToImageFilterF3F3.h.

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

Reimplemented from vtkITKImageToImageFilter.

Definition at line 30 of file vtkITKImageToImageFilterF3F3.h.

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

Reimplemented from vtkITKImageToImageFilter.


Member Data Documentation

ImageExportType::Pointer vtkITKImageToImageFilterF3F3::itkExporter [protected]

Definition at line 47 of file vtkITKImageToImageFilterF3F3.h.

ImageImportType::Pointer vtkITKImageToImageFilterF3F3::itkImporter [protected]

Definition at line 46 of file vtkITKImageToImageFilterF3F3.h.

GenericFilterType::Pointer vtkITKImageToImageFilterF3F3::m_Filter [protected]

Definition at line 50 of file vtkITKImageToImageFilterF3F3.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines