COPASI API
4.16.103
|
#include <CLLinearGradient.h>
Public Member Functions | |
CLLinearGradient (CCopasiContainer *pParent=NULL) | |
CLLinearGradient (const CLLinearGradient &source, CCopasiContainer *pParent=NULL) | |
CLLinearGradient (const LinearGradient &source, CCopasiContainer *pParent=NULL) | |
const CLRelAbsVector & | getXPoint1 () const |
CLRelAbsVector & | getXPoint1 () |
const CLRelAbsVector & | getXPoint2 () const |
CLRelAbsVector & | getXPoint2 () |
const CLRelAbsVector & | getYPoint1 () const |
CLRelAbsVector & | getYPoint1 () |
const CLRelAbsVector & | getYPoint2 () const |
CLRelAbsVector & | getYPoint2 () |
const CLRelAbsVector & | getZPoint1 () const |
CLRelAbsVector & | getZPoint1 () |
const CLRelAbsVector & | getZPoint2 () const |
CLRelAbsVector & | getZPoint2 () |
void | setCoordinates (const CLRelAbsVector &x1, const CLRelAbsVector &y1, const CLRelAbsVector &z1, const CLRelAbsVector &x2, const CLRelAbsVector &y2, const CLRelAbsVector &z2) |
void | setCoordinates (const CLRelAbsVector &x1, const CLRelAbsVector &y1, const CLRelAbsVector &x2, const CLRelAbsVector &y2) |
void | setPoint1 (const CLRelAbsVector &x1, const CLRelAbsVector &y1, const CLRelAbsVector &z1=CLRelAbsVector(0.0, 0.0)) |
void | setPoint2 (const CLRelAbsVector &x1, const CLRelAbsVector &y1, const CLRelAbsVector &z1=CLRelAbsVector(0.0, 0.0)) |
virtual LinearGradient * | toSBML (unsigned int level, unsigned int version) const |
![]() | |
void | addGradientStop (const CLGradientStop *pStop) |
virtual void | addSBMLAttributes (GradientBase *pBase) const |
CLGradientBase (const std::string &name, CCopasiContainer *pParent=NULL) | |
CLGradientBase (const CLGradientBase &source, CCopasiContainer *pParent=NULL) | |
CLGradientBase (const GradientBase &source, const std::string &name, CCopasiContainer *pParent=NULL) | |
CLGradientStop * | createGradientStop () |
CLGradientStop * | getGradientStop (size_t i) |
const CLGradientStop * | getGradientStop (size_t i) const |
const std::string & | getId () const |
const std::string & | getKey () const |
CCopasiVector< CLGradientStop > * | getListOfGradientStops () |
const CCopasiVector < CLGradientStop > * | getListOfGradientStops () const |
size_t | getNumGradientStops () const |
SPREADMETHOD | getSpreadMethod () const |
void | setId (const std::string &id) |
void | setSpreadMethod (SPREADMETHOD method) |
virtual | ~CLGradientBase () |
![]() | |
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 () |
![]() | |
virtual bool | add (CCopasiObject *pObject, const bool &adopt=true) |
CCopasiContainer (const std::string &name, const CCopasiContainer *pParent=NULL, const std::string &type="CN", const unsigned C_INT32 &flag=CCopasiObject::Container) | |
CCopasiContainer (const CCopasiContainer &src, const CCopasiContainer *pParent=NULL) | |
virtual std::string | getChildObjectUnits (const CCopasiObject *pObject) const |
virtual const CObjectInterface * | getObject (const CCopasiObjectName &cn) const |
virtual const objectMap & | getObjects () const |
virtual std::string | getUnits () const |
virtual const CCopasiObject * | getValueObject () const |
virtual bool | remove (CCopasiObject *pObject) |
virtual | ~CCopasiContainer () |
![]() | |
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 |
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 |
UpdateMethod * | getUpdateMethod () 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 | mX1 |
CLRelAbsVector | mX2 |
CLRelAbsVector | mY1 |
CLRelAbsVector | mY2 |
CLRelAbsVector | mZ1 |
CLRelAbsVector | mZ2 |
![]() | |
CCopasiVector< CLGradientStop > | mGradientStops |
std::string | mId |
std::string | mKey |
SPREADMETHOD | mSpreadMethod |
![]() | |
std::string | mTag |
![]() | |
objectMap | mObjects |
Private Member Functions | |
CLLinearGradient & | operator= (const CLLinearGradient &source) |
Additional Inherited Members | |
![]() | |
enum | SPREADMETHOD { PAD, REFLECT, REPEAT } |
![]() | |
typedef std::multimap < std::string, CCopasiObject * > | objectMap |
![]() | |
typedef std::set< const CCopasiObject * > | DataObjectSet |
typedef std::vector< Refresh * > | DataUpdateSequence |
![]() | |
typedef std::set< const CObjectInterface * > | ObjectSet |
typedef std::vector < CObjectInterface * > | UpdateSequence |
![]() | |
static std::vector< Refresh * > | buildUpdateSequence (const DataObjectSet &objects, const DataObjectSet &uptoDateObjects, const DataObjectSet &context=DataObjectSet()) |
static void | setRenameHandler (CRenameHandler *rh) |
![]() | |
static const std::vector < CCopasiContainer * > | EmptyList |
![]() | |
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 } |
![]() | |
template<class CType > | |
CCopasiObject * | addMatrixReference (const std::string &name, CType &reference, const unsigned C_INT32 &flag=0) |
template<class CType > | |
CCopasiObject * | addObjectReference (const std::string &name, CType &reference, const unsigned C_INT32 &flag=0) |
template<class CType > | |
CCopasiObject * | addVectorReference (const std::string &name, CType &reference, const unsigned C_INT32 &flag=0) |
void | initObjects () |
![]() | |
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 25 of file CLLinearGradient.h.
CLLinearGradient::CLLinearGradient | ( | CCopasiContainer * | pParent = NULL | ) |
Constructor.
Definition at line 25 of file CLLinearGradient.cpp.
References CKeyFactory::add(), CCopasiRootContainer::getKeyFactory(), and CLGradientBase::mKey.
CLLinearGradient::CLLinearGradient | ( | const CLLinearGradient & | source, |
CCopasiContainer * | pParent = NULL |
||
) |
Copy Constructor
Definition at line 40 of file CLLinearGradient.cpp.
References CKeyFactory::add(), CCopasiRootContainer::getKeyFactory(), and CLGradientBase::mKey.
CLLinearGradient::CLLinearGradient | ( | const LinearGradient & | source, |
CCopasiContainer * | pParent = NULL |
||
) |
Constructor to generate object from the corresponding SBML object.
Definition at line 55 of file CLLinearGradient.cpp.
References CKeyFactory::add(), CCopasiRootContainer::getKeyFactory(), and CLGradientBase::mKey.
const CLRelAbsVector & CLLinearGradient::getXPoint1 | ( | ) | const |
Returns the x coordinate for the first point.
Definition at line 107 of file CLLinearGradient.cpp.
References mX1.
Referenced by CLLayoutRenderer::create_linear_gradient_texture(), getLinearGradient(), CCopasiXML::saveLinearGradient(), and toSBML().
CLRelAbsVector & CLLinearGradient::getXPoint1 | ( | ) |
Returns the x coordinate for the first point.
Definition at line 155 of file CLLinearGradient.cpp.
References mX1.
const CLRelAbsVector & CLLinearGradient::getXPoint2 | ( | ) | const |
Returns the x coordinate for the second point.
Definition at line 131 of file CLLinearGradient.cpp.
References mX2.
Referenced by CLLayoutRenderer::create_linear_gradient_texture(), getLinearGradient(), CCopasiXML::saveLinearGradient(), and toSBML().
CLRelAbsVector & CLLinearGradient::getXPoint2 | ( | ) |
Returns the x coordinate for the second point.
Definition at line 179 of file CLLinearGradient.cpp.
References mX2.
const CLRelAbsVector & CLLinearGradient::getYPoint1 | ( | ) | const |
Returns the y coordinate for the first point.
Returns the x coordinate for the first point.
Definition at line 115 of file CLLinearGradient.cpp.
References mY1.
Referenced by CLLayoutRenderer::create_linear_gradient_texture(), getLinearGradient(), CCopasiXML::saveLinearGradient(), and toSBML().
CLRelAbsVector & CLLinearGradient::getYPoint1 | ( | ) |
Returns the y coordinate for the first point.
Returns the x coordinate for the first point.
Definition at line 163 of file CLLinearGradient.cpp.
References mY1.
const CLRelAbsVector & CLLinearGradient::getYPoint2 | ( | ) | const |
Returns the y coordinate for the second point.
Returns the x coordinate for the second point.
Definition at line 139 of file CLLinearGradient.cpp.
References mY2.
Referenced by CLLayoutRenderer::create_linear_gradient_texture(), getLinearGradient(), CCopasiXML::saveLinearGradient(), and toSBML().
CLRelAbsVector & CLLinearGradient::getYPoint2 | ( | ) |
Returns the y coordinate for the second point.
Returns the x coordinate for the second point.
Definition at line 187 of file CLLinearGradient.cpp.
References mY2.
const CLRelAbsVector & CLLinearGradient::getZPoint1 | ( | ) | const |
Returns the z coordinate for the first point.
Returns the x coordinate for the first point.
Definition at line 123 of file CLLinearGradient.cpp.
References mZ1.
Referenced by CLLayoutRenderer::create_linear_gradient_texture(), CCopasiXML::saveLinearGradient(), and toSBML().
CLRelAbsVector & CLLinearGradient::getZPoint1 | ( | ) |
Returns the z coordinate for the first point.
Returns the x coordinate for the first point.
Definition at line 171 of file CLLinearGradient.cpp.
References mZ1.
const CLRelAbsVector & CLLinearGradient::getZPoint2 | ( | ) | const |
Returns the z coordinate for the second point.
Returns the x coordinate for the second point.
Definition at line 147 of file CLLinearGradient.cpp.
References mZ2.
Referenced by CLLayoutRenderer::create_linear_gradient_texture(), CCopasiXML::saveLinearGradient(), and toSBML().
CLRelAbsVector & CLLinearGradient::getZPoint2 | ( | ) |
Returns the z coordinate for the second point.
Returns the x coordinate for the second point.
Definition at line 195 of file CLLinearGradient.cpp.
References mZ2.
|
private |
void CLLinearGradient::setCoordinates | ( | const CLRelAbsVector & | x1, |
const CLRelAbsVector & | y1, | ||
const CLRelAbsVector & | z1, | ||
const CLRelAbsVector & | x2, | ||
const CLRelAbsVector & | y2, | ||
const CLRelAbsVector & | z2 | ||
) |
Sets the 3D coordinates for both points.
Definition at line 70 of file CLLinearGradient.cpp.
References setPoint1(), and setPoint2().
Referenced by setCoordinates().
void CLLinearGradient::setCoordinates | ( | const CLRelAbsVector & | x1, |
const CLRelAbsVector & | y1, | ||
const CLRelAbsVector & | x2, | ||
const CLRelAbsVector & | y2 | ||
) |
Sets the 3D coordinates for both points.
Definition at line 79 of file CLLinearGradient.cpp.
References setCoordinates().
void CLLinearGradient::setPoint1 | ( | const CLRelAbsVector & | x, |
const CLRelAbsVector & | y, | ||
const CLRelAbsVector & | z = CLRelAbsVector(0.0, 0.0) |
||
) |
Sets the coordinates for the first point.
Definition at line 87 of file CLLinearGradient.cpp.
Referenced by setCoordinates(), and CCopasiXMLParser::LinearGradientElement::start().
void CLLinearGradient::setPoint2 | ( | const CLRelAbsVector & | x, |
const CLRelAbsVector & | y, | ||
const CLRelAbsVector & | z = CLRelAbsVector(0.0, 0.0) |
||
) |
Sets the coordinates for the second point.
Definition at line 97 of file CLLinearGradient.cpp.
Referenced by setCoordinates(), and CCopasiXMLParser::LinearGradientElement::start().
|
virtual |
Converts this object to the corresponding SBML object.
Definition at line 203 of file CLLinearGradient.cpp.
References CLGradientBase::addSBMLAttributes(), getXPoint1(), getXPoint2(), getYPoint1(), getYPoint2(), getZPoint1(), getZPoint2(), and CLRelAbsVector::toSBML().
|
protected |
Definition at line 32 of file CLLinearGradient.h.
Referenced by getXPoint1(), and setPoint1().
|
protected |
Definition at line 35 of file CLLinearGradient.h.
Referenced by getXPoint2(), and setPoint2().
|
protected |
Definition at line 33 of file CLLinearGradient.h.
Referenced by getYPoint1(), and setPoint1().
|
protected |
Definition at line 36 of file CLLinearGradient.h.
Referenced by getYPoint2(), and setPoint2().
|
protected |
Definition at line 34 of file CLLinearGradient.h.
Referenced by getZPoint1(), and setPoint1().
|
protected |
Definition at line 37 of file CLLinearGradient.h.
Referenced by getZPoint2(), and setPoint2().