MCPcopy Create free account
hub / github.com/Kitware/VTK / EndSubTree

Method EndSubTree

Common/DataModel/vtkDataAssemblyUtilities.cxx:491–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
494 this->Stack.pop_back();
495 }
496
497protected:
498 vtkVisitor() = default;

Callers 1

VisitMethod · 0.45

Calls 3

pop_backMethod · 0.80
assertFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected