COPASI API  4.40.278
CModelMerging Class Reference

#include <CModelMerging.h>

Public Types

enum  Type { ignore = 0 , merge }
 

Public Member Functions

 CModelMerging (CModel *pModel)
 
void setModel (CModel *pModel)
 
void simpleCall (std::vector< std::string > &toKey, std::vector< std::string > &objectKey)
 just a simple method to call during development More...
 

Static Public Attributes

static const std::string TypeName []
 

Protected Member Functions

bool mergeInExpression (std::string toKey, std::string key, CExpression *pExpression)
 
bool mergeMetabolites (std::string toKey, std::string key)
 

Protected Attributes

CModelmpModel
 

Member Enumeration Documentation

◆ Type

Enumeration of the types of columns known to COPASI.

Enumerator
ignore 
merge 

Constructor & Destructor Documentation

◆ CModelMerging()

CModelMerging::CModelMerging ( CModel pModel)

Member Function Documentation

◆ mergeInExpression()

◆ mergeMetabolites()

◆ setModel()

void CModelMerging::setModel ( CModel pModel)

References mpModel.

◆ simpleCall()

void CModelMerging::simpleCall ( std::vector< std::string > &  toKey,
std::vector< std::string > &  objectKey 
)

Member Data Documentation

◆ mpModel

CModel* CModelMerging::mpModel
protected

◆ TypeName

const std::string CModelMerging::TypeName
static
Initial value:
=
{
"ignore",
"merge",
""
}

String literals for the GUI to display type names of columns known to COPASI.


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