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

Method SetInputData

IO/XML/vtkXMLWriter.cxx:488–491  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

486
487//------------------------------------------------------------------------------
488void vtkXMLWriter::SetInputData(vtkDataObject* input)
489{
490 this->SetInputData(0, input);
491}
492
493//------------------------------------------------------------------------------
494void vtkXMLWriter::SetInputData(int index, vtkDataObject* input)

Calls

no outgoing calls