COPASI API
4.16.103
|
Go to the source code of this file.
Macros | |
#define | USE_LAYOUT 1 |
Functions | |
std::ostream & | operator<< (std::ostream &os, const CLPoint &p) |
std::ostream & | operator<< (std::ostream &os, const CLDimensions &d) |
std::ostream & | operator<< (std::ostream &os, const CLBoundingBox &bb) |
#define USE_LAYOUT 1 |
Definition at line 15 of file CLBase.cpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const CLPoint & | p | ||
) |
std::ostream& operator<< | ( | std::ostream & | os, |
const CLDimensions & | d | ||
) |
insert operator
Definition at line 74 of file CLBase.cpp.
References CLDimensions::mHeight, and CLDimensions::mWidth.
std::ostream& operator<< | ( | std::ostream & | os, |
const CLBoundingBox & | bb | ||
) |
insert operator
Definition at line 80 of file CLBase.cpp.
References CLBoundingBox::mDimensions, and CLBoundingBox::mPosition.