MCPcopy Create free account
hub / github.com/Gecode/gecode / getShape

Method getShape

gecode/gist/visualnode.hpp:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 forceinline Shape*
203 VisualNode::getShape(void) {
204 return isHidden() ? Shape::hidden : shape;
205 }
206
207 forceinline BoundingBox
208 VisualNode::getBoundingBox(void) { return getShape()->getBoundingBox(); }

Callers 7

computeShapeMethod · 0.80
isClippedMethod · 0.80
TreeCanvasMethod · 0.80
updateCanvasMethod · 0.80
zoomToFitMethod · 0.80
exportNodePDFMethod · 0.80
printMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected