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

Method GetInput

IO/Legacy/vtkCompositeDataWriter.cxx:39–42  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

37
38//------------------------------------------------------------------------------
39vtkCompositeDataSet* vtkCompositeDataWriter::GetInput()
40{
41 return this->GetInput(0);
42}
43
44//------------------------------------------------------------------------------
45vtkCompositeDataSet* vtkCompositeDataWriter::GetInput(int port)

Callers 1

WriteDataMethod · 0.95

Calls 1

GetInputDataObjectMethod · 0.80

Tested by

no test coverage detected