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