|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <mitkIndexedValueFunctorBase.h>


Public Types | |
| typedef IndexedValueFunctorBase | Self |
| typedef itk::Object | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef ScalarType | InputImagePixelType |
| typedef std::vector< InputImagePixelType > | InputPixelVectorType |
| typedef std::vector< InputImagePixelType > | OutputPixelVectorType |
| typedef itk::Array< double > | GridArrayType |
| typedef itk::Index< 3 > | IndexType |
Public Member Functions | |
| virtual const char * | GetClassName () const |
| virtual OutputPixelVectorType | Compute (const InputPixelVectorType &value, const IndexType ¤tIndex) const =0 |
| virtual unsigned int | GetNumberOfOutputs () const =0 |
Protected Member Functions | |
| IndexedValueFunctorBase () | |
| ~IndexedValueFunctorBase () override | |
Functor base class for functors that use the index and/or input value to generate the output. This class is used in conjunction with IndexedValueFunctorPolicy and the itkMultiOutputNaryFunctorImageFilter.
Definition at line 31 of file mitkIndexedValueFunctorBase.h.
| typedef itk::SmartPointer< const Self > mitk::IndexedValueFunctorBase::ConstPointer |
Definition at line 37 of file mitkIndexedValueFunctorBase.h.
| typedef itk::Array<double> mitk::IndexedValueFunctorBase::GridArrayType |
Definition at line 45 of file mitkIndexedValueFunctorBase.h.
| typedef itk::Index<3> mitk::IndexedValueFunctorBase::IndexType |
Definition at line 46 of file mitkIndexedValueFunctorBase.h.
Definition at line 39 of file mitkIndexedValueFunctorBase.h.
| typedef std::vector<InputImagePixelType> mitk::IndexedValueFunctorBase::InputPixelVectorType |
Definition at line 42 of file mitkIndexedValueFunctorBase.h.
| typedef std::vector<InputImagePixelType> mitk::IndexedValueFunctorBase::OutputPixelVectorType |
Definition at line 43 of file mitkIndexedValueFunctorBase.h.
Definition at line 36 of file mitkIndexedValueFunctorBase.h.
Definition at line 34 of file mitkIndexedValueFunctorBase.h.
| typedef itk::Object mitk::IndexedValueFunctorBase::Superclass |
Definition at line 35 of file mitkIndexedValueFunctorBase.h.
|
inlineprotected |
Definition at line 54 of file mitkIndexedValueFunctorBase.h.
|
inlineoverrideprotected |
Definition at line 57 of file mitkIndexedValueFunctorBase.h.
|
pure virtual |
Implemented in mitk::ModelFitInfoSignalGenerationFunctor.
|
virtual |
Reimplemented in mitk::ModelFitInfoSignalGenerationFunctor, and mitk::ModelBasedValueFunctorBase.
|
pure virtual |
Implemented in mitk::ModelFitInfoSignalGenerationFunctor.