Home
last modified time | relevance | path

Searched refs:createCSGHomogeneousTransformation (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.h405 CSGHomogeneousTransformation* createCSGHomogeneousTransformation();
H A DCSGTransformation.cpp320 CSGTransformation::createCSGHomogeneousTransformation() in createCSGHomogeneousTransformation() function in CSGTransformation
849 return createCSGHomogeneousTransformation(); in createChildObject()
1446 return (csgt != NULL) ? csgt->createCSGHomogeneousTransformation() : NULL; in CSGTransformation_createCSGHomogeneousTransformation()
H A DCSGSetOperator.cpp573 CSGSetOperator::createCSGHomogeneousTransformation() in createCSGHomogeneousTransformation() function in CSGSetOperator
1132 return createCSGHomogeneousTransformation(); in createChildObject()
1932 return (csgso != NULL) ? csgso->createCSGHomogeneousTransformation() : NULL; in CSGSetOperator_createCSGHomogeneousTransformation()
H A DCSGTransformation.h237 CSGHomogeneousTransformation* createCSGHomogeneousTransformation();
H A DCSGObject.cpp536 CSGObject::createCSGHomogeneousTransformation() in createCSGHomogeneousTransformation() function in CSGObject
1114 return createCSGHomogeneousTransformation(); in createChildObject()
2032 return (csgo != NULL) ? csgo->createCSGHomogeneousTransformation() : NULL; in CSGObject_createCSGHomogeneousTransformation()
H A DCSGObject.h400 CSGHomogeneousTransformation* createCSGHomogeneousTransformation();
H A DListOfCSGNodes.cpp373 ListOfCSGNodes::createCSGHomogeneousTransformation() in createCSGHomogeneousTransformation() function in ListOfCSGNodes
H A DCSGSetOperator.h601 CSGHomogeneousTransformation* createCSGHomogeneousTransformation();
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/extension/test/
H A DTestWriteSpatialExtension.cpp1135 CSGHomogeneousTransformation* trans = csObj2->createCSGHomogeneousTransformation(); in START_TEST()