ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkVanHerkGilWermanDilateImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TImage::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef VanHerkGilWermanDilateImageFilter | Self |
typedef VanHerkGilWermanErodeDilateImageFilter < TImage, TKernel, MaxFunctor < typename TImage::PixelType > > | Superclass |
Public Types inherited from itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MaxFunctor< 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 | |
void | operator= (const Self &) |
VanHerkGilWermanDilateImageFilter (const Self &) |
Additional Inherited Members | |
Static Public Attributes inherited from itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MaxFunctor< 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::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MaxFunctor< TImage::PixelType > > | |
InputImagePixelType | m_Boundary |
KernelType | m_Kernel |
Definition at line 39 of file itkVanHerkGilWermanDilateImageFilter.h.
typedef SmartPointer< const Self > itk::VanHerkGilWermanDilateImageFilter< TImage, TKernel >::ConstPointer |
Reimplemented from itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MaxFunctor< TImage::PixelType > >.
Definition at line 52 of file itkVanHerkGilWermanDilateImageFilter.h.
typedef TImage::PixelType itk::VanHerkGilWermanDilateImageFilter< TImage, TKernel >::PixelType |
Definition at line 53 of file itkVanHerkGilWermanDilateImageFilter.h.
typedef SmartPointer< Self > itk::VanHerkGilWermanDilateImageFilter< TImage, TKernel >::Pointer |
Reimplemented from itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MaxFunctor< TImage::PixelType > >.
Definition at line 49 of file itkVanHerkGilWermanDilateImageFilter.h.
typedef VanHerkGilWermanDilateImageFilter itk::VanHerkGilWermanDilateImageFilter< TImage, TKernel >::Self |
Standard class typedefs.
Reimplemented from itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MaxFunctor< TImage::PixelType > >.
Definition at line 43 of file itkVanHerkGilWermanDilateImageFilter.h.
typedef VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MaxFunctor< typename TImage::PixelType > > itk::VanHerkGilWermanDilateImageFilter< TImage, TKernel >::Superclass |
Reimplemented from itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MaxFunctor< TImage::PixelType > >.
Definition at line 45 of file itkVanHerkGilWermanDilateImageFilter.h.
|
inlineprotected |
Definition at line 61 of file itkVanHerkGilWermanDilateImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 65 of file itkVanHerkGilWermanDilateImageFilter.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::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MaxFunctor< TImage::PixelType > >.
|
virtual |
Runtime information support.
Reimplemented from itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MaxFunctor< TImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MaxFunctor< TImage::PixelType > >.
|
private |
kernel or structuring element to use.
Reimplemented from itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MaxFunctor< TImage::PixelType > >.