Home
last modified time | relevance | path

Searched refs:createCSGPrimitive (Results 1 – 14 of 14) sorted by relevance

/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DOpenCSGRenderer.cc97 OpenCSGPrim *OpenCSGRenderer::createCSGPrimitive(const CSGChainObject &csgobj, OpenCSG::Operation o… in createCSGPrimitive() function in OpenCSGRenderer
113 …if (csgobj.leaf->geom) primitives.push_back(createCSGPrimitive(csgobj, OpenCSG::Intersection, high… in renderCSGProducts()
116 …if (csgobj.leaf->geom) primitives.push_back(createCSGPrimitive(csgobj, OpenCSG::Subtraction, highl… in renderCSGProducts()
H A DOpenCSGRenderer.h23 …class OpenCSGPrim *createCSGPrimitive(const class CSGChainObject &csgobj, OpenCSG::Operation opera…
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/
H A DListOfCSGNodes.h332 CSGPrimitive* createCSGPrimitive();
H A DCSGTransformation.cpp227 CSGTransformation::createCSGPrimitive() in createCSGPrimitive() function in CSGTransformation
833 return createCSGPrimitive(); in createChildObject()
1397 return (csgt != NULL) ? csgt->createCSGPrimitive() : NULL; in CSGTransformation_createCSGPrimitive()
H A DCSGSetOperator.cpp460 CSGSetOperator::createCSGPrimitive() in createCSGPrimitive() function in CSGSetOperator
1116 return createCSGPrimitive(); in createChildObject()
1883 return (csgso != NULL) ? csgso->createCSGPrimitive() : NULL; in CSGSetOperator_createCSGPrimitive()
H A DCSGTransformation.h200 CSGPrimitive* createCSGPrimitive();
H A DCSGObject.cpp444 CSGObject::createCSGPrimitive() in createCSGPrimitive() function in CSGObject
1098 return createCSGPrimitive(); in createChildObject()
1983 return (csgo != NULL) ? csgo->createCSGPrimitive() : NULL; in CSGObject_createCSGPrimitive()
H A DCSGObject.h363 CSGPrimitive* createCSGPrimitive();
H A DListOfCSGNodes.cpp260 ListOfCSGNodes::createCSGPrimitive() in createCSGPrimitive() function in ListOfCSGNodes
H A DCSGSetOperator.h528 CSGPrimitive* createCSGPrimitive();
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DOpenCSGRenderer.cc119 OpenCSGPrim *OpenCSGRenderer::createCSGPrimitive(const CSGChainObject &csgobj, OpenCSG::Operation o… in createCSGPrimitive() function in OpenCSGRenderer
366 …if (csgobj.leaf->geom) primitives.push_back(createCSGPrimitive(csgobj, OpenCSG::Intersection, high… in renderCSGProducts()
369 …if (csgobj.leaf->geom) primitives.push_back(createCSGPrimitive(csgobj, OpenCSG::Subtraction, highl… in renderCSGProducts()
H A DOpenCSGRenderer.h89 …class OpenCSGPrim *createCSGPrimitive(const class CSGChainObject &csgobj, OpenCSG::Operation opera…
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/extension/test/
H A DspatialExtTest.cpp311 CSGPrimitive* prim1 = scale->createCSGPrimitive(); in writeSpatialSBML()
H A DTestWriteSpatialExtension.cpp1129 CSGPrimitive* csgPrim = csObj->createCSGPrimitive(); in START_TEST()