ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkAnchorDilateImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TImage::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef AnchorDilateImageFilter | Self |
typedef AnchorErodeDilateImageFilter < TImage, TKernel, std::less < typename TImage::PixelType > > | Superclass |
Public Types inherited from itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::greater< TImage::PixelType > > | |
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 TImage::SizeType | SizeType |
Public Types inherited from itk::KernelImageFilter< TImage, TImage, TKernel > | |
typedef FlatStructuringElement < itkGetStaticConstMacro(ImageDimension) > | FlatKernelType |
typedef TImage::PixelType | InputPixelType |
typedef TImage::OffsetType | OffsetType |
typedef TImage | OutputImageType |
typedef TImage::PixelType | OutputPixelType |
typedef TImage::SizeType | RadiusType |
typedef TImage::RegionType | RegionType |
Public Types inherited from itk::BoxImageFilter< TImage, TImage > | |
typedef TImage::SizeValueType | RadiusValueType |
Public Types inherited from itk::ImageToImageFilter< TImage, TImage > | |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
Public Types inherited from itk::ImageSource< TImage > | |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::Pointer | OutputImagePointer |
Public Types inherited from itk::ProcessObject | |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Private Member Functions | |
AnchorDilateImageFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Attributes inherited from itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::greater< TImage::PixelType > > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
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 Public Attributes inherited from itk::ImageToImageFilter< TImage, TImage > | |
Static Public Attributes inherited from itk::ImageSource< TImage > | |
Protected Attributes inherited from itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::greater< TImage::PixelType > > | |
InputImagePixelType | m_Boundary |
KernelType | m_Kernel |
Definition at line 26 of file itkAnchorDilateImageFilter.h.
typedef SmartPointer< const Self > itk::AnchorDilateImageFilter< TImage, TKernel >::ConstPointer |
Reimplemented from itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::greater< TImage::PixelType > >.
Definition at line 40 of file itkAnchorDilateImageFilter.h.
typedef TImage::PixelType itk::AnchorDilateImageFilter< TImage, TKernel >::PixelType |
Definition at line 42 of file itkAnchorDilateImageFilter.h.
typedef SmartPointer< Self > itk::AnchorDilateImageFilter< TImage, TKernel >::Pointer |
Reimplemented from itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::greater< TImage::PixelType > >.
Definition at line 37 of file itkAnchorDilateImageFilter.h.
typedef AnchorDilateImageFilter itk::AnchorDilateImageFilter< TImage, TKernel >::Self |
Standard class typedefs.
Reimplemented from itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::greater< TImage::PixelType > >.
Definition at line 31 of file itkAnchorDilateImageFilter.h.
typedef AnchorErodeDilateImageFilter< TImage, TKernel, std::less< typename TImage::PixelType > > itk::AnchorDilateImageFilter< TImage, TKernel >::Superclass |
Reimplemented from itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::greater< TImage::PixelType > >.
Definition at line 33 of file itkAnchorDilateImageFilter.h.
|
inlineprotected |
Definition at line 49 of file itkAnchorDilateImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 53 of file itkAnchorDilateImageFilter.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::AnchorErodeDilateImageFilter< TImage, TKernel, std::greater< TImage::PixelType > >.
|
virtual |
Runtime information support.
Reimplemented from itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::greater< TImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::greater< TImage::PixelType > >.
|
private |
kernel or structuring element to use.
Reimplemented from itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::greater< TImage::PixelType > >.