#include <vtkKWEITKFilterModuleBase.h>

Public Types | |
| typedef itk::MemberCommand < FilterModuleBase > | CommandType |
| typedef itk::ImageRegion< 3 > | RegionType |
| typedef itk::Index< 3 > | IndexType |
| typedef itk::Size< 3 > | SizeType |
Public Member Functions | |
| FilterModuleBase () | |
| Constructor. | |
| virtual | ~FilterModuleBase () |
| Destructor. | |
| void | SetUpdateMessage (const char *message) |
| void | InitializeProgressValue () |
| void | SetCumulatedProgress (float progress) |
| void | SetCurrentFilterProgressWeight (float weight) |
| float | GetCurrentFilterProgressWeight () const |
| void | SetProcessComponentsIndependetly (bool independentProcessing) |
| CommandType * | GetCommandObserver () |
| void | ProgressUpdate (itk::Object *itkNotUsed(caller), const itk::EventObject &itkNotUsed(event)) |
| virtual void | SetInput (vtkImageData *itkNotUsed(data))=0 |
| virtual vtkImageData * | GetInput ()=0 |
| virtual int | GetOutputAsStencil (vtkImageStencilData *itkNotUsed(data)) |
| virtual int | GetSphereBoundedOutputAsStencil (vtkImageStencilData *itkNotUsed(data), int itkNotUsed(center)[3], double itkNotUsed(radius)[3]) |
| virtual void | SetRequestedExtent (int itkNotUsed(extent)[6]) |
Definition at line 77 of file vtkKWEITKFilterModuleBase.h.
| typedef itk::MemberCommand< FilterModuleBase > vtkitk::FilterModuleBase::CommandType |
Definition at line 82 of file vtkKWEITKFilterModuleBase.h.
| typedef itk::ImageRegion<3> vtkitk::FilterModuleBase::RegionType |
Reimplemented in vtkitk::FilterModule< TFilterType >, vtkitk::FilterModuleStencilOutput< TFilterType >, and vtkitk::PaintbrushFilterModule< TFilterType >.
Definition at line 85 of file vtkKWEITKFilterModuleBase.h.
| typedef itk::Index<3> vtkitk::FilterModuleBase::IndexType |
Reimplemented in vtkitk::FilterModule< TFilterType >, vtkitk::FilterModuleStencilOutput< TFilterType >, and vtkitk::PaintbrushFilterModule< TFilterType >.
Definition at line 86 of file vtkKWEITKFilterModuleBase.h.
| typedef itk::Size<3> vtkitk::FilterModuleBase::SizeType |
Reimplemented in vtkitk::FilterModule< TFilterType >, vtkitk::FilterModuleStencilOutput< TFilterType >, and vtkitk::PaintbrushFilterModule< TFilterType >.
Definition at line 87 of file vtkKWEITKFilterModuleBase.h.
| vtkitk::FilterModuleBase::FilterModuleBase | ( | ) | [inline] |
Constructor.
Definition at line 90 of file vtkKWEITKFilterModuleBase.h.
| virtual vtkitk::FilterModuleBase::~FilterModuleBase | ( | ) | [inline, virtual] |
Destructor.
Definition at line 103 of file vtkKWEITKFilterModuleBase.h.
| void vtkitk::FilterModuleBase::SetUpdateMessage | ( | const char * | message | ) | [inline] |
Definition at line 107 of file vtkKWEITKFilterModuleBase.h.
| void vtkitk::FilterModuleBase::InitializeProgressValue | ( | ) | [inline] |
Definition at line 112 of file vtkKWEITKFilterModuleBase.h.
| void vtkitk::FilterModuleBase::SetCumulatedProgress | ( | float | progress | ) | [inline] |
Definition at line 118 of file vtkKWEITKFilterModuleBase.h.
| void vtkitk::FilterModuleBase::SetCurrentFilterProgressWeight | ( | float | weight | ) | [inline] |
Definition at line 124 of file vtkKWEITKFilterModuleBase.h.
| float vtkitk::FilterModuleBase::GetCurrentFilterProgressWeight | ( | ) | const [inline] |
Definition at line 129 of file vtkKWEITKFilterModuleBase.h.
| void vtkitk::FilterModuleBase::SetProcessComponentsIndependetly | ( | bool | independentProcessing | ) | [inline] |
Definition at line 135 of file vtkKWEITKFilterModuleBase.h.
| CommandType* vtkitk::FilterModuleBase::GetCommandObserver | ( | ) | [inline] |
Definition at line 140 of file vtkKWEITKFilterModuleBase.h.
| void vtkitk::FilterModuleBase::ProgressUpdate | ( | itk::Object * | itkNotUsedcaller, | |
| const itk::EventObject & | itkNotUsedevent | |||
| ) | [inline] |
Definition at line 146 of file vtkKWEITKFilterModuleBase.h.
| virtual void vtkitk::FilterModuleBase::SetInput | ( | vtkImageData * | itkNotUseddata | ) | [pure virtual] |
| virtual vtkImageData* vtkitk::FilterModuleBase::GetInput | ( | ) | [pure virtual] |
Implemented in vtkitk::FilterModule< TFilterType >, and vtkitk::PaintbrushFilterModule< TFilterType >.
| virtual int vtkitk::FilterModuleBase::GetOutputAsStencil | ( | vtkImageStencilData * | itkNotUseddata | ) | [inline, virtual] |
Definition at line 156 of file vtkKWEITKFilterModuleBase.h.
| virtual int vtkitk::FilterModuleBase::GetSphereBoundedOutputAsStencil | ( | vtkImageStencilData * | itkNotUseddata, | |
| int | itkNotUsed(center)[3], | |||
| double | itkNotUsed(radius)[3] | |||
| ) | [inline, virtual] |
Definition at line 158 of file vtkKWEITKFilterModuleBase.h.
| virtual void vtkitk::FilterModuleBase::SetRequestedExtent | ( | int | itkNotUsed(extent)[6] | ) | [inline, virtual] |
Definition at line 165 of file vtkKWEITKFilterModuleBase.h.
1.7.1