COPASI API
4.16.103
|
#include <CLPolygon.h>
Public Member Functions | |
void | addElement (const CLRenderPoint *ls) |
CLPolygon (CCopasiContainer *pParent=NULL) | |
CLPolygon (const CLPolygon &source, CCopasiContainer *pParent) | |
CLPolygon (const sbmlPolygon &source, CCopasiContainer *pParent=NULL) | |
CLRenderCubicBezier * | createCubicBezier () |
CLRenderPoint * | createPoint () |
CLRenderPoint * | getElement (size_t index) |
const CLRenderPoint * | getElement (size_t index) const |
const std::string & | getKey () const |
std::vector< CLRenderPoint * > * | getListOfElements () |
const std::vector < CLRenderPoint * > * | getListOfElements () const |
size_t | getNumElements () const |
void | removeElement (size_t i) |
sbmlPolygon * | toSBML (unsigned int level, unsigned int version) const |
~CLPolygon () | |
![]() | |
virtual void | addSBMLAttributes (GraphicalPrimitive2D *pPrimitive) const |
CLGraphicalPrimitive2D () | |
CLGraphicalPrimitive2D (const GraphicalPrimitive2D &source) | |
const std::string & | getFillColor () const |
FILL_RULE | getFillRule () const |
bool | isSetFill () const |
bool | isSetFillRule () const |
void | setFillColor (const std::string &color) |
void | setFillRule (FILL_RULE rule) |
![]() | |
virtual void | addSBMLAttributes (GraphicalPrimitive1D *pPrimitive) const |
CLGraphicalPrimitive1D () | |
CLGraphicalPrimitive1D (const GraphicalPrimitive1D &source) | |
const std::vector< unsigned int > & | getDashArray () const |
const std::string & | getStroke () const |
double | getStrokeWidth () const |
bool | isSetDashArray () const |
bool | isSetStroke () const |
bool | isSetStrokeWidth () const |
void | parseDashArray (const std::string &s) |
void | setDashArray (const std::vector< unsigned int > &array) |
void | setStroke (const std::string &key) |
void | setStrokeWidth (double width) |
![]() | |
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 | |
std::string | mKey |
std::vector< CLRenderPoint * > | mListOfElements |
![]() | |
std::string | mFill |
FILL_RULE | mFillRule |
![]() | |
std::string | mStroke |
std::vector< unsigned int > | mStrokeDashArray |
double | mStrokeWidth |
![]() | |
double | mMatrix2D [6] |
![]() | |
double | mMatrix [12] |
![]() | |
std::string | mTag |
Private Member Functions | |
CLPolygon & | operator= (const CLPolygon &source) |
Additional Inherited Members | |
![]() | |
enum | FILL_RULE { UNSET, NONZERO, EVENODD, INHERIT } |
![]() | |
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 |
Definition at line 27 of file CLPolygon.h.
CLPolygon::CLPolygon | ( | CCopasiContainer * | pParent = NULL | ) |
Constructor.
Definition at line 23 of file CLPolygon.cpp.
References CKeyFactory::add(), CCopasiRootContainer::getKeyFactory(), and mKey.
CLPolygon::CLPolygon | ( | const CLPolygon & | source, |
CCopasiContainer * | pParent | ||
) |
Copy constructor
Definition at line 34 of file CLPolygon.cpp.
References CKeyFactory::add(), CCopasiRootContainer::getKeyFactory(), mKey, and mListOfElements.
CLPolygon::CLPolygon | ( | const sbmlPolygon & | source, |
CCopasiContainer * | pParent = NULL |
||
) |
Constructor to generate object from the corresponding SBML object.
CLPolygon::~CLPolygon | ( | ) |
Destructor.
Definition at line 86 of file CLPolygon.cpp.
References CCopasiRootContainer::getKeyFactory(), mKey, mListOfElements, and CKeyFactory::remove().
void CLPolygon::addElement | ( | const CLRenderPoint * | pLS | ) |
Adds a copy of the given line segment to the list of line segements.
Definition at line 162 of file CLPolygon.cpp.
References mListOfElements.
CLRenderCubicBezier * CLPolygon::createCubicBezier | ( | ) |
Creates a new cubicbezier object and adds it to the list of elements.
Creates a new cubicbezier object and adds it to the list of curve segments.
Definition at line 135 of file CLPolygon.cpp.
References mListOfElements.
CLRenderPoint * CLPolygon::createPoint | ( | ) |
Creates a new point object and adds it to the list of elements.
Creates a new point object and adds it to the list of curve segments.
Definition at line 125 of file CLPolygon.cpp.
References mListOfElements.
CLRenderPoint * CLPolygon::getElement | ( | size_t | index | ) |
Returns a pointer to the point with with the given index or NULL if the index is invalid.
Returns a pointer to the line segement with with the given index or NULL if the index is invalid.
Definition at line 145 of file CLPolygon.cpp.
References mListOfElements.
Referenced by CLLayoutRenderer::draw_polygon().
const CLRenderPoint * CLPolygon::getElement | ( | size_t | index | ) | const |
Returns const a pointer to the line segement with with the given index or NULL if the index is invalid.
Definition at line 154 of file CLPolygon.cpp.
References mListOfElements.
|
virtual |
Returns the key string of the object.
Returns the key of the color definition.
Reimplemented from CCopasiObject.
Definition at line 191 of file CLPolygon.cpp.
References mKey.
std::vector< CLRenderPoint * > * CLPolygon::getListOfElements | ( | ) |
Returns a pointer to the list of curve segments.
Definition at line 108 of file CLPolygon.cpp.
References mListOfElements.
Referenced by getPath(), CCopasiXML::savePolygonElement(), and CCopasiXMLParser::PolygonElement::start().
const std::vector< CLRenderPoint * > * CLPolygon::getListOfElements | ( | ) | const |
Returns a const pointer to the list of curve segments.
Definition at line 116 of file CLPolygon.cpp.
References mListOfElements.
size_t CLPolygon::getNumElements | ( | ) | const |
Returns the number of line segments.
Definition at line 100 of file CLPolygon.cpp.
References mListOfElements.
Referenced by CLLayoutRenderer::draw_polygon().
void CLPolygon::removeElement | ( | size_t | i | ) |
Removes the curve segment with the given index.
Definition at line 177 of file CLPolygon.cpp.
References mListOfElements.
Polygon * CLPolygon::toSBML | ( | unsigned int | level, |
unsigned int | version | ||
) | const |
Converts this object to the corresponding SBML object.
Definition at line 199 of file CLPolygon.cpp.
References CLGraphicalPrimitive2D::addSBMLAttributes(), and mListOfElements.
|
protected |
key for the object.
Definition at line 39 of file CLPolygon.h.
Referenced by CLPolygon(), getKey(), and ~CLPolygon().
|
protected |
Definition at line 34 of file CLPolygon.h.
Referenced by addElement(), CLPolygon(), createCubicBezier(), createPoint(), getElement(), getListOfElements(), getNumElements(), removeElement(), toSBML(), and ~CLPolygon().