ANIMA  4.0
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
anima::MajorityLabelVotingImageFilter< TPixelType > Class Template Reference

#include <animaMajorityLabelVotingImageFilter.h>

+ Inheritance diagram for anima::MajorityLabelVotingImageFilter< TPixelType >:
+ Collaboration diagram for anima::MajorityLabelVotingImageFilter< TPixelType >:

Public Types

using ConstPointer = itk::SmartPointer< const Self >
 
using InputImageType = itk::Image< TPixelType, 3 >
 
using InputRegionType = typename InputImageType::RegionType
 
using OutputImageType = itk::Image< TPixelType, 3 >
 
using Pointer = itk::SmartPointer< Self >
 
using Self = MajorityLabelVotingImageFilter
 
using Superclass = itk::ImageToImageFilter< InputImageType, OutputImageType >
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

void DynamicThreadedGenerateData (const InputRegionType &region) ITK_OVERRIDE
 
 MajorityLabelVotingImageFilter ()
 
virtual ~MajorityLabelVotingImageFilter ()
 

Detailed Description

template<class TPixelType>
class anima::MajorityLabelVotingImageFilter< TPixelType >

Definition at line 9 of file animaMajorityLabelVotingImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TPixelType >
using anima::MajorityLabelVotingImageFilter< TPixelType >::ConstPointer = itk::SmartPointer<const Self>

Definition at line 20 of file animaMajorityLabelVotingImageFilter.h.

◆ InputImageType

template<class TPixelType >
using anima::MajorityLabelVotingImageFilter< TPixelType >::InputImageType = itk::Image <TPixelType, 3>

Definition at line 16 of file animaMajorityLabelVotingImageFilter.h.

◆ InputRegionType

template<class TPixelType >
using anima::MajorityLabelVotingImageFilter< TPixelType >::InputRegionType = typename InputImageType::RegionType

Definition at line 28 of file animaMajorityLabelVotingImageFilter.h.

◆ OutputImageType

template<class TPixelType >
using anima::MajorityLabelVotingImageFilter< TPixelType >::OutputImageType = itk::Image <TPixelType, 3>

Definition at line 17 of file animaMajorityLabelVotingImageFilter.h.

◆ Pointer

template<class TPixelType >
using anima::MajorityLabelVotingImageFilter< TPixelType >::Pointer = itk::SmartPointer<Self>

Definition at line 19 of file animaMajorityLabelVotingImageFilter.h.

◆ Self

template<class TPixelType >
using anima::MajorityLabelVotingImageFilter< TPixelType >::Self = MajorityLabelVotingImageFilter

Standard class type def

Definition at line 15 of file animaMajorityLabelVotingImageFilter.h.

◆ Superclass

template<class TPixelType >
using anima::MajorityLabelVotingImageFilter< TPixelType >::Superclass = itk::ImageToImageFilter <InputImageType, OutputImageType>

Definition at line 18 of file animaMajorityLabelVotingImageFilter.h.

Constructor & Destructor Documentation

◆ MajorityLabelVotingImageFilter()

template<class TPixelType >
anima::MajorityLabelVotingImageFilter< TPixelType >::MajorityLabelVotingImageFilter ( )
inlineprotected

Definition at line 31 of file animaMajorityLabelVotingImageFilter.h.

◆ ~MajorityLabelVotingImageFilter()

template<class TPixelType >
virtual anima::MajorityLabelVotingImageFilter< TPixelType >::~MajorityLabelVotingImageFilter ( )
inlineprotectedvirtual

Member Function Documentation

◆ CreateAnother()

template<class TPixelType >
virtual::itk::LightObject::Pointer anima::MajorityLabelVotingImageFilter< TPixelType >::CreateAnother ( void  ) const

◆ DynamicThreadedGenerateData()

template<class TPixelType >
void anima::MajorityLabelVotingImageFilter< TPixelType >::DynamicThreadedGenerateData ( const InputRegionType region)
protected

◆ GetNameOfClass()

template<class TPixelType >
virtual const char* anima::MajorityLabelVotingImageFilter< TPixelType >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods)

◆ New()

template<class TPixelType >
static Pointer anima::MajorityLabelVotingImageFilter< TPixelType >::New ( )
static

Method for creation through the object factory.


The documentation for this class was generated from the following files: