![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkAggregateLabelMapFilter.h>
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TImage::ImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension |
Additional Inherited Members | |
![]() | |
using | InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension > |
using | OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension > |
![]() | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
![]() | |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
std::mutex | m_LabelObjectContainerLock |
![]() | |
bool | m_DynamicMultiThreading |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
Collapses all labels into the first label.
This filter takes a label map as input and visits the pixels of all labels and assigns them to the first label of the label map. At the end of the execution of this filter, the map will contain a single filter.
This implementation was taken from the Insight Journal paper: https://www.insight-journal.org/browse/publication/176
Definition at line 44 of file itkAggregateLabelMapFilter.h.
using itk::AggregateLabelMapFilter< TImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 53 of file itkAggregateLabelMapFilter.h.
using itk::AggregateLabelMapFilter< TImage >::ImageConstPointer = typename ImageType::ConstPointer |
Definition at line 58 of file itkAggregateLabelMapFilter.h.
using itk::AggregateLabelMapFilter< TImage >::ImagePointer = typename ImageType::Pointer |
Definition at line 57 of file itkAggregateLabelMapFilter.h.
using itk::AggregateLabelMapFilter< TImage >::ImageType = TImage |
Some convenient type alias.
Definition at line 56 of file itkAggregateLabelMapFilter.h.
using itk::AggregateLabelMapFilter< TImage >::IndexType = typename ImageType::IndexType |
Definition at line 60 of file itkAggregateLabelMapFilter.h.
using itk::AggregateLabelMapFilter< TImage >::LabelObjectType = typename ImageType::LabelObjectType |
Definition at line 61 of file itkAggregateLabelMapFilter.h.
using itk::AggregateLabelMapFilter< TImage >::PixelType = typename ImageType::PixelType |
Definition at line 59 of file itkAggregateLabelMapFilter.h.
using itk::AggregateLabelMapFilter< TImage >::Pointer = SmartPointer<Self> |
Definition at line 52 of file itkAggregateLabelMapFilter.h.
using itk::AggregateLabelMapFilter< TImage >::Self = AggregateLabelMapFilter |
Standard class type aliases.
Definition at line 50 of file itkAggregateLabelMapFilter.h.
using itk::AggregateLabelMapFilter< TImage >::Superclass = InPlaceLabelMapFilter<TImage> |
Definition at line 51 of file itkAggregateLabelMapFilter.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
|
virtual |
Runtime information support.
Reimplemented from itk::InPlaceLabelMapFilter< TImage >.
|
static |
Standard New method.
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::ProcessObject.
|
staticconstexpr |
ImageDimension constants
Definition at line 64 of file itkAggregateLabelMapFilter.h.