COPASI API
4.16.103
|
#include "iostream"
#include "sbml/packages/layout/sbml/Layout.h"
#include "sbml/packages/render/sbml/LocalRenderInformation.h"
#include "sbml/packages/render/extension/RenderLayoutPlugin.h"
#include "sbml/packages/render/extension/RenderListOfLayoutsPlugin.h"
#include "copasi.h"
#include "CLayout.h"
#include "CLReactionGlyph.h"
#include "SBMLDocumentLoader.h"
#include "report/CKeyFactory.h"
#include "sbml/CSBMLExporter.h"
#include "copasi/report/CCopasiRootContainer.h"
Go to the source code of this file.
Macros | |
#define | USE_LAYOUT 1 |
#define | USE_RENDER 1 |
Functions | |
std::ostream & | operator<< (std::ostream &os, const CLayout &l) |
#define USE_LAYOUT 1 |
Definition at line 15 of file CLayout.cpp.
#define USE_RENDER 1 |
Definition at line 16 of file CLayout.cpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const CLayout & | l | ||
) |
insert operator
Definition at line 269 of file CLayout.cpp.
References CCopasiObject::getObjectName(), CLayout::mDimensions, CLayout::mvCompartments, CLayout::mvGraphicalObjects, CLayout::mvLabels, CLayout::mvMetabs, CLayout::mvReactions, and CCopasiVector< T >::size().