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

Function Visit

Common/DataModel/vtkDataAssembly.h:387–391  ·  view source on GitHub ↗

@{ * Visit each node in the assembly for processing. The traversal order can be * specified using `traversal_order` which defaults to depth-first. */

Source from the content-addressed store, hash-verified

385 * specified using `traversal_order` which defaults to depth-first.
386 */
387 void Visit(vtkDataAssemblyVisitor* visitor,
388 int traversal_order = vtkDataAssembly::TraversalOrder::DepthFirst) const
389 {
390 this->Visit(0, visitor, traversal_order);
391 }
392 void Visit(int id, vtkDataAssemblyVisitor* visitor,
393 int traversal_order = vtkDataAssembly::TraversalOrder::DepthFirst) const;
394 ///@}

Callers

nothing calls this directly

Calls 1

VisitMethod · 0.45

Tested by

no test coverage detected