Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ setDepth
Method
setDepth
gecode/gist/visualnode.hpp:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
Shape::depth(void) const { return _depth; }
61
62
forceinline void
63
Shape::setDepth(int d) {
64
assert(d <= _depth);
65
_depth = d;
66
}
67
68
forceinline const Extent&
69
Shape::operator [](int i) const {
Callers
1
computeShape
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected