Home
last modified time | relevance | path

Searched refs:createCSGSetOperator (Results 1 – 9 of 9) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/
H A DListOfCSGNodes.h423 CSGSetOperator* createCSGSetOperator();
H A DCSGTransformation.cpp343 CSGTransformation::createCSGSetOperator() in createCSGSetOperator() function in CSGTransformation
853 return createCSGSetOperator(); in createChildObject()
1458 return (csgt != NULL) ? csgt->createCSGSetOperator() : NULL; in CSGTransformation_createCSGSetOperator()
H A DCSGSetOperator.cpp601 CSGSetOperator::createCSGSetOperator() in createCSGSetOperator() function in CSGSetOperator
1136 return createCSGSetOperator(); in createChildObject()
1944 return (csgso != NULL) ? csgso->createCSGSetOperator() : NULL; in CSGSetOperator_createCSGSetOperator()
H A DCSGTransformation.h246 CSGSetOperator* createCSGSetOperator();
H A DCSGObject.cpp559 CSGObject::createCSGSetOperator() in createCSGSetOperator() function in CSGObject
1118 return createCSGSetOperator(); in createChildObject()
2044 return (csgo != NULL) ? csgo->createCSGSetOperator() : NULL; in CSGObject_createCSGSetOperator()
H A DCSGObject.h409 CSGSetOperator* createCSGSetOperator();
H A DListOfCSGNodes.cpp401 ListOfCSGNodes::createCSGSetOperator() in createCSGSetOperator() function in ListOfCSGNodes
H A DCSGSetOperator.h619 CSGSetOperator* createCSGSetOperator();
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/extension/test/
H A DspatialExtTest.cpp317 CSGSetOperator* setUnion = csgObj->createCSGSetOperator(); in writeSpatialSBML()