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

Method GetData

Common/DataModel/vtkRectilinearGrid.cxx:642–645  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

640
641//------------------------------------------------------------------------------
642vtkRectilinearGrid* vtkRectilinearGrid::GetData(vtkInformation* info)
643{
644 return info ? vtkRectilinearGrid::SafeDownCast(info->Get(DATA_OBJECT())) : nullptr;
645}
646
647//------------------------------------------------------------------------------
648vtkRectilinearGrid* vtkRectilinearGrid::GetData(vtkInformationVector* v, int i)

Callers 2

GetCellMethod · 0.45
GetCellBoundsMethod · 0.45

Calls 3

GetInformationObjectMethod · 0.80
GetDataFunction · 0.70
GetMethod · 0.45

Tested by

no test coverage detected