Lines Matching refs:Boundary

62 Boundary::Boundary(unsigned int level,  in Boundary()  function in Boundary
78 Boundary::Boundary(SpatialPkgNamespaces *spatialns) in Boundary() function in Boundary
92 Boundary::Boundary(const Boundary& orig) in Boundary() function in Boundary
104 Boundary&
105 Boundary::operator=(const Boundary& rhs) in operator =()
122 Boundary*
123 Boundary::clone() const in clone()
125 return new Boundary(*this); in clone()
132 Boundary::~Boundary() in ~Boundary()
141 Boundary::getId() const in getId()
151 Boundary::getName() const in getName()
161 Boundary::getValue() const in getValue()
171 Boundary::isSetId() const in isSetId()
181 Boundary::isSetName() const in isSetName()
191 Boundary::isSetValue() const in isSetValue()
201 Boundary::setId(const std::string& id) in setId()
211 Boundary::setName(const std::string& name) in setName()
222 Boundary::setValue(double value) in setValue()
234 Boundary::unsetId() in unsetId()
253 Boundary::unsetName() in unsetName()
272 Boundary::unsetValue() in unsetValue()
292 Boundary::getElementName() const in getElementName()
305 Boundary::setElementName(const std::string& name) in setElementName()
317 Boundary::getTypeCode() const in getTypeCode()
328 Boundary::hasRequiredAttributes() const in hasRequiredAttributes()
353 Boundary::writeElements(XMLOutputStream& stream) const in writeElements()
370 Boundary::accept(SBMLVisitor& v) const in accept()
385 Boundary::setSBMLDocument(SBMLDocument* d) in setSBMLDocument()
400 Boundary::enablePackageInternal(const std::string& pkgURI, in enablePackageInternal()
417 Boundary::getAttribute(const std::string& attributeName, bool& value) const in getAttribute()
434 Boundary::getAttribute(const std::string& attributeName, int& value) const in getAttribute()
451 Boundary::getAttribute(const std::string& attributeName, double& value) const in getAttribute()
479 Boundary::getAttribute(const std::string& attributeName, in getAttribute()
497 Boundary::getAttribute(const std::string& attributeName, in getAttribute()
532 Boundary::isSetAttribute(const std::string& attributeName) const in isSetAttribute()
562 Boundary::setAttribute(const std::string& attributeName, bool value) in setAttribute()
579 Boundary::setAttribute(const std::string& attributeName, int value) in setAttribute()
596 Boundary::setAttribute(const std::string& attributeName, double value) in setAttribute()
618 Boundary::setAttribute(const std::string& attributeName, unsigned int value) in setAttribute()
635 Boundary::setAttribute(const std::string& attributeName, in setAttribute()
662 Boundary::unsetAttribute(const std::string& attributeName) in unsetAttribute()
692 Boundary::addExpectedAttributes(ExpectedAttributes& attributes) in addExpectedAttributes()
713 Boundary::readAttributes(const XMLAttributes& attributes, in readAttributes()
827 Boundary::writeAttributes(XMLOutputStream& stream) const in writeAttributes()
867 return new Boundary(level, version, pkgVersion); in Boundary_create()