ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkParabolicDilateImageFilter.h>
Class for morphological dilation operations with parabolic structuring elements.
This filter is threaded.
Core methods described in the InsightJournal article: "Morphology with parabolic structuring elements"
http://hdl.handle.net/1926/1370
Definition at line 50 of file itkParabolicDilateImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ParabolicErodeDilateImageFilter< TInputImage, true, TOutputImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
ParabolicDilateImageFilter () | |
virtual | ~ParabolicDilateImageFilter () |
ParabolicDilateImageFilter (const Self &) | |
void | operator= (const Self &) |
typedef SmartPointer< const Self > itk::ParabolicDilateImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 58 of file itkParabolicDilateImageFilter.h.
typedef TInputImage::ConstPointer itk::ParabolicDilateImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Definition at line 76 of file itkParabolicDilateImageFilter.h.
typedef TInputImage::Pointer itk::ParabolicDilateImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Smart pointer typedef support.
Definition at line 75 of file itkParabolicDilateImageFilter.h.
typedef TInputImage itk::ParabolicDilateImageFilter< TInputImage, TOutputImage >::InputImageType |
Pixel Type of the input image
Definition at line 64 of file itkParabolicDilateImageFilter.h.
typedef TOutputImage itk::ParabolicDilateImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 68 of file itkParabolicDilateImageFilter.h.
typedef TOutputImage::PixelType itk::ParabolicDilateImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 72 of file itkParabolicDilateImageFilter.h.
typedef TInputImage::PixelType itk::ParabolicDilateImageFilter< TInputImage, TOutputImage >::PixelType |
Definition at line 69 of file itkParabolicDilateImageFilter.h.
typedef SmartPointer< Self > itk::ParabolicDilateImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 57 of file itkParabolicDilateImageFilter.h.
typedef itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > itk::ParabolicDilateImageFilter< TInputImage, TOutputImage >::RadiusType |
a type to represent the "kernel radius"
Definition at line 79 of file itkParabolicDilateImageFilter.h.
typedef NumericTraits< PixelType >::RealType itk::ParabolicDilateImageFilter< TInputImage, TOutputImage >::RealType |
Definition at line 70 of file itkParabolicDilateImageFilter.h.
typedef NumericTraits< PixelType >::ScalarRealType itk::ParabolicDilateImageFilter< TInputImage, TOutputImage >::ScalarRealType |
Definition at line 71 of file itkParabolicDilateImageFilter.h.
typedef ParabolicDilateImageFilter itk::ParabolicDilateImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 55 of file itkParabolicDilateImageFilter.h.
typedef ParabolicErodeDilateImageFilter< TInputImage, true, TOutputImage > itk::ParabolicDilateImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 56 of file itkParabolicDilateImageFilter.h.
|
inlineprotected |
Image dimension.
Definition at line 85 of file itkParabolicDilateImageFilter.h.
|
inlineprotectedvirtual |
Image dimension.
Definition at line 86 of file itkParabolicDilateImageFilter.h.
|
private |
Image dimension.
|
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::ParabolicErodeDilateImageFilter< TInputImage, true, TOutputImage >.
|
static |
Method for creation through the object factory.
|
private |
Image dimension.
|
static |
Image dimension.
Definition at line 83 of file itkParabolicDilateImageFilter.h.