| 58 | vtkTable* GetTableInput(); |
| 59 | VTK_DEPRECATED_IN_9_5_0("Use GetTableInput() instead.") |
| 60 | vtkTable* GetInputAsTable() { return this->GetTableInput(); } |
| 61 | const char* GetDataSetName() override; // vtkTable isn't a DataSet but it's used by vtkXMLWriter |
| 62 | |
| 63 | /** |
nothing calls this directly
no test coverage detected