Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitk::ModelFitFunctorPolicy Class Reference

#include <mitkModelFitFunctorPolicy.h>

Public Types

typedef ModelFitFunctorBase::InputPixelArrayType InputPixelArrayType
 
typedef ModelFitFunctorBase::InputPixelArrayType OutputPixelArrayType
 
typedef mitk::ModelParameterizerBase ParameterizerType
 
typedef ParameterizerType::ConstPointer ParameterizerConstPointer
 
typedef ModelFitFunctorBase FunctorType
 
typedef ModelFitFunctorBase::ConstPointer FunctorConstPointer
 
typedef itk::Index< 3 > IndexType
 

Public Member Functions

 ModelFitFunctorPolicy ()
 
 ~ModelFitFunctorPolicy ()
 
unsigned int GetNumberOfOutputs () const
 
void SetModelFitFunctor (const mitk::ModelFitFunctorBase *functor)
 
void SetModelParameterizer (const ParameterizerType *parameterizer)
 
bool operator!= (const ModelFitFunctorPolicy &other) const
 
bool operator== (const ModelFitFunctorPolicy &other) const
 
OutputPixelArrayType operator() (const InputPixelArrayType &value, const IndexType &currentIndex) const
 

Detailed Description

Definition at line 23 of file mitkModelFitFunctorPolicy.h.

Member Typedef Documentation

◆ FunctorConstPointer

◆ FunctorType

◆ IndexType

Definition at line 35 of file mitkModelFitFunctorPolicy.h.

◆ InputPixelArrayType

◆ OutputPixelArrayType

◆ ParameterizerConstPointer

◆ ParameterizerType

Constructor & Destructor Documentation

◆ ModelFitFunctorPolicy()

mitk::ModelFitFunctorPolicy::ModelFitFunctorPolicy ( )
inline

Definition at line 37 of file mitkModelFitFunctorPolicy.h.

◆ ~ModelFitFunctorPolicy()

mitk::ModelFitFunctorPolicy::~ModelFitFunctorPolicy ( )
inline

Definition at line 40 of file mitkModelFitFunctorPolicy.h.

Member Function Documentation

◆ GetNumberOfOutputs()

unsigned int mitk::ModelFitFunctorPolicy::GetNumberOfOutputs ( ) const
inline

Definition at line 42 of file mitkModelFitFunctorPolicy.h.

◆ operator!=()

bool mitk::ModelFitFunctorPolicy::operator!= ( const ModelFitFunctorPolicy other) const
inline

Definition at line 75 of file mitkModelFitFunctorPolicy.h.

◆ operator()()

OutputPixelArrayType mitk::ModelFitFunctorPolicy::operator() ( const InputPixelArrayType value,
const IndexType currentIndex 
) const
inline

Definition at line 86 of file mitkModelFitFunctorPolicy.h.

◆ operator==()

bool mitk::ModelFitFunctorPolicy::operator== ( const ModelFitFunctorPolicy other) const
inline

Definition at line 80 of file mitkModelFitFunctorPolicy.h.

◆ SetModelFitFunctor()

void mitk::ModelFitFunctorPolicy::SetModelFitFunctor ( const mitk::ModelFitFunctorBase functor)
inline

Definition at line 55 of file mitkModelFitFunctorPolicy.h.

◆ SetModelParameterizer()

void mitk::ModelFitFunctorPolicy::SetModelParameterizer ( const ParameterizerType parameterizer)
inline

Definition at line 65 of file mitkModelFitFunctorPolicy.h.


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