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

#include <Libs/vtkITK/vtkITKImageToImageFilterF2F.h>

Inheritance diagram for vtkITKImageToImageFilterF2F:
Inheritance graph
[legend]
Collaboration diagram for vtkITKImageToImageFilterF2F:
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
vtkITKImageToImageFilterF2F
New ()
static
vtkITKImageToImageFilterF2F
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, 2 > InputImagePixelType
 To/from ITK.
typedef itk::Image
< InputImagePixelType, 3 > 
InputImageType
typedef float OutputImagePixelType
typedef itk::Image
< OutputImagePixelType, 3 > 
OutputImageType

Protected Member Functions

 vtkITKImageToImageFilterF2F (GenericFilterType *filter)
 ~vtkITKImageToImageFilterF2F ()

Protected Attributes

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

Detailed Description

Definition at line 27 of file vtkITKImageToImageFilterF2F.h.


Member Typedef Documentation

Definition at line 51 of file vtkITKImageToImageFilterF2F.h.

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

Definition at line 47 of file vtkITKImageToImageFilterF2F.h.

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

Definition at line 46 of file vtkITKImageToImageFilterF2F.h.

typedef itk::Vector<float,2> vtkITKImageToImageFilterF2F::InputImagePixelType [protected]

To/from ITK.

Definition at line 36 of file vtkITKImageToImageFilterF2F.h.

Definition at line 43 of file vtkITKImageToImageFilterF2F.h.

Definition at line 42 of file vtkITKImageToImageFilterF2F.h.

Definition at line 44 of file vtkITKImageToImageFilterF2F.h.

Reimplemented from vtkITKImageToImageFilter.

Definition at line 30 of file vtkITKImageToImageFilterF2F.h.


Constructor & Destructor Documentation

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

Need an import, export, and a ITK pipeline

Set up the filter pipeline

Definition at line 54 of file vtkITKImageToImageFilterF2F.h.

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

Definition at line 70 of file vtkITKImageToImageFilterF2F.h.


Member Function Documentation

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

Reimplemented from vtkITKImageToImageFilter.

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

Reimplemented from vtkITKImageToImageFilter.

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

Reimplemented from vtkITKImageToImageFilter.

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

Reimplemented from vtkITKImageToImageFilter.

Definition at line 31 of file vtkITKImageToImageFilterF2F.h.

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

Reimplemented from vtkITKImageToImageFilter.

Definition at line 32 of file vtkITKImageToImageFilterF2F.h.

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

Reimplemented from vtkITKImageToImageFilter.


Member Data Documentation

ImageExportType::Pointer vtkITKImageToImageFilterF2F::itkExporter [protected]

Definition at line 49 of file vtkITKImageToImageFilterF2F.h.

ImageImportType::Pointer vtkITKImageToImageFilterF2F::itkImporter [protected]

Definition at line 48 of file vtkITKImageToImageFilterF2F.h.

GenericFilterType::Pointer vtkITKImageToImageFilterF2F::m_Filter [protected]

Definition at line 52 of file vtkITKImageToImageFilterF2F.h.


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