#include <gcr/bond.h>
Public Member Functions | |
| Bond () | |
| virtual | ~Bond () |
| virtual void | Move (double x, double y, double z) |
| virtual bool | Load (xmlNodePtr node) |
This class will be used to represent bonds inside crystals. It is not implemented yet.
Definition at line 38 of file gcr/bond.h.
| gcr::Bond::Bond | ( | ) |
The default constructor. Creates a bond with order set to 0.
Reimplemented from gcu::Bond.
| virtual bool gcr::Bond::Load | ( | xmlNodePtr | node | ) | [virtual] |
| virtual void gcr::Bond::Move | ( | double | x, | |
| double | y, | |||
| double | z | |||
| ) | [virtual] |
| x | the x component of the transation vector. | |
| y | the y component of the transation vector. | |
| z | the z component of the transation vector. |
Does nothing. Just a slight optimization to avoid execution of Object::Move
Reimplemented from gcu::Bond.
1.7.1