ANIMA  4.0
Public Types | Public Member Functions | List of all members
anima::RootFindingFunctionBoostBridge Class Reference

#include <animaBaseRootFindingAlgorithm.h>

Public Types

using BaseCostFunctionPointer = BaseCostFunctionType::Pointer
 
using BaseCostFunctionType = itk::SingleValuedCostFunction
 
using ParametersType = BaseCostFunctionType::ParametersType
 

Public Member Functions

double operator() (const double &x)
 
 RootFindingFunctionBoostBridge ()
 
void SetRootFindingFunction (BaseCostFunctionType *f)
 

Detailed Description

Definition at line 26 of file animaBaseRootFindingAlgorithm.h.

Member Typedef Documentation

◆ BaseCostFunctionPointer

Definition at line 30 of file animaBaseRootFindingAlgorithm.h.

◆ BaseCostFunctionType

using anima::RootFindingFunctionBoostBridge::BaseCostFunctionType = itk::SingleValuedCostFunction

Definition at line 29 of file animaBaseRootFindingAlgorithm.h.

◆ ParametersType

using anima::RootFindingFunctionBoostBridge::ParametersType = BaseCostFunctionType::ParametersType

Definition at line 31 of file animaBaseRootFindingAlgorithm.h.

Constructor & Destructor Documentation

◆ RootFindingFunctionBoostBridge()

anima::RootFindingFunctionBoostBridge::RootFindingFunctionBoostBridge ( )
inline

Definition at line 37 of file animaBaseRootFindingAlgorithm.h.

Member Function Documentation

◆ operator()()

double anima::RootFindingFunctionBoostBridge::operator() ( const double &  x)

Definition at line 11 of file animaBaseRootFindingAlgorithm.cxx.

◆ SetRootFindingFunction()

void anima::RootFindingFunctionBoostBridge::SetRootFindingFunction ( BaseCostFunctionType f)
inline

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