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

Method GetData

Common/DataModel/vtkAnnotationLayers.cxx:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191vtkAnnotationLayers* vtkAnnotationLayers::GetData(vtkInformation* info)
192{
193 return info ? vtkAnnotationLayers::SafeDownCast(info->Get(DATA_OBJECT())) : nullptr;
194}
195
196vtkAnnotationLayers* vtkAnnotationLayers::GetData(vtkInformationVector* v, int i)
197{

Callers

nothing calls this directly

Calls 3

GetInformationObjectMethod · 0.80
GetDataFunction · 0.70
GetMethod · 0.45

Tested by

no test coverage detected