|
Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Libs/vtkITK/vtkITKImageToImageFilterSS.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) |
| virtual void | SetReleaseDataFlag (int f) |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkITKImageToImageFilterSS * | New () |
| static vtkITKImageToImageFilterSS * | SafeDownCast (vtkObject *o) |
Protected Types | |
| typedef itk::ImageToImageFilter < InputImageType, OutputImageType > | GenericFilterType |
| typedef itk::VTKImageExport < OutputImageType > | ImageExportType |
| typedef itk::VTKImageImport < InputImageType > | ImageImportType |
| typedef short | InputImagePixelType |
| To/from ITK. | |
| typedef itk::Image < InputImagePixelType, 3 > | InputImageType |
| typedef short | OutputImagePixelType |
| typedef itk::Image < OutputImagePixelType, 3 > | OutputImageType |
Protected Member Functions | |
| vtkITKImageToImageFilterSS (GenericFilterType *filter) | |
| ~vtkITKImageToImageFilterSS () | |
Protected Attributes | |
| ImageExportType::Pointer | itkExporter |
| ImageImportType::Pointer | itkImporter |
| GenericFilterType::Pointer | m_Filter |
Definition at line 25 of file vtkITKImageToImageFilterSS.h.
typedef itk::ImageToImageFilter<InputImageType,OutputImageType> vtkITKImageToImageFilterSS::GenericFilterType [protected] |
Definition at line 58 of file vtkITKImageToImageFilterSS.h.
typedef itk::VTKImageExport<OutputImageType> vtkITKImageToImageFilterSS::ImageExportType [protected] |
Definition at line 54 of file vtkITKImageToImageFilterSS.h.
typedef itk::VTKImageImport<InputImageType> vtkITKImageToImageFilterSS::ImageImportType [protected] |
Definition at line 53 of file vtkITKImageToImageFilterSS.h.
typedef short vtkITKImageToImageFilterSS::InputImagePixelType [protected] |
To/from ITK.
Definition at line 48 of file vtkITKImageToImageFilterSS.h.
typedef itk::Image<InputImagePixelType, 3> vtkITKImageToImageFilterSS::InputImageType [protected] |
Definition at line 50 of file vtkITKImageToImageFilterSS.h.
typedef short vtkITKImageToImageFilterSS::OutputImagePixelType [protected] |
Definition at line 49 of file vtkITKImageToImageFilterSS.h.
typedef itk::Image<OutputImagePixelType, 3> vtkITKImageToImageFilterSS::OutputImageType [protected] |
Definition at line 51 of file vtkITKImageToImageFilterSS.h.
Reimplemented from vtkITKImageToImageFilter.
Definition at line 28 of file vtkITKImageToImageFilterSS.h.
| vtkITKImageToImageFilterSS::vtkITKImageToImageFilterSS | ( | GenericFilterType * | filter | ) | [inline, protected] |
Need an import, export, and a ITK pipeline
Set up the filter pipeline
Definition at line 61 of file vtkITKImageToImageFilterSS.h.
| vtkITKImageToImageFilterSS::~vtkITKImageToImageFilterSS | ( | ) | [inline, protected] |
Definition at line 77 of file vtkITKImageToImageFilterSS.h.
| virtual const char* vtkITKImageToImageFilterSS::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkITKImageToImageFilter.
| virtual int vtkITKImageToImageFilterSS::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkITKImageToImageFilter.
| static int vtkITKImageToImageFilterSS::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkITKImageToImageFilter.
| static vtkITKImageToImageFilterSS* vtkITKImageToImageFilterSS::New | ( | ) | [inline, static] |
Reimplemented from vtkITKImageToImageFilter.
Reimplemented in vtkITKNewOtsuThresholdImageFilter.
Definition at line 29 of file vtkITKImageToImageFilterSS.h.
| void vtkITKImageToImageFilterSS::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [inline] |
Reimplemented from vtkITKImageToImageFilter.
Definition at line 30 of file vtkITKImageToImageFilterSS.h.
| static vtkITKImageToImageFilterSS* vtkITKImageToImageFilterSS::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkITKImageToImageFilter.
| virtual void vtkITKImageToImageFilterSS::SetReleaseDataFlag | ( | int | f | ) | [inline, virtual] |
Portion of the SetReleaseDataFlag implementation can be implemented at this level of the hierachy.
Definition at line 39 of file vtkITKImageToImageFilterSS.h.
ImageExportType::Pointer vtkITKImageToImageFilterSS::itkExporter [protected] |
Definition at line 56 of file vtkITKImageToImageFilterSS.h.
ImageImportType::Pointer vtkITKImageToImageFilterSS::itkImporter [protected] |
Definition at line 55 of file vtkITKImageToImageFilterSS.h.
GenericFilterType::Pointer vtkITKImageToImageFilterSS::m_Filter [protected] |
Definition at line 59 of file vtkITKImageToImageFilterSS.h.
1.7.4