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

Method GetInput

IO/MySQL/vtkTableToMySQLWriter.cxx:139–142  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

WriteDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected