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

Method GetInput

IO/Image/vtkImageExport.cxx:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53vtkImageData* vtkImageExport::GetInput()
54{
55 if (this->GetNumberOfInputConnections(0) < 1)
56 {
57 return nullptr;
58 }
59 return vtkImageData::SafeDownCast(this->GetExecutive()->GetInputData(0, 0));
60}
61
62//------------------------------------------------------------------------------
63vtkIdType vtkImageExport::GetDataMemorySize()

Callers 13

GetDataMemorySizeMethod · 0.95
GetDataDimensionsMethod · 0.95
ExportMethod · 0.95
GetPointerToDataMethod · 0.95
SpacingCallbackMethod · 0.95
OriginCallbackMethod · 0.95
DirectionCallbackMethod · 0.95
ScalarTypeCallbackMethod · 0.95
DataExtentCallbackMethod · 0.95
BufferPointerCallbackMethod · 0.95

Calls 3

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected