------------------------------------------------------------------------------
| 293 | |
| 294 | //------------------------------------------------------------------------------ |
| 295 | vtkPoints* vtkMolecule::GetAtomicPositionArray() |
| 296 | { |
| 297 | return this->Points; |
| 298 | } |
| 299 | |
| 300 | //------------------------------------------------------------------------------ |
| 301 | vtkUnsignedShortArray* vtkMolecule::GetAtomicNumberArray() |
no outgoing calls
no test coverage detected