Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ BeginSubTree
Method
BeginSubTree
Common/DataModel/vtkDataAssemblyUtilities.cxx:490–490 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
488
489
bool GetTraverseSubtree(int) override { return this->TraverseSubtree; }
490
void BeginSubTree(int vtkNotUsed(nodeid)) override {}
491
void EndSubTree(int vtkNotUsed(nodeid)) override
492
{
493
assert(this->Stack.size() > 0);
Callers
1
Visit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected