COPASI API  4.40.278
FTruncatedNewtonTemplate< CType > Class Template Reference

#include <CTruncatedNewton.h>

Inheritance diagram for FTruncatedNewtonTemplate< CType >:
[legend]

Public Member Functions

 FTruncatedNewtonTemplate (CType *pType, C_INT(CType::*method)(C_INT *, C_FLOAT64 *, C_FLOAT64 *, C_FLOAT64 *))
 
virtual C_INT operator() (C_INT *n, C_FLOAT64 *value, C_FLOAT64 *value1, C_FLOAT64 *value2)
 
virtual ~FTruncatedNewtonTemplate ()
 
- Public Member Functions inherited from FTruncatedNewton
virtual C_INT operator() (C_INT *C_UNUSED(n), C_FLOAT64 *C_UNUSED(value), C_FLOAT64 *C_UNUSED(value1), C_FLOAT64 *C_UNUSED(value2))
 
virtual ~FTruncatedNewton ()
 

Private Attributes

C_INT(CType::* mMethod )(C_INT *, C_FLOAT64 *, C_FLOAT64 *, C_FLOAT64 *)
 
CType * mpType
 

Constructor & Destructor Documentation

◆ FTruncatedNewtonTemplate()

template<class CType >
FTruncatedNewtonTemplate< CType >::FTruncatedNewtonTemplate ( CType *  pType,
C_INT(CType::*)(C_INT *, C_FLOAT64 *, C_FLOAT64 *, C_FLOAT64 *)  method 
)
inline

◆ ~FTruncatedNewtonTemplate()

template<class CType >
virtual FTruncatedNewtonTemplate< CType >::~FTruncatedNewtonTemplate ( )
inlinevirtual

Member Function Documentation

◆ operator()()

template<class CType >
virtual C_INT FTruncatedNewtonTemplate< CType >::operator() ( C_INT n,
C_FLOAT64 value,
C_FLOAT64 value1,
C_FLOAT64 value2 
)
inlinevirtual

Member Data Documentation

◆ mMethod

◆ mpType


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