COPASI API
4.40.278
|
This is the complete list of members for CLPoint, including all inherited members.
CLBase() | CLBase | inline |
CLBase(const CLBase &b) | CLBase | inline |
CLBase(const SBase &) | CLBase | inline |
CLPoint() | CLPoint | inline |
CLPoint(const C_FLOAT64 &x, const C_FLOAT64 &y, const C_FLOAT64 &z=0.0) | CLPoint | inline |
CLPoint(const Point &p) | CLPoint | |
dot(const CLPoint &rhs) const | CLPoint | inline |
getSBMLPoint() const | CLPoint | |
getTag() const | CLBase | inline |
getX() const | CLPoint | inline |
getX() | CLPoint | inline |
getY() const | CLPoint | inline |
getY() | CLPoint | inline |
getZ() const | CLPoint | inline |
getZ() | CLPoint | inline |
hasTag() const | CLBase | inline |
isEmpty() const | CLPoint | inline |
moveBy(const CLPoint &p) | CLPoint | inlinevirtual |
mTag | CLBase | protected |
mX | CLPoint | protected |
mY | CLPoint | protected |
mZ | CLPoint | protected |
operator*(const double &rhs) const | CLPoint | inline |
operator+(const CLPoint &rhs) const | CLPoint | inline |
operator-(const CLPoint &rhs) const | CLPoint | inline |
operator<(const CLPoint &rhs) const | CLPoint | inline |
operator<<(std::ostream &os, const CLPoint &p) | CLPoint | friend |
operator==(const CLPoint &rhs) const | CLPoint | inline |
scale(const double &scaleFactor) | CLPoint | inline |
setTag(const std::string &tag) | CLBase | inline |
setX(const C_FLOAT64 &x) | CLPoint | inline |
setY(const C_FLOAT64 &y) | CLPoint | inline |
setZ(const C_FLOAT64 &z) | CLPoint | inline |
~CLBase() | CLBase | inlinevirtual |