------------------------------------------------------------------------------
| 52 | |
| 53 | //------------------------------------------------------------------------------ |
| 54 | vtkTable* vtkXMLTableWriter::GetTableInput() |
| 55 | { |
| 56 | return static_cast<vtkTable*>(this->Superclass::GetInput()); |
| 57 | } |
| 58 | |
| 59 | //------------------------------------------------------------------------------ |
| 60 | const char* vtkXMLTableWriter::GetDataSetName() |
no outgoing calls
no test coverage detected