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

Method GetInput

IO/Legacy/vtkTableWriter.cxx:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52vtkTable* vtkTableWriter::GetInput()
53{
54 return vtkTable::SafeDownCast(this->Superclass::GetInput());
55}
56
57vtkTable* vtkTableWriter::GetInput(int port)
58{

Callers 1

WriteDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected