COPASI API
4.16.103
|
#include <CCellDesignerImporter.h>
Public Member Functions | |
ReactionAnnotation () | |
Public Attributes | |
std::vector< LinkTarget > | mBaseProducts |
std::vector< LinkTarget > | mBaseReactants |
ConnectScheme | mConnectScheme |
EditPoints | mEditPoints |
Line | mLine |
std::vector< ReactionModification > | mModifications |
std::string | mName |
Point | mOffset |
std::vector< ReactantLink > | mProductLinks |
std::vector< ReactantLink > | mReactantLinks |
REACTION_TYPE | mType |
Definition at line 360 of file CCellDesignerImporter.h.
ReactionAnnotation::ReactionAnnotation | ( | ) |
Definition at line 10499 of file CCellDesignerImporter.cpp.
std::vector<LinkTarget> ReactionAnnotation::mBaseProducts |
Definition at line 365 of file CCellDesignerImporter.h.
Referenced by CCellDesignerImporter::convertReactionAnnotation(), and CCellDesignerImporter::parseReactionAnnotation().
std::vector<LinkTarget> ReactionAnnotation::mBaseReactants |
Definition at line 364 of file CCellDesignerImporter.h.
Referenced by CCellDesignerImporter::convertReactionAnnotation(), and CCellDesignerImporter::parseReactionAnnotation().
ConnectScheme ReactionAnnotation::mConnectScheme |
Definition at line 368 of file CCellDesignerImporter.h.
Referenced by CCellDesignerImporter::convertReactionAnnotation(), and CCellDesignerImporter::parseReactionAnnotation().
EditPoints ReactionAnnotation::mEditPoints |
Definition at line 388 of file CCellDesignerImporter.h.
Referenced by CCellDesignerImporter::convertReactionAnnotation(), and CCellDesignerImporter::parseReactionAnnotation().
Line ReactionAnnotation::mLine |
Definition at line 389 of file CCellDesignerImporter.h.
Referenced by CCellDesignerImporter::parseReactionAnnotation().
std::vector<ReactionModification> ReactionAnnotation::mModifications |
Definition at line 390 of file CCellDesignerImporter.h.
Referenced by CCellDesignerImporter::handleModificationLinks(), and CCellDesignerImporter::parseReactionAnnotation().
std::string ReactionAnnotation::mName |
Definition at line 362 of file CCellDesignerImporter.h.
Referenced by CCellDesignerImporter::parseReactionAnnotation().
Point ReactionAnnotation::mOffset |
Definition at line 369 of file CCellDesignerImporter.h.
Referenced by CCellDesignerImporter::parseReactionAnnotation().
std::vector<ReactantLink> ReactionAnnotation::mProductLinks |
Definition at line 367 of file CCellDesignerImporter.h.
Referenced by CCellDesignerImporter::handleExtraReactionElements(), and CCellDesignerImporter::parseReactionAnnotation().
std::vector<ReactantLink> ReactionAnnotation::mReactantLinks |
Definition at line 366 of file CCellDesignerImporter.h.
Referenced by CCellDesignerImporter::handleExtraReactionElements(), and CCellDesignerImporter::parseReactionAnnotation().
REACTION_TYPE ReactionAnnotation::mType |
Definition at line 363 of file CCellDesignerImporter.h.
Referenced by CCellDesignerImporter::convertReactionAnnotation(), and CCellDesignerImporter::parseReactionAnnotation().