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

Method TraverseAllPasses

Rendering/SceneGraph/vtkViewNode.cxx:134–139  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

132
133//------------------------------------------------------------------------------
134void vtkViewNode::TraverseAllPasses()
135{
136 this->Traverse(build);
137 this->Traverse(synchronize);
138 this->Traverse(render);
139}
140
141//------------------------------------------------------------------------------
142void vtkViewNode::Traverse(int operation)

Callers 3

RenderInternalMethod · 0.80
TestOSPRayWindowFunction · 0.80
RenderMethod · 0.80

Calls 1

TraverseMethod · 0.95

Tested by 1

TestOSPRayWindowFunction · 0.64