------------------------------------------------------------------------------
| 38 | |
| 39 | //------------------------------------------------------------------------------ |
| 40 | void vtkAtom::GetPosition(float pos[3]) const |
| 41 | { |
| 42 | this->Molecule->GetAtomPosition(this->Id, pos); |
| 43 | } |
| 44 | |
| 45 | //------------------------------------------------------------------------------ |
| 46 | void vtkAtom::GetPosition(double pos[3]) const |
no test coverage detected