![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkParabolicErodeImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage::ConstPointer | InputImageConstPointer |
typedef TInputImage::Pointer | InputImagePointer |
typedef TInputImage | InputImageType |
typedef TOutputImage | OutputImageType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef TInputImage::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef itk::FixedArray < ScalarRealType, TInputImage::ImageDimension > | RadiusType |
typedef NumericTraits < PixelType >::RealType | RealType |
typedef NumericTraits < PixelType >::ScalarRealType | ScalarRealType |
typedef ParabolicErodeImageFilter | Self |
typedef ParabolicErodeDilateImageFilter < TInputImage, false, TOutputImage > | Superclass |
![]() | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage::ConstPointer | InputImageConstPointer |
typedef TInputImage::Pointer | InputImagePointer |
typedef TInputImage | InputImageType |
typedef TInputImage::SizeType | InputSizeType |
typedef NumericTraits < PixelType >::FloatType | InternalRealType |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef TOutputImage::SizeType | OutputSizeType |
typedef TInputImage::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef itk::FixedArray < ScalarRealType, TInputImage::ImageDimension > | RadiusType |
typedef NumericTraits < PixelType >::RealType | RealType |
typedef NumericTraits < PixelType >::ScalarRealType | ScalarRealType |
typedef ParabolicErodeDilateImageFilter | Self |
typedef ImageToImageFilter < TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (ImageDimension, unsigned int, TInputImage::ImageDimension) | |
![]() | |
virtual const RadiusType & | GetScale () |
virtual const bool & | GetUseImageSpacing () |
itkStaticConstMacro (ImageDimension, unsigned int, TInputImage::ImageDimension) | |
itkStaticConstMacro (OutputImageDimension, unsigned int, TOutputImage::ImageDimension) | |
itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
void | SetScale (ScalarRealType scale) |
virtual void | SetScale (RadiusType _arg) |
virtual void | SetUseImageSpacing (bool _arg) |
virtual void | UseImageSpacingOff () |
virtual void | UseImageSpacingOn () |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
Protected Member Functions | |
ParabolicErodeImageFilter () | |
virtual | ~ParabolicErodeImageFilter () |
![]() | |
void | EnlargeOutputRequestedRegion (DataObject *output) |
void | GenerateData (void) |
ParabolicErodeDilateImageFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
int | SplitRequestedRegion (int i, int num, OutputImageRegionType &splitRegion) |
void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, int threadId) |
virtual | ~ParabolicErodeDilateImageFilter () |
Private Member Functions | |
void | operator= (const Self &) |
ParabolicErodeImageFilter (const Self &) | |
Additional Inherited Members | |
![]() | |
bool | m_UseImageSpacing |
Class for morphological erosion operations with parabolic structuring elements.
This filter doesn't use the erode/dilate classes directly so that multiple image copies aren't necessary.
This filter is threaded.
Definition at line 26 of file itkParabolicErodeImageFilter.h.
typedef SmartPointer<const Self> itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 36 of file itkParabolicErodeImageFilter.h.
typedef TInputImage::ConstPointer itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Definition at line 55 of file itkParabolicErodeImageFilter.h.
typedef TInputImage::Pointer itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Smart pointer typedef support.
Definition at line 54 of file itkParabolicErodeImageFilter.h.
typedef TInputImage itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::InputImageType |
Pixel Type of the input image
Definition at line 42 of file itkParabolicErodeImageFilter.h.
typedef TOutputImage itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 47 of file itkParabolicErodeImageFilter.h.
typedef TOutputImage::PixelType itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 51 of file itkParabolicErodeImageFilter.h.
typedef TInputImage::PixelType itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::PixelType |
Definition at line 48 of file itkParabolicErodeImageFilter.h.
typedef SmartPointer<Self> itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 35 of file itkParabolicErodeImageFilter.h.
typedef itk::FixedArray<ScalarRealType, TInputImage::ImageDimension> itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::RadiusType |
a type to represent the "kernel radius"
Definition at line 58 of file itkParabolicErodeImageFilter.h.
typedef NumericTraits<PixelType>::RealType itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::RealType |
Definition at line 49 of file itkParabolicErodeImageFilter.h.
typedef NumericTraits<PixelType>::ScalarRealType itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::ScalarRealType |
Definition at line 50 of file itkParabolicErodeImageFilter.h.
typedef ParabolicErodeImageFilter itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 33 of file itkParabolicErodeImageFilter.h.
typedef ParabolicErodeDilateImageFilter<TInputImage, false, TOutputImage> itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 34 of file itkParabolicErodeImageFilter.h.
|
inlineprotected |
Define the image type for internal computations RealType is usually 'double' in NumericTraits. Here we prefer float in order to save memory.
Definition at line 69 of file itkParabolicErodeImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 70 of file itkParabolicErodeImageFilter.h.
|
private |
|
virtual |
Runtime information support.
Reimplemented from itk::ParabolicErodeDilateImageFilter< TInputImage, false, TOutputImage >.
itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned | int, | ||
TInputImage::ImageDimension | |||
) |
Image dimension.
|
static |
Method for creation through the object factory.
|
private |
Generated on 06-12-2013 for elastix by ![]() |
![]() |