14 #ifndef CLCLRelAbsVector_H__
15 #define CLCLRelAbsVector_H__
97 RelAbsVector*
toSBML()
const;
104 #endif // CLRelAbsVector_H__
void setAbsoluteValue(double abs)
CLRelAbsVector(double a=0.0, double r=0.0)
bool operator==(const CLRelAbsVector &other) const
double getRelativeValue() const
void setCoordinate(double abs, double rel=0.0)
CLRelAbsVector operator+(const CLRelAbsVector &other) const
CLRelAbsVector & operator=(const CLRelAbsVector &src)
void setRelativeValue(double rel)
RelAbsVector * toSBML() const
bool operator!=(const CLRelAbsVector &other) const
std::ostream & operator<<(std::ostream &os, const CLRelAbsVector &v)
double getAbsoluteValue() const
std::string toString() const
CLRelAbsVector operator/(double x) const