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

Method PrintSelf

Filters/Parallel/vtkPHyperTreeGridProbeFilter.cxx:49–54  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

GetNextIndentMethod · 0.80
GetControllerMethod · 0.45

Tested by

no test coverage detected