Home
last modified time | relevance | path

Searched refs:isSetCSGNode (Results 1 – 5 of 5) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/
H A DCSGTransformation.cpp186 CSGTransformation::isSetCSGNode() const in isSetCSGNode() function in CSGTransformation
489 if (isSetCSGNode() == true) in writeElements()
576 if (isSetCSGNode()) in enablePackageInternal()
970 if (isSetCSGNode()) in getNumObjects()
1123 if (isSetCSGNode()) in createObject()
1135 if (isSetCSGNode()) in createObject()
1147 if (isSetCSGNode()) in createObject()
1159 if (isSetCSGNode()) in createObject()
1171 if (isSetCSGNode()) in createObject()
1183 if (isSetCSGNode()) in createObject()
[all …]
H A DCSGObject.cpp403 CSGObject::isSetCSGNode() const in isSetCSGNode() function in CSGObject
655 if (isSetCSGNode() == false) in hasRequiredElements()
675 if (isSetCSGNode() == true) in writeElements()
762 if (isSetCSGNode()) in enablePackageInternal()
1235 if (isSetCSGNode()) in getNumObjects()
1369 if (isSetCSGNode()) in createObject()
1383 if (isSetCSGNode()) in createObject()
1397 if (isSetCSGNode()) in createObject()
1411 if (isSetCSGNode()) in createObject()
1425 if (isSetCSGNode()) in createObject()
[all …]
H A DCSGTransformation.h178 bool isSetCSGNode() const;
H A DCSGObject.h341 bool isSetCSGNode() const;
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/validator/constraints/
H A DUniqueSpatialIds.cpp272 if ((dynamic_cast<const CSGeometry *>(gd)->getCSGObject(j))->isSetCSGNode()) in doCheck()
310 if (dynamic_cast<const CSGTransformation*>(&(csg))->isSetCSGNode()) in checkCSG()