COPASI API
4.16.103
|
#include <sbml/packages/layout/sbml/Curve.h>
#include <sbml/packages/layout/sbml/CubicBezier.h>
#include "CLCurve.h"
Go to the source code of this file.
Macros | |
#define | USE_LAYOUT 1 |
Functions | |
std::ostream & | operator<< (std::ostream &os, const CLLineSegment &ls) |
std::ostream & | operator<< (std::ostream &os, const CLCurve &c) |
#define USE_LAYOUT 1 |
Definition at line 15 of file CLCurve.cpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const CLLineSegment & | ls | ||
) |
insert operator
Definition at line 62 of file CLCurve.cpp.
References CLLineSegment::mBase1, CLLineSegment::mBase2, CLLineSegment::mEnd, CLLineSegment::mIsBezier, and CLLineSegment::mStart.
std::ostream& operator<< | ( | std::ostream & | os, |
const CLCurve & | c | ||
) |
insert operator
Definition at line 173 of file CLCurve.cpp.
References CLCurve::getCurveSegments(), and CLCurve::getNumCurveSegments().