COPASI API
4.16.103
|
#include <CLImage.h>
Public Member Functions | |
CLImage (CCopasiContainer *pParent=NULL) | |
CLImage (const CLImage &source, CCopasiContainer *pParent=NULL) | |
CLImage (const Image &source, CCopasiContainer *pParent=NULL) | |
const CLRelAbsVector & | getHeight () const |
const std::string & | getImageReference () const |
const std::string & | getKey () const |
const CLRelAbsVector & | getWidth () const |
CLRelAbsVector & | getX () |
const CLRelAbsVector & | getX () const |
CLRelAbsVector & | getY () |
const CLRelAbsVector & | getY () const |
CLRelAbsVector & | getZ () |
const CLRelAbsVector & | getZ () const |
bool | isSetImageReference () const |
void | setCoordinates (const CLRelAbsVector &x, const CLRelAbsVector &y, const CLRelAbsVector &z=CLRelAbsVector(0.0, 0.0)) |
void | setDimensions (const CLRelAbsVector &width, const CLRelAbsVector &height) |
void | setHeight (const CLRelAbsVector &height) |
void | setImageReference (const std::string &ref) |
void | setWidth (const CLRelAbsVector &width) |
void | setX (const CLRelAbsVector &coord) |
void | setY (const CLRelAbsVector &coord) |
void | setZ (const CLRelAbsVector &coord) |
Image * | toSBML (unsigned int level, unsigned int version) const |
~CLImage () | |
![]() | |
CLTransformation2D () | |
CLTransformation2D (const double m[6]) | |
CLTransformation2D (const Transformation2D &source) | |
std::string | get2DTransformationString () const |
const double * | getMatrix2D () const |
virtual void | parseTransformation (const std::string &transformationString) |
void | setMatrix (const double m[12]) |
void | setMatrix2D (const double m[6]) |
![]() | |
CLTransformation () | |
CLTransformation (const double matrix[12]) | |
std::string | get3DTransformationString () const |
virtual const double * | getMatrix () const |
bool | is2DTransformation () const |
bool | isIdentityMatrix () const |
bool | isSetMatrix () const |
void | setMatrix (const double m[12]) |
![]() | |
CLBase () | |
CLBase (const CLBase &b) | |
CLBase (const SBase &) | |
const std::string & | getTag () const |
bool | hasTag () const |
virtual void | moveBy (const CLPoint &) |
void | setTag (const std::string &tag) |
virtual | ~CLBase () |
![]() | |
void | addDirectDependency (const CCopasiObject *pObject) |
CCopasiObject (const CCopasiObject &src, const CCopasiContainer *pParent=NULL) | |
void | clearDirectDependencies () |
void | clearRefresh () |
bool | dependsOn (DataObjectSet candidates, const DataObjectSet &context=DataObjectSet()) const |
void | getAllDependencies (DataObjectSet &dependencies, const DataObjectSet &context) const |
virtual CCopasiObjectName | getCN () const |
virtual const DataObjectSet & | getDirectDependencies (const DataObjectSet &context=DataObjectSet()) const |
virtual const CObjectInterface * | getObject (const CCopasiObjectName &cn) const |
CCopasiContainer * | getObjectAncestor (const std::string &type) const |
CCopasiDataModel * | getObjectDataModel () |
const CCopasiDataModel * | getObjectDataModel () const |
virtual std::string | getObjectDisplayName (bool regular=true, bool richtext=false) const |
const std::string & | getObjectName () const |
CCopasiContainer * | getObjectParent () const |
const std::string & | getObjectType () const |
virtual const CObjectInterface::ObjectSet & | getPrerequisites () const |
virtual Refresh * | getRefresh () const |
virtual std::string | getUnits () const |
UpdateMethod * | getUpdateMethod () const |
virtual const CCopasiObject * | getValueObject () const |
virtual void * | getValuePointer () const |
bool | hasCircularDependencies (DataObjectSet &candidates, DataObjectSet &verified, const DataObjectSet &context) const |
bool | hasUpdateMethod () const |
bool | isArray () const |
bool | isContainer () const |
bool | isDataModel () const |
bool | isMatrix () const |
bool | isNameVector () const |
bool | isNonUniqueName () const |
virtual bool | isPrerequisiteForContext (const CObjectInterface *pObject, const CMath::SimulationContextFlag &context, const CObjectInterface::ObjectSet &changedObjects) const |
bool | isReference () const |
bool | isRoot () const |
bool | isSeparator () const |
bool | isStaticString () const |
bool | isValueBool () const |
bool | isValueDbl () const |
bool | isValueInt () const |
bool | isValueInt64 () const |
bool | isValueString () const |
bool | isVector () const |
virtual bool | mustBeDeleted (const DataObjectSet &deletedObjects) const |
virtual void | print (std::ostream *ostream) const |
void | removeDirectDependency (const CCopasiObject *pObject) |
void | setDirectDependencies (const DataObjectSet &directDependencies) |
bool | setObjectName (const std::string &name) |
virtual bool | setObjectParent (const CCopasiContainer *pParent) |
void | setObjectValue (const C_FLOAT64 &value) |
void | setObjectValue (const C_INT32 &value) |
void | setObjectValue (const bool &value) |
template<class CType > | |
void | setRefresh (CType *pType, void(CType::*method)(void)) |
template<class CType > | |
void | setUpdateMethod (CType *pType, void(CType::*method)(const C_FLOAT64 &)) |
template<class CType > | |
void | setUpdateMethod (CType *pType, void(CType::*method)(const C_INT32 &)) |
template<class CType > | |
void | setUpdateMethod (CType *pType, void(CType::*method)(const bool &)) |
virtual | ~CCopasiObject () |
![]() | |
CObjectInterface () | |
virtual | ~CObjectInterface () |
Protected Attributes | |
CLRelAbsVector | mHeight |
std::string | mHRef |
std::string | mKey |
CLRelAbsVector | mWidth |
CLRelAbsVector | mX |
CLRelAbsVector | mY |
CLRelAbsVector | mZ |
![]() | |
double | mMatrix2D [6] |
![]() | |
double | mMatrix [12] |
![]() | |
std::string | mTag |
Private Member Functions | |
CLImage & | operator= (const CLImage &source) |
Additional Inherited Members | |
![]() | |
typedef std::set< const CCopasiObject * > | DataObjectSet |
typedef std::vector< Refresh * > | DataUpdateSequence |
![]() | |
typedef std::set< const CObjectInterface * > | ObjectSet |
typedef std::vector < CObjectInterface * > | UpdateSequence |
![]() | |
static const double * | getIdentityMatrix2D () |
![]() | |
static const double * | getIdentityMatrix () |
![]() | |
static std::vector< Refresh * > | buildUpdateSequence (const DataObjectSet &objects, const DataObjectSet &uptoDateObjects, const DataObjectSet &context=DataObjectSet()) |
static void | setRenameHandler (CRenameHandler *rh) |
![]() | |
static const double | IDENTITY2D [6] = {1.0, 0.0, 0.0, 1.0, 0.0, 0.0} |
![]() | |
static const double | IDENTITY3D [12] = {1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0} |
![]() | |
enum | Flag { Container = 0x1, Vector = 0x2, Matrix = 0x4, NameVector = 0x8, Reference = 0x10, ValueBool = 0x20, ValueInt = 0x40, ValueInt64 = 0x80, ValueDbl = 0x100, NonUniqueName = 0x200, StaticString = 0x400, ValueString = 0x800, Separator = 0x1000, ModelEntity = 0x2000, Array = 0x4000, DataModel = 0x8000, Root = 0x10000, Gui = 0x20000 } |
![]() | |
virtual void | addSBMLAttributes (Transformation2D *pTransformation) const |
void | updateMatrix2D () |
void | updateMatrix3D () |
![]() | |
CCopasiObject () | |
CCopasiObject (const std::string &name, const CCopasiContainer *pParent=NULL, const std::string &type="CN", const unsigned C_INT32 &flag=0) | |
![]() | |
static CRenameHandler * | smpRenameHandler = NULL |
CLImage::CLImage | ( | CCopasiContainer * | pParent = NULL | ) |
Constructor.
Definition at line 24 of file CLImage.cpp.
References CKeyFactory::add(), CCopasiRootContainer::getKeyFactory(), and mKey.
CLImage::CLImage | ( | const CLImage & | source, |
CCopasiContainer * | pParent = NULL |
||
) |
Copy Constructor.
Definition at line 41 of file CLImage.cpp.
References CKeyFactory::add(), CCopasiRootContainer::getKeyFactory(), and mKey.
CLImage::CLImage | ( | const Image & | source, |
CCopasiContainer * | pParent = NULL |
||
) |
Constructor to generate object from the corresponding SBML object.
Definition at line 58 of file CLImage.cpp.
References CKeyFactory::add(), CCopasiRootContainer::getKeyFactory(), and mKey.
CLImage::~CLImage | ( | ) |
Destructor.
Destructor
Definition at line 75 of file CLImage.cpp.
References CCopasiRootContainer::getKeyFactory(), mKey, and CKeyFactory::remove().
const CLRelAbsVector & CLImage::getHeight | ( | ) | const |
Returns the height.
Definition at line 116 of file CLImage.cpp.
References mHeight.
Referenced by CLLayoutRenderer::draw_image(), fillItemFromImage(), and CCopasiXML::saveImageElement().
const std::string & CLImage::getImageReference | ( | ) | const |
Returns the image reference.
Definition at line 132 of file CLImage.cpp.
References mHRef.
Referenced by CLLayoutRenderer::draw_image(), fillItemFromImage(), and CCopasiXML::saveImageElement().
|
virtual |
Returns the key string of the object.
Returns the key of the color definition.
Reimplemented from CCopasiObject.
Definition at line 232 of file CLImage.cpp.
References mKey.
const CLRelAbsVector & CLImage::getWidth | ( | ) | const |
Returns the width.
Definition at line 108 of file CLImage.cpp.
References mWidth.
Referenced by CLLayoutRenderer::draw_image(), fillItemFromImage(), and CCopasiXML::saveImageElement().
CLRelAbsVector & CLImage::getX | ( | ) |
Returns the x coordinate.
Definition at line 198 of file CLImage.cpp.
References mX.
Referenced by CLLayoutRenderer::draw_image(), fillItemFromImage(), and CCopasiXML::saveImageElement().
const CLRelAbsVector & CLImage::getX | ( | ) | const |
CLRelAbsVector & CLImage::getY | ( | ) |
Returns the y coordinate.
Definition at line 206 of file CLImage.cpp.
References mY.
Referenced by CLLayoutRenderer::draw_image(), fillItemFromImage(), and CCopasiXML::saveImageElement().
const CLRelAbsVector & CLImage::getY | ( | ) | const |
CLRelAbsVector & CLImage::getZ | ( | ) |
Returns the z coordinate.
Definition at line 214 of file CLImage.cpp.
References mZ.
Referenced by CCopasiXML::saveImageElement().
const CLRelAbsVector & CLImage::getZ | ( | ) | const |
bool CLImage::isSetImageReference | ( | ) | const |
Returns true if the image reference has been set.
Definition at line 222 of file CLImage.cpp.
References mHRef.
Referenced by CLLayoutRenderer::draw_image().
void CLImage::setCoordinates | ( | const CLRelAbsVector & | x, |
const CLRelAbsVector & | y, | ||
const CLRelAbsVector & | z = CLRelAbsVector(0.0, 0.0) |
||
) |
Sets the coordinates.
Definition at line 140 of file CLImage.cpp.
Referenced by CCopasiXMLParser::ImageElement::start().
void CLImage::setDimensions | ( | const CLRelAbsVector & | width, |
const CLRelAbsVector & | height | ||
) |
Sets the dimensions.
Definition at line 83 of file CLImage.cpp.
References mHeight, and mWidth.
Referenced by CCopasiXMLParser::ImageElement::start().
void CLImage::setHeight | ( | const CLRelAbsVector & | height | ) |
void CLImage::setImageReference | ( | const std::string & | ref | ) |
Sets the reference to the image location.
Definition at line 124 of file CLImage.cpp.
References mHRef.
Referenced by CCopasiXMLParser::ImageElement::start().
void CLImage::setWidth | ( | const CLRelAbsVector & | width | ) |
void CLImage::setX | ( | const CLRelAbsVector & | coord | ) |
void CLImage::setY | ( | const CLRelAbsVector & | coord | ) |
void CLImage::setZ | ( | const CLRelAbsVector & | coord | ) |
Image * CLImage::toSBML | ( | unsigned int | level, |
unsigned int | version | ||
) | const |
Converts this object to the corresponding SBML object.
Definition at line 240 of file CLImage.cpp.
References CLTransformation2D::addSBMLAttributes(), mHeight, mHRef, mWidth, mX, mY, mZ, and CLRelAbsVector::toSBML().
|
protected |
Definition at line 37 of file CLImage.h.
Referenced by getHeight(), setDimensions(), setHeight(), and toSBML().
|
protected |
Definition at line 38 of file CLImage.h.
Referenced by getImageReference(), isSetImageReference(), setImageReference(), and toSBML().
|
protected |
key for the object.
Definition at line 43 of file CLImage.h.
Referenced by CLImage(), getKey(), and ~CLImage().
|
protected |
Definition at line 36 of file CLImage.h.
Referenced by getWidth(), setDimensions(), setWidth(), and toSBML().
|
protected |
|
protected |
|
protected |