COPASI API
4.16.103
|
#include <vector>
#include <list>
#include <map>
#include <string>
#include <utility>
#include <limits>
#include <sbml/packages/layout/sbml/BoundingBox.h>
#include <sbml/packages/layout/sbml/Curve.h>
#include <sbml/packages/layout/sbml/Dimensions.h>
#include <sbml/packages/layout/sbml/LineSegment.h>
#include <sbml/packages/layout/sbml/Point.h>
#include <sbml/packages/render/sbml/Text.h>
#include "copasi/utilities/CCopasiNode.h"
Go to the source code of this file.
Classes | |
class | CCellDesignerImporter |
struct | CellDesignerSpecies |
struct | CompartmentAlias |
struct | CompartmentAnnotation |
struct | ConnectScheme |
struct | DoubleLine |
struct | EditPoints |
struct | Line |
struct | LineDirection |
struct | LinkTarget |
struct | Paint |
struct | Protein |
struct | ProteinModification |
struct | ReactantLink |
struct | ReactionAnnotation |
struct | ReactionModification |
struct | SpeciesAlias |
struct | SpeciesAnnotation |
struct | SpeciesIdentity |
struct | SpeciesModification |
struct | SpeciesState |
struct | UsualView |
enum CONNECTION_POLICY |
Enumerator | |
---|---|
POLICY_UNDEFINED | |
POLICY_DIRECT | |
POLICY_SQUARE |
Definition at line 190 of file CCellDesignerImporter.h.
enum DIRECTION_VALUE |
Enumerator | |
---|---|
DIRECTION_UNDEFINED | |
DIRECTION_UNKNOWN | |
DIRECTION_HORIZONTAL | |
DIRECTION_VERTICAL |
Definition at line 197 of file CCellDesignerImporter.h.
Definition at line 139 of file CCellDesignerImporter.h.
enum MODIFICATION_TYPE |
Definition at line 122 of file CCellDesignerImporter.h.
enum PAINT_SCHEME |
Enumerator | |
---|---|
PAINT_UNDEFINED | |
PAINT_COLOR | |
PAINT_GRADIENT |
Definition at line 205 of file CCellDesignerImporter.h.
enum POSITION |
The positions are ordered so that the mid points of the edges come before corners and those come before the rest. This way the connection finding algorithm will favor connections to side midpoints before connections to other anchor points.
Definition at line 169 of file CCellDesignerImporter.h.
Enumerator | |
---|---|
UNDEFINED_POSITION | |
OUTER_SURFACE | |
TRANSMEMBRANE | |
INNER_SURFACE | |
INSIDE | |
INSIDE_MEMBRANE |
Definition at line 90 of file CCellDesignerImporter.h.
enum REACTION_TYPE |
Definition at line 100 of file CCellDesignerImporter.h.
enum SPECIES_CLASS |
Definition at line 38 of file CCellDesignerImporter.h.
Definition at line 71 of file CCellDesignerImporter.h.