#include <vstorefuncs.h>
Public Member Functions | |
| VSetRotation (const Rotation &r) | |
| Constructor. | |
| VSetRotation (const VSetRotation &r) | |
| Copy constructor. | |
| ~VSetRotation () | |
| Destructor. | |
| void | operator() (VStoreItem *i) const |
| Set the rotation on the item. | |
Private Member Functions | |
| const VSetRotation & | operator= (const VSetRotation &) |
| Assignment operator. | |
Private Attributes | |
| const Rotation & | rotation |
| The rotation to be set on the items. | |
| GVectors::VSetRotation::VSetRotation | ( | const Rotation & | r | ) | [inline, explicit] |
Constructor.
| r | A const reference to a rotation to be set on the items. |
| GVectors::VSetRotation::VSetRotation | ( | const VSetRotation & | r | ) | [inline] |
| GVectors::VSetRotation::~VSetRotation | ( | ) | [inline] |
Destructor. Does nothing. Just for completeness.
| const VSetRotation& GVectors::VSetRotation::operator= | ( | const VSetRotation & | ) | [inline, private] |
Assginment operator. Not used.
| void VSetRotation::operator() | ( | VStoreItem * | i | ) | const |
const Rotation& GVectors::VSetRotation::rotation [private] |
The rotation to be set on the items.
1.4.7