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

Method GetData

Common/DataModel/vtkUnstructuredGrid.cxx:2197–2200  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2195
2196//------------------------------------------------------------------------------
2197vtkUnstructuredGrid* vtkUnstructuredGrid::GetData(vtkInformation* info)
2198{
2199 return info ? vtkUnstructuredGrid::SafeDownCast(info->Get(DATA_OBJECT())) : nullptr;
2200}
2201
2202//------------------------------------------------------------------------------
2203vtkUnstructuredGrid* vtkUnstructuredGrid::GetData(vtkInformationVector* v, int i)

Callers 1

RemoveGhostCellsMethod · 0.45

Calls 3

GetInformationObjectMethod · 0.80
GetDataFunction · 0.70
GetMethod · 0.45

Tested by

no test coverage detected