|
ANIMA
4.0
|
#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 ®ion) ITK_OVERRIDE |
| MajorityLabelVotingImageFilter () | |
| virtual | ~MajorityLabelVotingImageFilter () |
Definition at line 9 of file animaMajorityLabelVotingImageFilter.h.
| using anima::MajorityLabelVotingImageFilter< TPixelType >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 20 of file animaMajorityLabelVotingImageFilter.h.
| using anima::MajorityLabelVotingImageFilter< TPixelType >::InputImageType = itk::Image <TPixelType, 3> |
Definition at line 16 of file animaMajorityLabelVotingImageFilter.h.
| using anima::MajorityLabelVotingImageFilter< TPixelType >::InputRegionType = typename InputImageType::RegionType |
Definition at line 28 of file animaMajorityLabelVotingImageFilter.h.
| using anima::MajorityLabelVotingImageFilter< TPixelType >::OutputImageType = itk::Image <TPixelType, 3> |
Definition at line 17 of file animaMajorityLabelVotingImageFilter.h.
| using anima::MajorityLabelVotingImageFilter< TPixelType >::Pointer = itk::SmartPointer<Self> |
Definition at line 19 of file animaMajorityLabelVotingImageFilter.h.
| using anima::MajorityLabelVotingImageFilter< TPixelType >::Self = MajorityLabelVotingImageFilter |
Standard class type def
Definition at line 15 of file animaMajorityLabelVotingImageFilter.h.
| using anima::MajorityLabelVotingImageFilter< TPixelType >::Superclass = itk::ImageToImageFilter <InputImageType, OutputImageType> |
Definition at line 18 of file animaMajorityLabelVotingImageFilter.h.
|
inlineprotected |
Definition at line 31 of file animaMajorityLabelVotingImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 35 of file animaMajorityLabelVotingImageFilter.h.
References anima::MajorityLabelVotingImageFilter< TPixelType >::DynamicThreadedGenerateData().
| virtual::itk::LightObject::Pointer anima::MajorityLabelVotingImageFilter< TPixelType >::CreateAnother | ( | void | ) | const |
|
protected |
Definition at line 14 of file animaMajorityLabelVotingImageFilter.hxx.
Referenced by anima::MajorityLabelVotingImageFilter< TPixelType >::~MajorityLabelVotingImageFilter().
|
virtual |
Run-time type information (and related methods)
|
static |
Method for creation through the object factory.
1.8.13