ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkAnchorOpenImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef AnchorOpenImageFilter | Self |
typedef AnchorOpenCloseImageFilter < TImage, TKernel, std::less < typename TImage::PixelType > , std::greater< typename TImage::PixelType > > | Superclass |
Public Types inherited from itk::AnchorOpenCloseImageFilter< TImage, TKernel, std::less< TImage::PixelType >, std::greater< TImage::PixelType > > | |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TImage | InputImageType |
typedef KernelType::LType | KernelLType |
typedef TKernel | KernelType |
Public Types inherited from itk::KernelImageFilter< TImage, TImage, TKernel > | |
typedef FlatStructuringElement < itkGetStaticConstMacro(ImageDimension) > | FlatKernelType |
typedef TImage::IndexType | IndexType |
typedef TImage::PixelType | InputPixelType |
typedef TImage::OffsetType | OffsetType |
typedef TImage | OutputImageType |
typedef TImage::PixelType | OutputPixelType |
typedef TImage::SizeType | RadiusType |
typedef TImage::RegionType | RegionType |
typedef TImage::SizeType | SizeType |
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 | |
AnchorOpenImageFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Attributes inherited from itk::AnchorOpenCloseImageFilter< TImage, TKernel, std::less< TImage::PixelType >, 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::AnchorOpenCloseImageFilter< TImage, TKernel, std::less< TImage::PixelType >, std::greater< TImage::PixelType > > | |
InputImagePixelType | m_Boundary1 |
InputImagePixelType | m_Boundary2 |
KernelType | m_Kernel |
Definition at line 26 of file itkAnchorOpenImageFilter.h.
typedef SmartPointer< const Self > itk::AnchorOpenImageFilter< TImage, TKernel >::ConstPointer |
Reimplemented from itk::AnchorOpenCloseImageFilter< TImage, TKernel, std::less< TImage::PixelType >, std::greater< TImage::PixelType > >.
Definition at line 37 of file itkAnchorOpenImageFilter.h.
typedef SmartPointer< Self > itk::AnchorOpenImageFilter< TImage, TKernel >::Pointer |
Reimplemented from itk::AnchorOpenCloseImageFilter< TImage, TKernel, std::less< TImage::PixelType >, std::greater< TImage::PixelType > >.
Definition at line 36 of file itkAnchorOpenImageFilter.h.
typedef AnchorOpenImageFilter itk::AnchorOpenImageFilter< TImage, TKernel >::Self |
Standard class typedefs.
Reimplemented from itk::AnchorOpenCloseImageFilter< TImage, TKernel, std::less< TImage::PixelType >, std::greater< TImage::PixelType > >.
Definition at line 32 of file itkAnchorOpenImageFilter.h.
typedef AnchorOpenCloseImageFilter< TImage, TKernel, std::less< typename TImage::PixelType >, std::greater< typename TImage::PixelType > > itk::AnchorOpenImageFilter< TImage, TKernel >::Superclass |
Reimplemented from itk::AnchorOpenCloseImageFilter< TImage, TKernel, std::less< TImage::PixelType >, std::greater< TImage::PixelType > >.
Definition at line 34 of file itkAnchorOpenImageFilter.h.
|
inlineprotected |
Definition at line 43 of file itkAnchorOpenImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 48 of file itkAnchorOpenImageFilter.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::AnchorOpenCloseImageFilter< TImage, TKernel, std::less< TImage::PixelType >, std::greater< TImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::AnchorOpenCloseImageFilter< TImage, TKernel, std::less< TImage::PixelType >, std::greater< TImage::PixelType > >.
|
private |
kernel or structuring element to use.
Reimplemented from itk::AnchorOpenCloseImageFilter< TImage, TKernel, std::less< TImage::PixelType >, std::greater< TImage::PixelType > >.