------------------------------------------------------------------------------
| 423 | |
| 424 | //------------------------------------------------------------------------------ |
| 425 | void 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 | } |
| 433 | VTK_ABI_NAMESPACE_END |