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

Method GetData

Common/DataModel/vtkBSPCuts.cxx:577–580  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

575
576//------------------------------------------------------------------------------
577vtkBSPCuts* vtkBSPCuts::GetData(vtkInformation* info)
578{
579 return vtkBSPCuts::SafeDownCast(vtkDataObject::GetData(info));
580}
581//------------------------------------------------------------------------------
582vtkBSPCuts* vtkBSPCuts::GetData(vtkInformationVector* v, int i)
583{

Callers

nothing calls this directly

Calls 1

GetDataFunction · 0.70

Tested by

no test coverage detected