Searched refs:preferNef (Results 1 – 6 of 6) sorted by relevance
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/ |
H A D | GeometryEvaluator.cc | 312 …ared_ptr<const Geometry> GeometryEvaluator::smartCacheGet(const AbstractNode &node, bool preferNef) in smartCacheGet() argument 318 if (hascgal && (preferNef || !hasgeom)) geom = CGALCache::instance()->get(key); in smartCacheGet() 437 geom = smartCacheGet(node, state.preferNef()); in visit() 592 geom = smartCacheGet(node, state.preferNef()); in visit() 622 else geom = smartCacheGet(node, state.preferNef()); in visit() 669 geom = smartCacheGet(node, state.preferNef()); in visit() 745 geom = smartCacheGet(node, state.preferNef()); in visit() 1359 geom = smartCacheGet(node, state.preferNef()); in visit() 1379 geom = smartCacheGet(node, state.preferNef()); in visit()
|
H A D | state.h | 27 bool preferNef() const { return this->flags & PREFERNEF; } in preferNef() function
|
H A D | GeometryEvaluator.h | 62 shared_ptr<const Geometry> smartCacheGet(const AbstractNode &node, bool preferNef);
|
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/ |
H A D | GeometryEvaluator.cc | 312 …ared_ptr<const Geometry> GeometryEvaluator::smartCacheGet(const AbstractNode &node, bool preferNef) in smartCacheGet() argument 318 if (hascgal && (preferNef || !hasgeom)) geom = CGALCache::instance()->get(key); in smartCacheGet() 437 geom = smartCacheGet(node, state.preferNef()); in visit() 592 geom = smartCacheGet(node, state.preferNef()); in visit() 622 else geom = smartCacheGet(node, state.preferNef()); in visit() 669 geom = smartCacheGet(node, state.preferNef()); in visit() 745 geom = smartCacheGet(node, state.preferNef()); in visit() 1359 geom = smartCacheGet(node, state.preferNef()); in visit() 1379 geom = smartCacheGet(node, state.preferNef()); in visit()
|
H A D | state.h | 27 bool preferNef() const { return this->flags & PREFERNEF; } in preferNef() function
|
H A D | GeometryEvaluator.h | 62 shared_ptr<const Geometry> smartCacheGet(const AbstractNode &node, bool preferNef);
|