------------------------------------------------------------------------------
| 51 | |
| 52 | //------------------------------------------------------------------------------ |
| 53 | vtkViewNode* vtkViewNode::GetParent() |
| 54 | { |
| 55 | return this->Parent; |
| 56 | } |
| 57 | |
| 58 | //------------------------------------------------------------------------------ |
| 59 | void vtkViewNode::PrintSelf(ostream& os, vtkIndent indent) |
no outgoing calls