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

Method GetInput

IO/Legacy/vtkStructuredGridWriter.cxx:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96vtkStructuredGrid* vtkStructuredGridWriter::GetInput()
97{
98 return vtkStructuredGrid::SafeDownCast(this->Superclass::GetInput());
99}
100
101vtkStructuredGrid* vtkStructuredGridWriter::GetInput(int port)
102{

Callers 1

WriteDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected