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

Method GetData

Common/DataModel/vtkPointSet.cxx:319–322  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

317
318//------------------------------------------------------------------------------
319vtkPointSet* vtkPointSet::GetData(vtkInformation* info)
320{
321 return info ? vtkPointSet::SafeDownCast(info->Get(DATA_OBJECT())) : nullptr;
322}
323
324//------------------------------------------------------------------------------
325vtkPointSet* vtkPointSet::GetData(vtkInformationVector* v, int i)

Callers 2

BuildPointLocatorMethod · 0.45
BuildCellLocatorMethod · 0.45

Calls 3

GetInformationObjectMethod · 0.80
GetDataFunction · 0.70
GetMethod · 0.45

Tested by

no test coverage detected