Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkSimpleFunctorBase.h>
Public Types | |
typedef SimpleFunctorBase | 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 |
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual GridArrayType | GetGrid () const =0 |
virtual OutputPixelVectorType | Compute (const InputPixelVectorType &value) const =0 |
virtual unsigned int | GetNumberOfOutputs () const =0 |
Protected Member Functions | |
SimpleFunctorBase () | |
~SimpleFunctorBase () override | |
Simple functor base class for the itkMultiOutputNaryFunctorImageFilter.
Definition at line 28 of file mitkSimpleFunctorBase.h.
typedef itk::SmartPointer< const Self > mitk::SimpleFunctorBase::ConstPointer |
Definition at line 34 of file mitkSimpleFunctorBase.h.
typedef itk::Array<double> mitk::SimpleFunctorBase::GridArrayType |
Definition at line 42 of file mitkSimpleFunctorBase.h.
Definition at line 36 of file mitkSimpleFunctorBase.h.
typedef std::vector<InputImagePixelType> mitk::SimpleFunctorBase::InputPixelVectorType |
Definition at line 39 of file mitkSimpleFunctorBase.h.
typedef std::vector<InputImagePixelType> mitk::SimpleFunctorBase::OutputPixelVectorType |
Definition at line 40 of file mitkSimpleFunctorBase.h.
Definition at line 33 of file mitkSimpleFunctorBase.h.
Definition at line 31 of file mitkSimpleFunctorBase.h.
typedef itk::Object mitk::SimpleFunctorBase::Superclass |
Definition at line 32 of file mitkSimpleFunctorBase.h.
|
protected |
|
overrideprotected |
|
pure virtual |
Implemented in mitk::ModelDataGenerationFunctor, and mitk::CurveParameterFunctor.
|
virtual |
Reimplemented in mitk::ModelDataGenerationFunctor, and mitk::CurveParameterFunctor.
|
pure virtual |
Implemented in mitk::ModelDataGenerationFunctor, and mitk::CurveParameterFunctor.
|
pure virtual |
Implemented in mitk::ModelDataGenerationFunctor, and mitk::CurveParameterFunctor.