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

Method PrepareNodes

Rendering/SceneGraph/vtkViewNode.cxx:65–71  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

63
64//------------------------------------------------------------------------------
65void vtkViewNode::PrepareNodes()
66{
67 for (auto child : this->Children)
68 {
69 child->Used = false;
70 }
71}
72
73//------------------------------------------------------------------------------
74void vtkViewNode::RemoveUnusedNodes()

Callers 4

BuildMethod · 0.80
BuildMethod · 0.80
BuildMethod · 0.80
BuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected