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

Method PrintSelf

Filters/Parallel/vtkPMaskPoints.cxx:38–50  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

36
37//------------------------------------------------------------------------------
38void vtkPMaskPoints::PrintSelf(ostream& os, vtkIndent indent)
39{
40 this->Superclass::PrintSelf(os, indent);
41
42 if (this->GetController())
43 {
44 os << indent << "Controller: " << this->GetController() << std::endl;
45 }
46 else
47 {
48 os << indent << "Controller: (null)" << std::endl;
49 }
50}
51
52//------------------------------------------------------------------------------
53vtkMultiProcessController* vtkPMaskPoints::GetController()

Callers

nothing calls this directly

Calls 1

GetControllerMethod · 0.95

Tested by

no test coverage detected