#include <vstorefuncs.h>
Public Member Functions | |
| VSetArrowLength (double &arl) | |
| Construcotr. | |
| VSetArrowLength (const VSetArrowLength &t) | |
| Copy constructor. | |
| ~VSetArrowLength () | |
| Destructor. | |
| void | operator() (VStoreItem *i) const |
| Set the arrow length on the items. | |
Private Member Functions | |
| const VSetArrowLength & | operator= (const VSetArrowLength &) |
| Assignment operator. | |
Private Attributes | |
| double & | arrowlength |
| Holds the length of the arrow. | |
| GVectors::VSetArrowLength::VSetArrowLength | ( | double & | arl | ) | [inline, explicit] |
Constructor.
| arl | The length of the arrow. |
| GVectors::VSetArrowLength::VSetArrowLength | ( | const VSetArrowLength & | t | ) | [inline] |
| GVectors::VSetArrowLength::~VSetArrowLength | ( | ) | [inline] |
Destructor. Does nothing. Just for completeness.
| const VSetArrowLength& GVectors::VSetArrowLength::operator= | ( | const VSetArrowLength & | ) | [inline, private] |
Assginment operator. Not used.
| void VSetArrowLength::operator() | ( | VStoreItem * | i | ) | const |
double& GVectors::VSetArrowLength::arrowlength [private] |
Holds the length of the arrow.
1.4.7