Home
last modified time | relevance | path

Searched refs:CSGObject (Results 1 – 21 of 21) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/
H A DCSGObject.cpp71 CSGObject::CSGObject(unsigned int level, in CSGObject() function in CSGObject
89 CSGObject::CSGObject(SpatialPkgNamespaces *spatialns) in CSGObject() function in CSGObject
105 CSGObject::CSGObject(const CSGObject& orig) in CSGObject() function in CSGObject
124 CSGObject&
125 CSGObject::operator=(const CSGObject& rhs) in operator =()
153 CSGObject*
154 CSGObject::clone() const in clone()
163 CSGObject::~CSGObject() in ~CSGObject()
306 CSGObject::unsetId() in unsetId()
325 CSGObject::unsetName() in unsetName()
[all …]
H A DListOfCSGObjects.cpp127 CSGObject*
137 const CSGObject*
147 CSGObject*
158 const CSGObject*
172 CSGObject*
183 CSGObject*
253 CSGObject*
256 CSGObject* csgo = NULL; in createCSGObject()
261 csgo = new CSGObject(spatialns); in createCSGObject()
297 const CSGObject*
[all …]
H A DListOfCSGObjects.h158 virtual CSGObject* get(unsigned int n);
178 virtual const CSGObject* get(unsigned int n) const;
199 virtual CSGObject* get(const std::string& sid);
220 virtual const CSGObject* get(const std::string& sid) const;
241 virtual CSGObject* remove(unsigned int n);
263 virtual CSGObject* remove(const std::string& sid);
289 int addCSGObject(const CSGObject* csgo);
322 CSGObject* createCSGObject();
337 const CSGObject* getByDomainType(const std::string& sid) const;
352 CSGObject* getByDomainType(const std::string& sid);
H A DCSGeometry.h199 CSGObject* getCSGObject(unsigned int n);
220 const CSGObject* getCSGObject(unsigned int n) const;
241 CSGObject* getCSGObject(const std::string& sid);
262 const CSGObject* getCSGObject(const std::string& sid) const;
277 const CSGObject* getCSGObjectByDomainType(const std::string& sid) const;
292 CSGObject* getCSGObjectByDomainType(const std::string& sid);
318 int addCSGObject(const CSGObject* csgo);
351 CSGObject* createCSGObject();
372 CSGObject* removeCSGObject(unsigned int n);
394 CSGObject* removeCSGObject(const std::string& sid);
H A DCSGObject.h70 class LIBSBML_EXTERN CSGObject : public SBase
99 CSGObject(unsigned int level = SpatialExtension::getDefaultLevel(),
114 CSGObject(SpatialPkgNamespaces *spatialns);
122 CSGObject(const CSGObject& orig);
131 CSGObject& operator=(const CSGObject& rhs);
139 virtual CSGObject* clone() const;
145 virtual ~CSGObject();
H A DCSGeometry.cpp157 CSGObject*
167 const CSGObject*
177 CSGObject*
187 const CSGObject*
198 const CSGObject*
209 CSGObject*
272 CSGObject*
275 CSGObject* csgo = NULL; in createCSGObject()
280 csgo = new CSGObject(spatialns); in createCSGObject()
299 CSGObject*
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/csharp/
H A Dlocal-packages-spatial.i223 return new CSGObject(cPtr, owner); in DowncastSBase()
300 COVARIANT_RTYPE_CLONE(CSGObject)
342 COVARIANT_RTYPE_LISTOF_GET_REMOVE(CSGObject)
363 SBMLCONSTRUCTOR_EXCEPTION(CSGObject)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/java/
H A Dlocal-packages-spatial.i230 return new CSGObject(cPtr, owner); in DowncastSBase()
307 COVARIANT_RTYPE_CLONE(CSGObject)
349 COVARIANT_RTYPE_LISTOF_GET_REMOVE(CSGObject)
370 SBMLCONSTRUCTOR_EXCEPTION(CSGObject)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/validator/
H A DSpatialUniqueCSGObjectOrdinalsCheck.cpp84 const CSGObject* csgo = object.getCSGObject(c); in check_()
H A DSpatialValidator.cpp169 ConstraintSet<CSGObject> mCSGObject;
357 if (dynamic_cast< TConstraint<CSGObject>* >(c) != NULL) in add()
359 mCSGObject.add(static_cast< TConstraint<CSGObject>* >(c) ); in add()
618 visit(const CSGObject& x) in visit()
875 return visit((const CSGObject&)x); in visit()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/javascript/
H A Dlocal-spatial.i63 SBMLCONSTRUCTOR_EXCEPTION(CSGObject)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/perl/
H A Dlocal-spatial.i63 SBMLCONSTRUCTOR_EXCEPTION(CSGObject)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/php/
H A Dlocal-spatial.i63 SBMLCONSTRUCTOR_EXCEPTION(CSGObject)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/python/
H A Dlocal-spatial.i63 SBMLCONSTRUCTOR_EXCEPTION(CSGObject)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/r/
H A Dlocal-spatial.i63 SBMLCONSTRUCTOR_EXCEPTION(CSGObject)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/ruby/
H A Dlocal-spatial.i63 SBMLCONSTRUCTOR_EXCEPTION(CSGObject)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/common/
H A Dspatialfwd.h83 typedef CLASS_OR_STRUCT CSGObject CSGObject_t;
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/swig/
H A Dspatial-package.i84 %include <sbml/packages/spatial/sbml/CSGObject.h>
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/extension/test/
H A DspatialExtTest.cpp303 CSGObject* csgObj = csg->createCSGObject(); in writeSpatialSBML()
555 CSGObject* csgo; in readSpatialSBML()
H A DTestWriteSpatialExtension.cpp1127 CSGObject* csObj = csGeometry->createCSGObject(); in START_TEST()
1133 CSGObject* csObj2 = csGeometry->createCSGObject(); in START_TEST()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/validator/constraints/
H A DSpatialConsistencyConstraints.cpp2607 START_CONSTRAINT(SpatialCSGObjectDomainTypeMustBeDomainType, CSGObject, csgo) in START_CONSTRAINT() argument