|
copasi API
0.1
|
#include <COutputHandlerPlot.h>
Public Member Functions | |
| COutputHandlerPlot () | |
| COutputHandlerPlot (const COutputHandlerPlot &src) | |
| virtual | ~COutputHandlerPlot () |
| virtual bool | compile (std::vector< CCopasiContainer * > listOfContainer, const CCopasiDataModel *pDataModel) |
| virtual void | removeInterface (COutputInterface *pInterface) |
| void | setOutputDefinitionVector (COutputDefinitionVector *pDefinitionVector) |
This is used to call the plotting routines from the tasks We do not want to call gui stuff directly from the trajectory task.
| COutputHandlerPlot::COutputHandlerPlot | ( | ) |
Default constructor
| COutputHandlerPlot::COutputHandlerPlot | ( | const COutputHandlerPlot & | src | ) |
Copy constructor
| const | COutputHandlerPlot & src |
| COutputHandlerPlot::~COutputHandlerPlot | ( | ) | [virtual] |
Destructor
| bool COutputHandlerPlot::compile | ( | std::vector< CCopasiContainer * > | listOfContainer, |
| const CCopasiDataModel * | pDataModel | ||
| ) | [virtual] |
compile the object list from name vector
| std::vector< | CCopasiContainer * > listOfContainer |
| const | CCopasiDataModel* pDataModel |
Reimplemented from COutputHandler.
| void COutputHandlerPlot::removeInterface | ( | COutputInterface * | pInterface | ) | [virtual] |
Perform an output event for the current activity
| const | Activity & activity Introduce an additional separator into the output |
| const | Activity & activity Finish the output Remove an interface |
| COutputInterface | * pInterface; |
Reimplemented from COutputHandler.
| void COutputHandlerPlot::setOutputDefinitionVector | ( | COutputDefinitionVector * | pDefinitionVector | ) |
1.7.5.1