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

Method GetData

Common/DataModel/vtkMolecule.cxx:791–794  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

789
790//------------------------------------------------------------------------------
791vtkMolecule* vtkMolecule::GetData(vtkInformation* info)
792{
793 return info ? vtkMolecule::SafeDownCast(info->Get(DATA_OBJECT())) : nullptr;
794}
795
796//------------------------------------------------------------------------------
797vtkMolecule* vtkMolecule::GetData(vtkInformationVector* v, int i)

Callers 6

PrintSelfMethod · 0.45
SetAtomPositionMethod · 0.45
GetAtomPositionMethod · 0.45
GetPlaneFromBondMethod · 0.45
SetLatticeMethod · 0.45
GetLatticeMethod · 0.45

Calls 3

GetInformationObjectMethod · 0.80
GetDataFunction · 0.70
GetMethod · 0.45

Tested by

no test coverage detected