MCPcopy Create free account
hub / github.com/Kitware/VTK / GetInput

Method GetInput

IO/SQL/vtkTableToSQLiteWriter.cxx:141–144  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 1

WriteDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected