Medical Imaging Interaction Toolkit  2023.12.99-3b10b122
Medical Imaging Interaction Toolkit
mitk::ModelDataGenerationFunctor Class Reference

#include <mitkModelDataGenerationFunctor.h>

Inheritance diagram for mitk::ModelDataGenerationFunctor:
Collaboration diagram for mitk::ModelDataGenerationFunctor:

Public Types

typedef ModelDataGenerationFunctor Self
 
typedef itk::Object Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef std::vector< std::string > ParameterNamesType
 
typedef ModelBase::ModelResultType SignalType
 
typedef itk::Array< ModelBase::ParameterValueTypeModelParametersType
 
- Public Types inherited from mitk::SimpleFunctorBase
typedef SimpleFunctorBase Self
 
typedef itk::Object Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef ScalarType InputImagePixelType
 
typedef std::vector< InputImagePixelTypeInputPixelVectorType
 
typedef std::vector< InputImagePixelTypeOutputPixelVectorType
 
typedef itk::Array< double > GridArrayType
 

Public Member Functions

virtual const char * GetClassName () const
 
virtual void SetModelParameterizer (const ModelParameterizerBase *_arg)
 
virtual const ModelParameterizerBaseGetModelParameterizer ()
 
SimpleFunctorBase::OutputPixelVectorType Compute (const InputPixelVectorType &value) const override
 
unsigned int GetNumberOfOutputs () const override
 
GridArrayType GetGrid () const override
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 ModelDataGenerationFunctor ()
 
 ~ModelDataGenerationFunctor () override
 
- Protected Member Functions inherited from mitk::SimpleFunctorBase
 SimpleFunctorBase ()
 
 ~SimpleFunctorBase () override
 

Detailed Description

Functor class that can be used to generate a model signal for each index. This class assumes that value parameter passed in the Compute() call, is the parameter vector that should be used to generate the model signal. The time grid and the parameterized model are provided by the model parameterizer. This this functor will generate a signal for each index position and return the signal as output.

Definition at line 31 of file mitkModelDataGenerationFunctor.h.

Member Typedef Documentation

◆ ConstPointer

◆ ModelParametersType

◆ ParameterNamesType

typedef std::vector<std::string> mitk::ModelDataGenerationFunctor::ParameterNamesType

Definition at line 41 of file mitkModelDataGenerationFunctor.h.

◆ Pointer

◆ Self

◆ SignalType

◆ Superclass

Definition at line 36 of file mitkModelDataGenerationFunctor.h.

Constructor & Destructor Documentation

◆ ModelDataGenerationFunctor()

mitk::ModelDataGenerationFunctor::ModelDataGenerationFunctor ( )
protected

◆ ~ModelDataGenerationFunctor()

mitk::ModelDataGenerationFunctor::~ModelDataGenerationFunctor ( )
overrideprotected

Member Function Documentation

◆ Compute()

SimpleFunctorBase::OutputPixelVectorType mitk::ModelDataGenerationFunctor::Compute ( const InputPixelVectorType value) const
overridevirtual

◆ GetClassName()

virtual const char* mitk::ModelDataGenerationFunctor::GetClassName ( ) const
virtual

Reimplemented from mitk::SimpleFunctorBase.

◆ GetGrid()

GridArrayType mitk::ModelDataGenerationFunctor::GetGrid ( ) const
overridevirtual

◆ GetModelParameterizer()

virtual const ModelParameterizerBase* mitk::ModelDataGenerationFunctor::GetModelParameterizer ( )
virtual

◆ GetNumberOfOutputs()

unsigned int mitk::ModelDataGenerationFunctor::GetNumberOfOutputs ( ) const
overridevirtual

◆ New()

static Pointer mitk::ModelDataGenerationFunctor::New ( )
static

◆ SetModelParameterizer()

virtual void mitk::ModelDataGenerationFunctor::SetModelParameterizer ( const ModelParameterizerBase _arg)
virtual

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