Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkModelBasedValueFunctorBase.h>
Public Types | |
typedef ModelBasedValueFunctorBase | Self |
typedef IndexedValueFunctorBase | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputImagePixelType | InputImagePixelType |
typedef Superclass::InputPixelVectorType | InputPixelVectorType |
typedef Superclass::OutputPixelVectorType | OutputPixelVectorType |
typedef Superclass::IndexType | IndexType |
typedef itk::Array< double > | GridArrayType |
Public Types inherited from mitk::IndexedValueFunctorBase | |
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 GridArrayType | GetGrid () const =0 |
Public Member Functions inherited from mitk::IndexedValueFunctorBase | |
virtual OutputPixelVectorType | Compute (const InputPixelVectorType &value, const IndexType ¤tIndex) const =0 |
virtual unsigned int | GetNumberOfOutputs () const =0 |
Protected Member Functions | |
ModelBasedValueFunctorBase () | |
~ModelBasedValueFunctorBase () override | |
Protected Member Functions inherited from mitk::IndexedValueFunctorBase | |
IndexedValueFunctorBase () | |
~IndexedValueFunctorBase () override | |
Functor base class for functors that are some how based on an model. This abstract class adds the possibility to query the signal grid of the model.
Definition at line 26 of file mitkModelBasedValueFunctorBase.h.
typedef itk::SmartPointer< const Self > mitk::ModelBasedValueFunctorBase::ConstPointer |
Definition at line 32 of file mitkModelBasedValueFunctorBase.h.
typedef itk::Array<double> mitk::ModelBasedValueFunctorBase::GridArrayType |
Definition at line 41 of file mitkModelBasedValueFunctorBase.h.
typedef Superclass::IndexType mitk::ModelBasedValueFunctorBase::IndexType |
Definition at line 39 of file mitkModelBasedValueFunctorBase.h.
typedef Superclass::InputImagePixelType mitk::ModelBasedValueFunctorBase::InputImagePixelType |
Definition at line 34 of file mitkModelBasedValueFunctorBase.h.
typedef Superclass::InputPixelVectorType mitk::ModelBasedValueFunctorBase::InputPixelVectorType |
Definition at line 37 of file mitkModelBasedValueFunctorBase.h.
typedef Superclass::OutputPixelVectorType mitk::ModelBasedValueFunctorBase::OutputPixelVectorType |
Definition at line 38 of file mitkModelBasedValueFunctorBase.h.
Definition at line 31 of file mitkModelBasedValueFunctorBase.h.
Definition at line 29 of file mitkModelBasedValueFunctorBase.h.
Definition at line 30 of file mitkModelBasedValueFunctorBase.h.
|
inlineprotected |
Definition at line 47 of file mitkModelBasedValueFunctorBase.h.
|
inlineoverrideprotected |
Definition at line 50 of file mitkModelBasedValueFunctorBase.h.
|
virtual |
Reimplemented from mitk::IndexedValueFunctorBase.
Reimplemented in mitk::ModelFitInfoSignalGenerationFunctor.
|
pure virtual |
Implemented in mitk::ModelFitInfoSignalGenerationFunctor.