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

Method GetData

Common/DataModel/vtkImageData.cxx:1487–1490  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1485
1486//------------------------------------------------------------------------------
1487vtkImageData* vtkImageData::GetData(vtkInformation* info)
1488{
1489 return info ? vtkImageData::SafeDownCast(info->Get(DATA_OBJECT())) : nullptr;
1490}
1491
1492//------------------------------------------------------------------------------
1493vtkImageData* vtkImageData::GetData(vtkInformationVector* v, int i)

Callers 9

BuildPointsMethod · 0.45
GetCellMethod · 0.45
GetCellBoundsMethod · 0.45
PrintSelfMethod · 0.45
TransformCoordinatesFunction · 0.45
TransformNormalFunction · 0.45
ComputeTransformsMethod · 0.45

Calls 3

GetInformationObjectMethod · 0.80
GetDataFunction · 0.70
GetMethod · 0.45

Tested by

no test coverage detected