------------------------------------------------------------------------------
| 137 | |
| 138 | //------------------------------------------------------------------------------ |
| 139 | vtkTable* vtkTableToMySQLWriter::GetInput() |
| 140 | { |
| 141 | return vtkTable::SafeDownCast(this->Superclass::GetInput()); |
| 142 | } |
| 143 | |
| 144 | //------------------------------------------------------------------------------ |
| 145 | vtkTable* vtkTableToMySQLWriter::GetInput(int port) |