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

Method GetBlankingInput

Filters/General/vtkBlankStructuredGridWithImage.cxx:37–45  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Specify the input data or filter.

Source from the content-addressed store, hash-verified

35//------------------------------------------------------------------------------
36// Specify the input data or filter.
37vtkImageData* vtkBlankStructuredGridWithImage::GetBlankingInput()
38{
39 if (this->GetNumberOfInputConnections(1) < 1)
40 {
41 return nullptr;
42 }
43
44 return vtkImageData::SafeDownCast(this->GetExecutive()->GetInputData(1, 0));
45}
46
47//------------------------------------------------------------------------------
48int vtkBlankStructuredGridWithImage::RequestData(vtkInformation* vtkNotUsed(request),

Callers

nothing calls this directly

Calls 3

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected