|
Slicer
4.8
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 Types inherited from vtkITKImageToImageFilter | |
| typedef vtkImageAlgorithm | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
| virtual void | SetReleaseDataFlag (int f) VTK_OVERRIDE |
Public Member Functions inherited from vtkITKImageToImageFilter | |
| void | DebugOff () VTK_OVERRIDE |
| Pass DebugOff. More... | |
| void | DebugOn () VTK_OVERRIDE |
| Pass DebugOn. More... | |
| virtual vtkDataObject * | GetInput () |
| Return the input to the filter. More... | |
| vtkMTimeType | GetMTime () VTK_OVERRIDE |
| int | GetNumberOfThreads () |
| Pass SetNumberOfThreads. More... | |
| virtual vtkImageData * | GetOutput () |
| virtual vtkImageData * | GetOutput (int idx) |
| void | HandleEndEvent () |
| void | HandleProgressEvent () |
| void | HandleStartEvent () |
| void | Modified () VTK_OVERRIDE |
| Pass modified message to itk filter. More... | |
| void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
| virtual void | SetInput (vtkImageData *Input) |
| Set the Input of the filter. More... | |
| virtual void | SetInputConnection (vtkAlgorithmOutput *input) VTK_OVERRIDE |
| virtual void | SetInputConnection (int port, vtkAlgorithmOutput *input) VTK_OVERRIDE |
| void | SetNumberOfThreads (int val) |
| Pass SetNumberOfThreads. More... | |
| virtual void | SetOutput (vtkDataObject *d) VTK_OVERRIDE |
| virtual void | Update () VTK_OVERRIDE |
| virtual void | Update (int port) VTK_OVERRIDE |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkITKImageToImageFilterSS * | New () |
| static vtkITKImageToImageFilterSS * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkITKImageToImageFilter | |
| static int | IsTypeOf (const char *type) |
| static vtkITKImageToImageFilter * | New () |
| static vtkITKImageToImageFilter * | 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. More... | |
| typedef itk::Image< InputImagePixelType, 3 > | InputImageType |
| typedef short | OutputImagePixelType |
| typedef itk::Image< OutputImagePixelType, 3 > | OutputImageType |
Protected Types inherited from vtkITKImageToImageFilter | |
| typedef itk::SimpleMemberCommand< vtkITKImageToImageFilter > | MemberCommand |
| typedef MemberCommand::Pointer | MemberCommandPointer |
Protected Member Functions | |
| vtkITKImageToImageFilterSS (GenericFilterType *filter) | |
| ~vtkITKImageToImageFilterSS () | |
Protected Member Functions inherited from vtkITKImageToImageFilter | |
| void | ExecuteData (vtkDataObject *) VTK_OVERRIDE |
| ETX. More... | |
| void | LinkITKProgressToVTKProgress (itk::ProcessObject *process) |
| BTX. More... | |
| vtkITKImageToImageFilter () | |
| ETX. More... | |
| ~vtkITKImageToImageFilter () | |
Protected Attributes | |
| ImageExportType::Pointer | itkExporter |
| ImageImportType::Pointer | itkImporter |
| GenericFilterType::Pointer | m_Filter |
Protected Attributes inherited from vtkITKImageToImageFilter | |
| MemberCommandPointer | m_EndEventCommand |
| itk::ProcessObject::Pointer | m_Process |
| MemberCommandPointer | m_ProgressCommand |
| MemberCommandPointer | m_StartEventCommand |
| vtkImageCast * | vtkCast |
| vtkImageExport * | vtkExporter |
| vtkImageImport * | vtkImporter |
Definition at line 25 of file vtkITKImageToImageFilterSS.h.
|
protected |
Definition at line 58 of file vtkITKImageToImageFilterSS.h.
|
protected |
Definition at line 54 of file vtkITKImageToImageFilterSS.h.
|
protected |
Definition at line 53 of file vtkITKImageToImageFilterSS.h.
|
protected |
To/from ITK.
Definition at line 48 of file vtkITKImageToImageFilterSS.h.
|
protected |
Definition at line 50 of file vtkITKImageToImageFilterSS.h.
|
protected |
Definition at line 49 of file vtkITKImageToImageFilterSS.h.
|
protected |
Definition at line 51 of file vtkITKImageToImageFilterSS.h.
Definition at line 28 of file vtkITKImageToImageFilterSS.h.
|
inlineprotected |
Need an import, export, and a ITK pipeline
Set up the filter pipeline
Definition at line 61 of file vtkITKImageToImageFilterSS.h.
|
inlineprotected |
Definition at line 77 of file vtkITKImageToImageFilterSS.h.
|
virtual |
Reimplemented from vtkITKImageToImageFilter.
Reimplemented in vtkITKNewOtsuThresholdImageFilter.
|
virtual |
Reimplemented from vtkITKImageToImageFilter.
Reimplemented in vtkITKNewOtsuThresholdImageFilter.
|
static |
|
inlinestatic |
Definition at line 29 of file vtkITKImageToImageFilterSS.h.
|
inline |
Definition at line 30 of file vtkITKImageToImageFilterSS.h.
|
static |
|
inlinevirtual |
Portion of the SetReleaseDataFlag implementation can be implemented at this level of the hierachy.
Definition at line 39 of file vtkITKImageToImageFilterSS.h.
|
protected |
Definition at line 56 of file vtkITKImageToImageFilterSS.h.
|
protected |
Definition at line 55 of file vtkITKImageToImageFilterSS.h.
|
protected |
Definition at line 59 of file vtkITKImageToImageFilterSS.h.
1.8.13