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

Method GetInput

IO/Legacy/vtkDataSetWriter.cxx:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107vtkDataSet* vtkDataSetWriter::GetInput()
108{
109 return vtkDataSet::SafeDownCast(this->Superclass::GetInput());
110}
111
112vtkDataSet* vtkDataSetWriter::GetInput(int port)
113{

Callers 1

WriteDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected