| 689 | } |
| 690 | |
| 691 | void vtkChartBox::SetLayoutStrategy(int strategy) |
| 692 | { |
| 693 | this->Superclass::SetLayoutStrategy(strategy); |
| 694 | this->GeometryValid = false; |
| 695 | } |
| 696 | |
| 697 | //------------------------------------------------------------------------------ |
| 698 | void vtkChartBox::PrintSelf(ostream& os, vtkIndent indent) |
no outgoing calls
no test coverage detected