17 #ifndef COPASI_PLOT_SPECIFICATION
18 #define COPASI_PLOT_SPECIFICATION
virtual ~CPlotSpecification()
CCopasiVector< CPlotItem > & getItems()
bool createDefaultPlot(const CModel *model)
void setActive(const bool &active)
const bool & isActive() const
CCopasiVector< CPlotItem > items
CPlotItem * createItem(const std::string &name, CPlotItem::Type type)
const CCopasiVector< CPlotItem > & getItems() const
CPlotSpecification(const std::string &name="NoName", const CCopasiContainer *pParent=NULL, const CPlotItem::Type &type=plot2d)