COPASI API
4.16.103
|
#include <iostream>
#include <string>
#include <vector>
#include <limits>
#include "copasi.h"
#include "CopasiDataModel/CCopasiDataModel.h"
#include "utilities/utility.h"
#include "report/CKeyFactory.h"
#include "CCompartment.h"
#include "CModel.h"
#include "CMetab.h"
#include "CMetabNameInterface.h"
#include "function/CExpression.h"
#include "report/CCopasiRootContainer.h"
Go to the source code of this file.
Macros | |
#define | METAB_MOIETY 7 |
Functions | |
std::ostream & | operator<< (std::ostream &os, const CMetab &d) |
#define METAB_MOIETY 7 |
Definition at line 32 of file CMetab.cpp.
Referenced by CMetab::load(), and CMetabOld::load().
std::ostream& operator<< | ( | std::ostream & | os, |
const CMetab & | d | ||
) |
ostream operator
Definition at line 900 of file CMetab.cpp.
References CCopasiObject::getObjectName(), CModelEntity::getStatus(), CMetab::mConc, CMetab::mIConc, CMetab::mpCompartment, CModelEntity::mpIValue, CModelEntity::mpModel, CModelEntity::mpValue, CModelEntity::mRate, and CMetab::mTT.