ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkAnchorErodeDilateImageFilter.h>
class to implement erosions and dilations using anchor methods. This is the base class that must be instantiated with appropriate definitions of greater, less and so on. The SetBoundary facility isn't necessary for operation of the anchor method but is included for compatibility with other morphology classes in itk.
Definition at line 40 of file itkAnchorErodeDilateImageFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TImage::IndexType | IndexType |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TImage | InputImageType |
typedef TKernel | KernelType |
typedef SmartPointer< Self > | Pointer |
typedef AnchorErodeDilateImageFilter | Self |
typedef TImage::SizeType | SizeType |
typedef KernelImageFilter < TImage, TImage, TKernel > | Superclass |
Public Types inherited from itk::KernelImageFilter< TImage, TImage, TKernel > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef FlatStructuringElement < itkGetStaticConstMacro(ImageDimension) > | FlatKernelType |
typedef TImage::IndexType | IndexType |
typedef TImage | InputImageType |
typedef TImage::PixelType | InputPixelType |
typedef TKernel | KernelType |
typedef TImage::OffsetType | OffsetType |
typedef TImage | OutputImageType |
typedef TImage::PixelType | OutputPixelType |
typedef SmartPointer< Self > | Pointer |
typedef TImage::SizeType | RadiusType |
typedef TImage::RegionType | RegionType |
typedef KernelImageFilter | Self |
typedef TImage::SizeType | SizeType |
typedef BoxImageFilter< TImage, TImage > | Superclass |
Public Types inherited from itk::BoxImageFilter< TImage, TImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TImage::IndexType | IndexType |
typedef TImage | InputImageType |
typedef TImage::PixelType | InputPixelType |
typedef TImage::OffsetType | OffsetType |
typedef TImage | OutputImageType |
typedef TImage::PixelType | OutputPixelType |
typedef SmartPointer< Self > | Pointer |
typedef TImage::SizeType | RadiusType |
typedef TImage::SizeValueType | RadiusValueType |
typedef TImage::RegionType | RegionType |
typedef BoxImageFilter | Self |
typedef TImage::SizeType | SizeType |
typedef ImageToImageFilter < TImage, TImage > | Superclass |
Public Types inherited from itk::ImageToImageFilter< TImage, TImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TImage | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef SmartPointer< Self > | Pointer |
typedef ImageToImageFilter | Self |
typedef ImageSource< TImage > | Superclass |
Public Types inherited from itk::ImageSource< TImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef ImageSource | Self |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::KernelImageFilter< TImage, TImage, TKernel > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::BoxImageFilter< TImage, TImage > | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = TImage::ImageDimension |
static const unsigned int | OutputImageDimension = TImage::ImageDimension |
Static Public Attributes inherited from itk::KernelImageFilter< TImage, TImage, TKernel > | |
static const unsigned int | ImageDimension |
Static Public Attributes inherited from itk::BoxImageFilter< TImage, TImage > | |
static const unsigned int | ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TImage, TImage > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageSource< TImage > | |
static const unsigned int | OutputImageDimension |
Protected Attributes | |
InputImagePixelType | m_Boundary |
Protected Attributes inherited from itk::KernelImageFilter< TImage, TImage, TKernel > | |
KernelType | m_Kernel |
Private Types | |
typedef AnchorErodeDilateLine < InputImagePixelType, TFunction1 > | AnchorLineType |
typedef BresenhamLine < itkGetStaticConstMacro(InputImageDimension) > | BresType |
Private Member Functions | |
AnchorErodeDilateImageFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TImage, TImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TImage > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
|
private |
Definition at line 103 of file itkAnchorErodeDilateImageFilter.h.
|
private |
Definition at line 100 of file itkAnchorErodeDilateImageFilter.h.
typedef SmartPointer< const Self > itk::AnchorErodeDilateImageFilter< TImage, TKernel, TFunction1 >::ConstPointer |
Definition at line 50 of file itkAnchorErodeDilateImageFilter.h.
typedef TImage::IndexType itk::AnchorErodeDilateImageFilter< TImage, TKernel, TFunction1 >::IndexType |
Definition at line 62 of file itkAnchorErodeDilateImageFilter.h.
typedef InputImageType::ConstPointer itk::AnchorErodeDilateImageFilter< TImage, TKernel, TFunction1 >::InputImageConstPointer |
Definition at line 59 of file itkAnchorErodeDilateImageFilter.h.
typedef InputImageType::PixelType itk::AnchorErodeDilateImageFilter< TImage, TKernel, TFunction1 >::InputImagePixelType |
Definition at line 61 of file itkAnchorErodeDilateImageFilter.h.
typedef InputImageType::Pointer itk::AnchorErodeDilateImageFilter< TImage, TKernel, TFunction1 >::InputImagePointer |
Definition at line 58 of file itkAnchorErodeDilateImageFilter.h.
typedef InputImageType::RegionType itk::AnchorErodeDilateImageFilter< TImage, TKernel, TFunction1 >::InputImageRegionType |
Definition at line 60 of file itkAnchorErodeDilateImageFilter.h.
typedef TImage itk::AnchorErodeDilateImageFilter< TImage, TKernel, TFunction1 >::InputImageType |
Definition at line 57 of file itkAnchorErodeDilateImageFilter.h.
typedef TKernel itk::AnchorErodeDilateImageFilter< TImage, TKernel, TFunction1 >::KernelType |
Some convenient typedefs. Kernel typedef.
Definition at line 55 of file itkAnchorErodeDilateImageFilter.h.
typedef SmartPointer< Self > itk::AnchorErodeDilateImageFilter< TImage, TKernel, TFunction1 >::Pointer |
Definition at line 49 of file itkAnchorErodeDilateImageFilter.h.
typedef AnchorErodeDilateImageFilter itk::AnchorErodeDilateImageFilter< TImage, TKernel, TFunction1 >::Self |
Standard class typedefs.
Definition at line 46 of file itkAnchorErodeDilateImageFilter.h.
typedef TImage::SizeType itk::AnchorErodeDilateImageFilter< TImage, TKernel, TFunction1 >::SizeType |
Definition at line 63 of file itkAnchorErodeDilateImageFilter.h.
typedef KernelImageFilter< TImage, TImage, TKernel > itk::AnchorErodeDilateImageFilter< TImage, TKernel, TFunction1 >::Superclass |
Definition at line 48 of file itkAnchorErodeDilateImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 86 of file itkAnchorErodeDilateImageFilter.h.
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
Set/Get the boundary value.
|
virtual |
Runtime information support.
Reimplemented from itk::KernelImageFilter< TImage, TImage, TKernel >.
Reimplemented in itk::AnchorDilateImageFilter< TImage, TKernel >, and itk::AnchorErodeImageFilter< TImage, TKernel >.
|
static |
Standard New method.
|
private |
|
protectedvirtual |
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< TImage, TImage >.
|
virtual |
Set/Get the boundary value.
|
protected |
Multi-thread version GenerateData.
|
static |
ImageDimension constants
Definition at line 67 of file itkAnchorErodeDilateImageFilter.h.
|
protected |
Definition at line 94 of file itkAnchorErodeDilateImageFilter.h.
|
static |
ImageDimension constants
Definition at line 69 of file itkAnchorErodeDilateImageFilter.h.