ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkLabelSetDilateImageFilter.h>
Class for binary morphological erosion of label images.
This filter is threaded.
Definition at line 41 of file itkLabelSetDilateImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::LabelSetMorphBaseImageFilter< 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 () |
Private Types | |
typedef Superclass::DistanceImageType | DistanceImageType |
Private Member Functions | |
LabelSetDilateImageFilter (const Self &) | |
void | operator= (const Self &) |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
LabelSetDilateImageFilter () | |
virtual | ~LabelSetDilateImageFilter () |
typedef SmartPointer< const Self > itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 50 of file itkLabelSetDilateImageFilter.h.
|
private |
Definition at line 92 of file itkLabelSetDilateImageFilter.h.
typedef TInputImage::ConstPointer itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Definition at line 68 of file itkLabelSetDilateImageFilter.h.
typedef TInputImage::Pointer itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Smart pointer typedef support.
Definition at line 67 of file itkLabelSetDilateImageFilter.h.
typedef TInputImage itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::InputImageType |
Pixel Type of the input image
Definition at line 56 of file itkLabelSetDilateImageFilter.h.
typedef TInputImage::SizeType itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::InputSizeType |
Definition at line 69 of file itkLabelSetDilateImageFilter.h.
typedef OutputImageType::RegionType itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 72 of file itkLabelSetDilateImageFilter.h.
typedef TOutputImage itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 60 of file itkLabelSetDilateImageFilter.h.
typedef TOutputImage::PixelType itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 63 of file itkLabelSetDilateImageFilter.h.
typedef TOutputImage::SizeType itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::OutputSizeType |
Definition at line 70 of file itkLabelSetDilateImageFilter.h.
typedef TInputImage::PixelType itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::PixelType |
Definition at line 61 of file itkLabelSetDilateImageFilter.h.
typedef SmartPointer< Self > itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 49 of file itkLabelSetDilateImageFilter.h.
typedef NumericTraits< PixelType >::FloatType itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::RealType |
Definition at line 62 of file itkLabelSetDilateImageFilter.h.
typedef NumericTraits< PixelType >::ScalarRealType itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::ScalarRealType |
Definition at line 64 of file itkLabelSetDilateImageFilter.h.
typedef LabelSetDilateImageFilter itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 47 of file itkLabelSetDilateImageFilter.h.
typedef LabelSetMorphBaseImageFilter< TInputImage, true, TOutputImage > itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 48 of file itkLabelSetDilateImageFilter.h.
|
inlineprotected |
Image dimension.
Definition at line 82 of file itkLabelSetDilateImageFilter.h.
|
inlineprotectedvirtual |
Image dimension.
Definition at line 83 of file itkLabelSetDilateImageFilter.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::LabelSetMorphBaseImageFilter< TInputImage, true, TOutputImage >.
|
static |
Method for creation through the object factory.
|
private |
|
overrideprotectedvirtual |
If an imaging filter can be implemented as a multithreaded algorithm, the filter will provide an implementation of ThreadedGenerateData(). This superclass will automatically split the output image into a number of pieces, spawn multiple threads, and call ThreadedGenerateData() in each thread. Prior to spawning threads, the BeforeThreadedGenerateData() method is called. After all the threads have completed, the AfterThreadedGenerateData() method is called. If an image processing filter cannot support threading, that filter should provide an implementation of the GenerateData() method instead of providing an implementation of ThreadedGenerateData(). If a filter provides a GenerateData() method as its implementation, then the filter is responsible for allocating the output data. If a filter provides a ThreadedGenerateData() method as its implementation, then the output memory will allocated automatically by this superclass. The ThreadedGenerateData() method should only produce the output specified by "outputThreadRegion" parameter. ThreadedGenerateData() cannot write to any other portion of the output image (as this is responsibility of a different thread).
Reimplemented from itk::LabelSetMorphBaseImageFilter< TInputImage, true, TOutputImage >.
|
static |
Image dimension.
Definition at line 76 of file itkLabelSetDilateImageFilter.h.
|
static |
Image dimension.
Definition at line 80 of file itkLabelSetDilateImageFilter.h.
|
static |
Image dimension.
Definition at line 78 of file itkLabelSetDilateImageFilter.h.