|
COPASI API
4.40.278
|
This is the complete list of members for CLLineSegment, including all inherited members.
| CLBase() | CLBase | inline |
| CLBase(const CLBase &b) | 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< const CDataObject *, SBase * > &copasimodelmap) const | CLLineSegment | |
| exportToSBMLLineSegment(LineSegment *l, const std::map< const CDataObject *, SBase * > &copasimodelmap) const | CLLineSegment | |
| getBase1() const | CLLineSegment | inline |
| getBase1() | CLLineSegment | inline |
| getBase2() const | CLLineSegment | inline |
| getBase2() | CLLineSegment | inline |
| getEnd() const | CLLineSegment | inline |
| getEnd() | CLLineSegment | inline |
| getStart() const | CLLineSegment | inline |
| getStart() | CLLineSegment | inline |
| getTag() const | CLBase | inline |
| hasTag() const | CLBase | inline |
| isBezier() const | CLLineSegment | inline |
| mBase1 | CLLineSegment | protected |
| mBase2 | CLLineSegment | protected |
| mEnd | CLLineSegment | protected |
| mIsBezier | CLLineSegment | protected |
| moveBy(const CLPoint &) | CLBase | inlinevirtual |
| mStart | CLLineSegment | protected |
| mTag | CLBase | 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 |
| setTag(const std::string &tag) | CLBase | inline |
| ~CLBase() | CLBase | inlinevirtual |