COPASI API
4.16.103
|
#include <string>
#include <vector>
#include "copasi/utilities/CCopasiParameter.h"
#include "copasi/utilities/CCopasiMessage.h"
Go to the source code of this file.
Classes | |
class | CCopasiParameterGroup |
Functions | |
template<typename ElevateTo , typename ElevateFrom > | |
ElevateTo * | elevate (CCopasiParameter *pParm) |
ElevateTo* elevate | ( | CCopasiParameter * | pParm | ) |
Elevate a CCopasiParameter pointer to ElevateTo. If pParm is NULL, not of type ElevateFrom, or the elevation fails a NULL pointer is returned. If the elevation is success full the parameter *pParm is replaced with the elevated object.
CCopasiParameter | * pParm |
Definition at line 480 of file CCopasiParameterGroup.h.
References CCopasiMessage::ERROR, CCopasiObject::getObjectParent(), and MCParameter.