COPASI API
4.16.103
|
#include <test000097.h>
Protected Member Functions | |
void | addGlobalRenderInformation () |
void | addLocalRenderInformation () |
void | createModel () |
Protected Attributes | |
CCopasiDataModel * | pDataModel |
Static Protected Attributes | |
static const char * | CPS_MODEL_1 |
static const char * | CPS_MODEL_2 |
static const char * | SBML_MODEL_1 |
static const char * | SBML_MODEL_2 |
Definition at line 28 of file test000097.h.
|
protected |
Definition at line 737 of file test000097.cpp.
References CListOfLayouts::addGlobalRenderInformation(), CLRenderInformationBase::createColorDefinition(), CListOfLayouts::getListOfGlobalRenderInformationObjects(), CCopasiDataModel::getListOfLayouts(), pDataModel, CLColorDefinition::setId(), CLRenderInformationBase::setName(), CLColorDefinition::setRGBA(), and CCopasiVector< T >::size().
Referenced by test_export_global_render_information(), and test_save_global_render_information().
|
protected |
Definition at line 714 of file test000097.cpp.
References CLRenderInformationBase::createColorDefinition(), CCopasiDataModel::getListOfLayouts(), pDataModel, CLColorDefinition::setId(), CLRenderInformationBase::setName(), CLColorDefinition::setRGBA(), and CCopasiVector< T >::size().
Referenced by test_export_local_render_information(), and test_save_local_render_information().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
protected |
Definition at line 663 of file test000097.cpp.
References CLayout::addCompartmentGlyph(), CListOfLayouts::addLayout(), CModel::buildInitialRefreshSequence(), CModel::compileIfNecessary(), CModel::createCompartment(), CModelEntity::getInitialValueReference(), CModelEntity::getKey(), CCopasiDataModel::getListOfLayouts(), CCopasiDataModel::getModel(), CModel::microl, CModel::nMol, pDataModel, CModel::s, CLGraphicalObject::setBoundingBox(), CLayout::setDimensions(), CLGraphicalObject::setModelObjectKey(), CModel::setQuantityUnit(), CModel::setTimeUnit(), CModel::setVolumeUnit(), and CCopasiVector< T >::size().
Referenced by test_export_global_render_information(), test_export_local_render_information(), test_save_global_render_information(), and test_save_local_render_information().
void test000097::setUp | ( | ) |
Definition at line 45 of file test000097.cpp.
References CCopasiRootContainer::addDatamodel(), CCopasiRootContainer::init(), and pDataModel.
void test000097::tearDown | ( | ) |
void test000097::test_export_global_render_information | ( | ) |
Definition at line 255 of file test000097.cpp.
References addGlobalRenderInformation(), createModel(), CCopasiDataModel::exportSBMLToString(), and pDataModel.
void test000097::test_export_local_render_information | ( | ) |
Definition at line 94 of file test000097.cpp.
References addLocalRenderInformation(), createModel(), CCopasiDataModel::exportSBMLToString(), and pDataModel.
void test000097::test_import_global_render_information | ( | ) |
Definition at line 76 of file test000097.cpp.
References CCopasiDataModel::getListOfLayouts(), CCopasiDataModel::importSBMLFromString(), pDataModel, SBML_MODEL_2, and CCopasiVector< T >::size().
void test000097::test_import_local_render_information | ( | ) |
Definition at line 59 of file test000097.cpp.
References CCopasiDataModel::getListOfLayouts(), CCopasiDataModel::importSBMLFromString(), pDataModel, SBML_MODEL_1, and CCopasiVector< T >::size().
void test000097::test_importexport_global_render_information | ( | ) |
Definition at line 1411 of file test000097.cpp.
References CCopasiDataModel::exportSBMLToString(), CCopasiDataModel::getListOfLayouts(), CCopasiDataModel::importSBMLFromString(), pDataModel, SBML_MODEL_2, and CCopasiVector< T >::size().
void test000097::test_importexport_local_render_information | ( | ) |
Definition at line 1247 of file test000097.cpp.
References CCopasiDataModel::exportSBMLToString(), CCopasiDataModel::getListOfLayouts(), CCopasiDataModel::importSBMLFromString(), pDataModel, SBML_MODEL_1, and CCopasiVector< T >::size().
void test000097::test_importwrite_global_render_information | ( | ) |
Definition at line 1906 of file test000097.cpp.
References CCopasiDataModel::getListOfLayouts(), CCopasiDataModel::importSBMLFromString(), pDataModel, save_cps_model_to_stream(), SBML_MODEL_2, and CCopasiVector< T >::size().
void test000097::test_importwrite_local_render_information | ( | ) |
Definition at line 1794 of file test000097.cpp.
References CCopasiDataModel::getListOfLayouts(), CCopasiDataModel::importSBMLFromString(), pDataModel, save_cps_model_to_stream(), SBML_MODEL_1, and CCopasiVector< T >::size().
void test000097::test_read_global_render_information | ( | ) |
Definition at line 645 of file test000097.cpp.
References CPS_MODEL_2, CCopasiDataModel::getListOfLayouts(), load_cps_model_from_stream(), pDataModel, and CCopasiVector< T >::size().
void test000097::test_read_local_render_information | ( | ) |
Definition at line 629 of file test000097.cpp.
References CPS_MODEL_1, CCopasiDataModel::getListOfLayouts(), load_cps_model_from_stream(), pDataModel, and CCopasiVector< T >::size().
void test000097::test_readexport_global_render_information | ( | ) |
Definition at line 1083 of file test000097.cpp.
References CPS_MODEL_2, CCopasiDataModel::exportSBMLToString(), CCopasiDataModel::getListOfLayouts(), load_cps_model_from_stream(), pDataModel, and CCopasiVector< T >::size().
void test000097::test_readexport_local_render_information | ( | ) |
Definition at line 918 of file test000097.cpp.
References CPS_MODEL_1, CCopasiDataModel::exportSBMLToString(), CCopasiDataModel::getListOfLayouts(), load_cps_model_from_stream(), pDataModel, and CCopasiVector< T >::size().
void test000097::test_readwrite_global_render_information | ( | ) |
Definition at line 1688 of file test000097.cpp.
References CPS_MODEL_2, CCopasiDataModel::getListOfLayouts(), load_cps_model_from_stream(), pDataModel, save_cps_model_to_stream(), and CCopasiVector< T >::size().
void test000097::test_readwrite_local_render_information | ( | ) |
Definition at line 1575 of file test000097.cpp.
References CPS_MODEL_1, CCopasiDataModel::getListOfLayouts(), load_cps_model_from_stream(), pDataModel, save_cps_model_to_stream(), and CCopasiVector< T >::size().
void test000097::test_save_global_render_information | ( | ) |
Definition at line 526 of file test000097.cpp.
References addGlobalRenderInformation(), createModel(), pDataModel, and save_cps_model_to_stream().
void test000097::test_save_local_render_information | ( | ) |
Definition at line 416 of file test000097.cpp.
References addLocalRenderInformation(), createModel(), pDataModel, and save_cps_model_to_stream().
|
staticprotected |
Definition at line 55 of file test000097.h.
Referenced by test_read_local_render_information(), test_readexport_local_render_information(), and test_readwrite_local_render_information().
|
staticprotected |
Definition at line 57 of file test000097.h.
Referenced by test_read_global_render_information(), test_readexport_global_render_information(), and test_readwrite_global_render_information().
|
protected |
Definition at line 59 of file test000097.h.
Referenced by addGlobalRenderInformation(), addLocalRenderInformation(), createModel(), setUp(), test_export_global_render_information(), test_export_local_render_information(), test_import_global_render_information(), test_import_local_render_information(), test_importexport_global_render_information(), test_importexport_local_render_information(), test_importwrite_global_render_information(), test_importwrite_local_render_information(), test_read_global_render_information(), test_read_local_render_information(), test_readexport_global_render_information(), test_readexport_local_render_information(), test_readwrite_global_render_information(), test_readwrite_local_render_information(), test_save_global_render_information(), and test_save_local_render_information().
|
staticprotected |
Definition at line 51 of file test000097.h.
Referenced by test_import_local_render_information(), test_importexport_local_render_information(), and test_importwrite_local_render_information().
|
staticprotected |
Definition at line 53 of file test000097.h.
Referenced by test_import_global_render_information(), test_importexport_global_render_information(), and test_importwrite_global_render_information().