COPASI API
4.16.103
|
#include <sbml/packages/layout/sbml/SpeciesGlyph.h>
#include <sbml/packages/layout/sbml/CompartmentGlyph.h>
#include <sbml/packages/layout/sbml/TextGlyph.h>
#include "CLGlyphs.h"
#include "report/CKeyFactory.h"
#include "copasi/report/CCopasiRootContainer.h"
Go to the source code of this file.
Macros | |
#define | USE_LAYOUT 1 |
Functions | |
std::ostream & | operator<< (std::ostream &os, const CLMetabGlyph &g) |
std::ostream & | operator<< (std::ostream &os, const CLCompartmentGlyph &g) |
std::ostream & | operator<< (std::ostream &os, const CLTextGlyph &g) |
#define USE_LAYOUT 1 |
Definition at line 25 of file CLGlyphs.cpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const CLMetabGlyph & | g | ||
) |
std::ostream& operator<< | ( | std::ostream & | os, |
const CLCompartmentGlyph & | g | ||
) |
std::ostream& operator<< | ( | std::ostream & | os, |
const CLTextGlyph & | g | ||
) |
insert operator
Definition at line 320 of file CLGlyphs.cpp.
References CLTextGlyph::getGraphicalObject(), CCopasiObject::getObjectName(), CLTextGlyph::mIsTextSet, and CLTextGlyph::mText.