------------------------------------------------------------------------------
| 760 | |
| 761 | //------------------------------------------------------------------------------ |
| 762 | void vtkSelection::Dump() |
| 763 | { |
| 764 | this->Dump(std::cout); |
| 765 | } |
| 766 | |
| 767 | //------------------------------------------------------------------------------ |
| 768 | void vtkSelection::Dump(ostream& os) |
nothing calls this directly
no test coverage detected