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

Method GetInput

IO/Legacy/vtkUnstructuredGridWriter.cxx:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180vtkUnstructuredGridBase* vtkUnstructuredGridWriter::GetInput()
181{
182 return vtkUnstructuredGridBase::SafeDownCast(this->Superclass::GetInput());
183}
184
185vtkUnstructuredGridBase* vtkUnstructuredGridWriter::GetInput(int port)
186{

Callers 1

WriteDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected