------------------------------------------------------------------------------
| 50 | |
| 51 | //------------------------------------------------------------------------------ |
| 52 | void vtkAtom::SetPosition(const float pos[3]) |
| 53 | { |
| 54 | this->Molecule->SetAtomPosition(this->Id, vtkVector3f(pos)); |
| 55 | } |
| 56 | |
| 57 | //------------------------------------------------------------------------------ |
| 58 | void vtkAtom::SetPosition(float x, float y, float z) |