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

Method GetInput

IO/Image/vtkImageWriter.cxx:77–84  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

75
76//------------------------------------------------------------------------------
77vtkImageData* vtkImageWriter::GetInput()
78{
79 if (this->GetNumberOfInputConnections(0) < 1)
80 {
81 return nullptr;
82 }
83 return vtkImageData::SafeDownCast(this->GetExecutive()->GetInputData(0, 0));
84}
85//------------------------------------------------------------------------------
86
87int vtkImageWriter::RequestData(vtkInformation* vtkNotUsed(request),

Callers 10

WriteMethod · 0.45
WriteMethod · 0.45
vtkTIFFWriter.cxxFile · 0.45
WriteFileHeaderMethod · 0.45
WriteFileMethod · 0.45
vtkPNGWriter.cxxFile · 0.45
WriteDataMethod · 0.45
exitNodeMethod · 0.45
exitFieldMethod · 0.45
TestImportOBJFunction · 0.45

Calls 3

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by 1

TestImportOBJFunction · 0.36