ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkAnchorDilateImageFilter.h>
Definition at line 27 of file 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 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::greater< 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 | |
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 |
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::greater< TImage::PixelType > > | |
InputImagePixelType | m_Boundary |
typedef SmartPointer< const Self > itk::AnchorDilateImageFilter< TImage, TKernel >::ConstPointer |
Definition at line 41 of file itkAnchorDilateImageFilter.h.
typedef TImage::PixelType itk::AnchorDilateImageFilter< TImage, TKernel >::PixelType |
Definition at line 43 of file itkAnchorDilateImageFilter.h.
typedef SmartPointer< Self > itk::AnchorDilateImageFilter< TImage, TKernel >::Pointer |
Definition at line 38 of file itkAnchorDilateImageFilter.h.
typedef AnchorDilateImageFilter itk::AnchorDilateImageFilter< TImage, TKernel >::Self |
Definition at line 32 of file itkAnchorDilateImageFilter.h.
typedef AnchorErodeDilateImageFilter< TImage, TKernel, std::less< typename TImage::PixelType > > itk::AnchorDilateImageFilter< TImage, TKernel >::Superclass |
Definition at line 34 of file itkAnchorDilateImageFilter.h.
|
inlineprotected |
Definition at line 50 of file itkAnchorDilateImageFilter.h.
References itk::NumericTraits< T >::NonpositiveMin().
|
inlineprotectedvirtual |
Definition at line 54 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::Object.
|
virtual |
Runtime information support.
Reimplemented from itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::greater< TImage::PixelType > >.
|
static |
Method for creation through the object factory.
|
private |