ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkAnchorErodeImageFilter.h>
Definition at line 26 of file itkAnchorErodeImageFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TImage::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef AnchorErodeImageFilter | Self |
typedef AnchorErodeDilateImageFilter < TImage, TKernel, std::less < typename TImage::PixelType > > | Superclass |
Public Types inherited from itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::less< TImage::PixelType > > | |
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::AnchorErodeDilateImageFilter< TImage, TKernel, std::less< TImage::PixelType > > | |
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 () |
Private Member Functions | |
AnchorErodeImageFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Attributes inherited from itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::less< TImage::PixelType > > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
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) |
Protected Attributes inherited from itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::less< TImage::PixelType > > | |
InputImagePixelType | m_Boundary |
typedef SmartPointer< const Self > itk::AnchorErodeImageFilter< TImage, TKernel >::ConstPointer |
Definition at line 40 of file itkAnchorErodeImageFilter.h.
typedef TImage::PixelType itk::AnchorErodeImageFilter< TImage, TKernel >::PixelType |
Definition at line 42 of file itkAnchorErodeImageFilter.h.
typedef SmartPointer< Self > itk::AnchorErodeImageFilter< TImage, TKernel >::Pointer |
Definition at line 37 of file itkAnchorErodeImageFilter.h.
typedef AnchorErodeImageFilter itk::AnchorErodeImageFilter< TImage, TKernel >::Self |
Definition at line 31 of file itkAnchorErodeImageFilter.h.
typedef AnchorErodeDilateImageFilter< TImage, TKernel, std::less< typename TImage::PixelType > > itk::AnchorErodeImageFilter< TImage, TKernel >::Superclass |
Definition at line 33 of file itkAnchorErodeImageFilter.h.
|
inlineprotected |
Definition at line 49 of file itkAnchorErodeImageFilter.h.
References itk::NumericTraits< T >::max().
|
inlineprotectedvirtual |
Definition at line 53 of file itkAnchorErodeImageFilter.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 |
Runtime information support.
Reimplemented from itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::less< TImage::PixelType > >.
|
static |
Method for creation through the object factory.
|
private |