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