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

Method GetInput

IO/PostgreSQL/vtkTableToPostgreSQLWriter.cxx:142–145  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

WriteDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected