------------------------------------------------------------------------------
| 47 | |
| 48 | //------------------------------------------------------------------------------ |
| 49 | void vtkPHyperTreeGridProbeFilter::PrintSelf(ostream& os, vtkIndent indent) |
| 50 | { |
| 51 | this->Superclass::PrintSelf(os, indent); |
| 52 | |
| 53 | this->GetController()->PrintSelf(os, indent.GetNextIndent()); |
| 54 | } |
| 55 | |
| 56 | //------------------------------------------------------------------------------ |
| 57 | int vtkPHyperTreeGridProbeFilter::RequestUpdateExtent(vtkInformation* vtkNotUsed(request), |
nothing calls this directly
no test coverage detected