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

Method PrintSelf

Common/ExecutionModel/vtkSimpleScalarTree.cxx:425–432  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

423
424//------------------------------------------------------------------------------
425void vtkSimpleScalarTree::PrintSelf(ostream& os, vtkIndent indent)
426{
427 this->Superclass::PrintSelf(os, indent);
428
429 os << indent << "Level: " << this->GetLevel() << "\n";
430 os << indent << "Max Level: " << this->GetMaxLevel() << "\n";
431 os << indent << "Branching Factor: " << this->GetBranchingFactor() << "\n";
432}
433VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 1

GetLevelMethod · 0.45

Tested by

no test coverage detected