ITK
5.0.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.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename TInputImage::ConstPointer |
using | InputImagePointer = typename TInputImage::Pointer |
using | InputImageType = TInputImage |
using | InputSizeType = typename TInputImage::SizeType |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | OutputPixelType = typename TOutputImage::PixelType |
using | OutputSizeType = typename TOutputImage::SizeType |
using | PixelType = typename TInputImage::PixelType |
using | Pointer = SmartPointer< Self > |
using | RealType = typename NumericTraits< PixelType >::FloatType |
using | ScalarRealType = typename NumericTraits< PixelType >::ScalarRealType |
using | Self = LabelSetDilateImageFilter |
using | Superclass = LabelSetMorphBaseImageFilter< TInputImage, true, TOutputImage > |
Public Types inherited from itk::LabelSetMorphBaseImageFilter< TInputImage, true, TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename TInputImage::ConstPointer |
using | InputImagePointer = typename TInputImage::Pointer |
using | InputImageType = TInputImage |
using | InputSizeType = typename TInputImage::SizeType |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | OutputIndexType = typename OutputImageType::IndexType |
using | OutputIndexValueType = typename OutputImageType::IndexValueType |
using | OutputPixelType = typename TOutputImage::PixelType |
using | OutputSizeType = typename TOutputImage::SizeType |
using | PixelType = typename TInputImage::PixelType |
using | Pointer = SmartPointer< Self > |
using | RadiusType = typename itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > |
using | RealType = typename NumericTraits< PixelType >::FloatType |
using | ScalarRealType = typename NumericTraits< PixelType >::ScalarRealType |
using | Self = LabelSetMorphBaseImageFilter |
using | Superclass = ImageToImageFilter< TInputImage, TOutputImage > |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputImagePixelType = typename Superclass::OutputImagePixelType |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | Pointer = SmartPointer< Self > |
using | Self = ImageToImageFilter |
using | Superclass = ImageSource< TOutputImage > |
Public Types inherited from itk::ImageSource< TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer< Self > |
using | Self = ImageSource |
using | Superclass = ProcessObject |
Public Types inherited from itk::ProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
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 | |
using | DistanceImageType = typename Superclass::DistanceImageType |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
LabelSetDilateImageFilter () | |
~LabelSetDilateImageFilter () override | |
using itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer< const Self > |
Definition at line 51 of file itkLabelSetDilateImageFilter.h.
|
private |
Definition at line 88 of file itkLabelSetDilateImageFilter.h.
using itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::InputImageConstPointer = typename TInputImage::ConstPointer |
Definition at line 69 of file itkLabelSetDilateImageFilter.h.
using itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::InputImagePointer = typename TInputImage::Pointer |
Smart pointer type alias support.
Definition at line 68 of file itkLabelSetDilateImageFilter.h.
using itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Pixel Type of the input image
Definition at line 60 of file itkLabelSetDilateImageFilter.h.
using itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::InputSizeType = typename TInputImage::SizeType |
Definition at line 70 of file itkLabelSetDilateImageFilter.h.
using itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename OutputImageType::RegionType |
Definition at line 73 of file itkLabelSetDilateImageFilter.h.
using itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 61 of file itkLabelSetDilateImageFilter.h.
using itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename TOutputImage::PixelType |
Definition at line 64 of file itkLabelSetDilateImageFilter.h.
using itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::OutputSizeType = typename TOutputImage::SizeType |
Definition at line 71 of file itkLabelSetDilateImageFilter.h.
using itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::PixelType = typename TInputImage::PixelType |
Definition at line 62 of file itkLabelSetDilateImageFilter.h.
using itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer< Self > |
Definition at line 50 of file itkLabelSetDilateImageFilter.h.
using itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::RealType = typename NumericTraits< PixelType >::FloatType |
Definition at line 63 of file itkLabelSetDilateImageFilter.h.
using itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::ScalarRealType = typename NumericTraits< PixelType >::ScalarRealType |
Definition at line 65 of file itkLabelSetDilateImageFilter.h.
using itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::Self = LabelSetDilateImageFilter |
Standard class type alias.
Definition at line 48 of file itkLabelSetDilateImageFilter.h.
using itk::LabelSetDilateImageFilter< TInputImage, TOutputImage >::Superclass = LabelSetMorphBaseImageFilter< TInputImage, true, TOutputImage > |
Definition at line 49 of file itkLabelSetDilateImageFilter.h.
|
inlineprotected |
Image dimension.
Definition at line 80 of file itkLabelSetDilateImageFilter.h.
|
inlineoverrideprotected |
Image dimension.
Definition at line 82 of file itkLabelSetDilateImageFilter.h.
|
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.
|
overrideprotectedvirtual |
If an imaging filter can be implemented as a multithreaded algorithm, the filter will provide an implementation of ThreadedGenerateData() or DynamicThreadedGenerateData(). This superclass will automatically split the output image into a number of pieces, spawn multiple threads, and call (Dynamic)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 (Dynamic)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 (Dynamic)ThreadedGenerateData() method as its implementation, then the output memory will allocated automatically by this superclass. The (Dynamic)ThreadedGenerateData() method should only produce the output specified by "outputThreadRegion" parameter. (Dynamic)ThreadedGenerateData() cannot write to any other portion of the output image (as this is responsibility of a different thread).
DynamicThreadedGenerateData() is the newer variant without threadId, and is the preferred signature, which is called by default. This variant can split the requested region into different number of pieces depending on current multi-processing load, which allows better load balancing. The non-dynamic (also known as classic) ThreadedGenerateData() signature has threadId, and number of pieces to be split into is known in advance. It is activated by calling this->DynamicMultiThreadingOff(); in derived class constructor. It should be used when the multi-threaded algorithm needs to pre-allocate some data structure with size dependent on the number of pieces (also known as chunks, work units, and sometimes also incorrectly as threads). Only PlatformMultiThreader guarantees that each piece will be processed in its own specific thread. Pool and TBB multi-threaders maintain a pool of threads (normally equal to number of processing cores) which they use to process the pieces. This normally results in a single thread being reused to process multiple work units.
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Runtime information support.
Reimplemented from itk::LabelSetMorphBaseImageFilter< TInputImage, true, TOutputImage >.
|
static |
Method for creation through the object factory.
|
static |
Image dimension.
Definition at line 76 of file itkLabelSetDilateImageFilter.h.
|
static |
Image dimension.
Definition at line 78 of file itkLabelSetDilateImageFilter.h.
|
static |
Image dimension.
Definition at line 77 of file itkLabelSetDilateImageFilter.h.