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

Method Dump

Common/DataModel/vtkSelection.cxx:762–765  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

760
761//------------------------------------------------------------------------------
762void vtkSelection::Dump()
763{
764 this->Dump(std::cout);
765}
766
767//------------------------------------------------------------------------------
768void vtkSelection::Dump(ostream& os)

Callers

nothing calls this directly

Calls 3

NewFunction · 0.50
GetContentTypeMethod · 0.45
GetFieldTypeMethod · 0.45

Tested by

no test coverage detected