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

Method GetInput

IO/Legacy/vtkStructuredPointsWriter.cxx:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

WriteDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected