|
copasi API
0.1
|
| CLBase() | CLBase | [inline] |
| CLBase(const CLBase &) | CLBase | [inline] |
| CLBase(const SBase &) | CLBase | [inline] |
| CLLineSegment() | CLLineSegment | [inline] |
| CLLineSegment(const CLPoint &s, const CLPoint &e) | CLLineSegment | [inline] |
| CLLineSegment(const CLPoint &s, const CLPoint &e, const CLPoint &b1, const CLPoint &b2) | CLLineSegment | [inline] |
| CLLineSegment(const LineSegment &ls) | CLLineSegment | |
| exportToSBMLBezier(CubicBezier *c, const std::map< CCopasiObject *, SBase * > &copasimodelmap) const | CLLineSegment | |
| exportToSBMLLineSegment(LineSegment *l, const std::map< CCopasiObject *, SBase * > &copasimodelmap) const | CLLineSegment | |
| getBase1() const | CLLineSegment | [inline] |
| getBase2() const | CLLineSegment | [inline] |
| getEnd() const | CLLineSegment | [inline] |
| getStart() const | CLLineSegment | [inline] |
| isBezier() const | CLLineSegment | [inline] |
| mBase1 | CLLineSegment | [protected] |
| mBase2 | CLLineSegment | [protected] |
| mEnd | CLLineSegment | [protected] |
| mIsBezier | CLLineSegment | [protected] |
| mStart | CLLineSegment | [protected] |
| operator<(const CLLineSegment &rhs) const | CLLineSegment | [inline] |
| operator<<(std::ostream &os, const CLLineSegment &ls) | CLLineSegment | [friend] |
| operator==(const CLLineSegment &rhs) const | CLLineSegment | [inline] |
| scale(const double &scaleFactor) | CLLineSegment | [inline] |
| setBase1(const CLPoint &p) | CLLineSegment | [inline] |
| setBase2(const CLPoint &p) | CLLineSegment | [inline] |
| setEnd(const CLPoint &p) | CLLineSegment | [inline] |
| setIsBezier(bool b) | CLLineSegment | [inline] |
| setStart(const CLPoint &p) | CLLineSegment | [inline] |
1.7.5.1