|
Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Libs/vtkITK/vtkITKImageToImageFilterULUL.h>


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 |
Definition at line 26 of file vtkITKImageToImageFilterULUL.h.
typedef itk::ImageToImageFilter<InputImageType,OutputImageType> vtkITKImageToImageFilterULUL::GenericFilterType [protected] |
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.
| 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.
| 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.
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.
1.7.4