Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetTraverseSubtree
Method
GetTraverseSubtree
Common/DataModel/vtkDataAssembly.cxx:266–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
}
266
bool GetTraverseSubtree(int nodeid) override
267
{
268
return this->TraverseSubtree || (nodeid == this->Root);
269
}
270
271
protected:
272
GetChildNodesVisitor() = default;
Callers
1
Visit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected