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

Method GetData

Common/DataModel/vtkUndirectedGraph.cxx:49–52  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

47
48//------------------------------------------------------------------------------
49vtkUndirectedGraph* vtkUndirectedGraph::GetData(vtkInformation* info)
50{
51 return info ? vtkUndirectedGraph::SafeDownCast(info->Get(DATA_OBJECT())) : nullptr;
52}
53
54//------------------------------------------------------------------------------
55vtkUndirectedGraph* vtkUndirectedGraph::GetData(vtkInformationVector* v, int i)

Callers

nothing calls this directly

Calls 3

GetInformationObjectMethod · 0.80
GetDataFunction · 0.70
GetMethod · 0.45

Tested by

no test coverage detected