#include <itkPlaheImageFilter.h>
Inheritance diagram for itk::PlaheImageFilter:
Public Types | |
typedef PlaheImageFilter | Self |
typedef ImageToImageFilter< TImageType, TImageType > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | constPointer |
typedef TImageType | ImageType |
Public Methods | |
itkStaticConstMacro (ImageDimension, unsigned int, TImageType::ImageDimension) | |
virtual const char * | GetClassName () const |
virtual void | SetAlpha (float _arg) |
virtual float | GetAlpha () |
virtual void | SetBeta (float _arg) |
virtual float | GetBeta () |
virtual void | SetWindow (unsigned int data[]) |
virtual const unsigned int * | GetWindow () const |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
PlaheImageFilter () | |
virtual | ~PlaheImageFilter () |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateData () |
Definition at line 36 of file itkPlaheImageFilter.h.
|
Definition at line 45 of file itkPlaheImageFilter.h. |
|
Image type typedef support. Definition at line 57 of file itkPlaheImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TImageType, TImageType >. Definition at line 44 of file itkPlaheImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TImageType, TImageType >. Definition at line 42 of file itkPlaheImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TImageType, TImageType >. Definition at line 43 of file itkPlaheImageFilter.h. |
|
Definition at line 69 of file itkPlaheImageFilter.h. |
|
Definition at line 78 of file itkPlaheImageFilter.h. References HardConnectedComponentImageFilter::GenerateData(). |
|
Standard pipeline method. Reimplemented from itk::ImageSource< TImageType >. |
|
Standard Get/Set macros for filter parameters. |
|
Standard Get/Set macros for filter parameters. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TImageType, TImageType >. |
|
Standard Get/Set macros for filter parameters. |
|
Reimplemented from itk::ImageToImageFilter< TImageType, TImageType >. |
|
Method for creation through the object factory. Reimplemented from itk::ImageToImageFilter< TImageType, TImageType >. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::ImageToImageFilter< TImageType, TImageType >. |
|
Standard Get/Set macros for filter parameters. |
|
Standard Get/Set macros for filter parameters. |
|
Standard Get/Set macros for filter parameters. |