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

Method GetInput

IO/XML/vtkXMLWriter.cxx:500–507  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

498
499//------------------------------------------------------------------------------
500vtkDataObject* vtkXMLWriter::GetInput(int port)
501{
502 if (this->GetNumberOfInputConnections(port) < 1)
503 {
504 return nullptr;
505 }
506 return this->GetExecutive()->GetInputData(port, 0);
507}
508
509//------------------------------------------------------------------------------
510vtkTypeBool vtkXMLWriter::ProcessRequest(

Callers 6

GetDataSetInputMethod · 0.95
UpdateFieldDataMethod · 0.95
ProcessRequestMethod · 0.45
WriteDataMethod · 0.45
ProcessRequestMethod · 0.45
GetInputFunction · 0.45

Calls 3

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected