#include <PingPoint.h>
Public Member Functions | |
| PingPoint (int ping, double x, double y, double z, double heading, double pitch, double roll) | |
| Ctor. | |
| PingPoint (int ping) | |
| Ctor. | |
| PingPoint (const PingPoint &rhs) | |
| Copy ctor. | |
| virtual | ~PingPoint () |
| Dtor. | |
| PingPoint & | operator= (const PingPoint &rhs) |
| The copy operator. | |
| bool | operator== (const PingPoint &rhs) const |
| Equality operator. | |
| bool | operator!= (const PingPoint &rhs) const |
| Inequality operator. | |
| bool | operator< (const PingPoint &rhs) const |
| Less than operator. | |
| bool | operator> (const PingPoint &rhs) const |
| Greater than operator. | |
| int | ping () const |
| Give this object's ping index. | |
| void | ping (int index) |
| Change this object's ping index. | |
| double | x () const |
| Give this object's X coordinate. | |
| void | x (double arg) |
| Change this object's X coordinate. | |
| double | y () const |
| Give this object's Y coordinate. | |
| void | y (double arg) |
| Change this object's Y coordinate. | |
| double | z () const |
| Give this object's Z coordinate. | |
| void | z (double arg) |
| Change this object's Z coordinate. | |
| void | heading (double arg) |
| Change this object's heading value. | |
| double | heading () const |
| Give this object's heading value. | |
| void | pitch (double arg) |
| Change this object's pitch value. | |
| double | pitch () const |
| Give this object's pitch value. | |
| void | roll (double arg) |
| Change this object's roll value. | |
| double | roll () const |
| Give this object's roll value. | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| Print the internal state. | |
Definition at line 15 of file PingPoint.h.
| PingPoint::PingPoint | ( | int | ping, | |
| double | x, | |||
| double | y, | |||
| double | z, | |||
| double | heading, | |||
| double | pitch, | |||
| double | roll | |||
| ) |
Ctor.
| ping | The ping number. | |
| x | The X coordinate of the ping. | |
| y | The Y coordinate of the ping. | |
| z | The Z coordinate of the ping. | |
| heading | The heading for this ping. | |
| pitch | The pitch for this heading. | |
| roll | The roll for this heading. |
| PingPoint::PingPoint | ( | int | ping | ) |
Ctor.
| ping | The ping number. |
| PingPoint::PingPoint | ( | const PingPoint & | rhs | ) |
Copy ctor.
| rhs | The right hand side argument. |
| virtual PingPoint::~PingPoint | ( | ) | [virtual] |
Dtor.
The copy operator.
| rhs | The right hand side argument. |
| bool PingPoint::operator== | ( | const PingPoint & | rhs | ) | const |
| bool PingPoint::operator!= | ( | const PingPoint & | rhs | ) | const |
Inequality operator.
| rhs | The right hand side argument. |
| bool PingPoint::operator< | ( | const PingPoint & | rhs | ) | const |
Less than operator.
| rhs | The right hand side argument. |
| bool PingPoint::operator> | ( | const PingPoint & | rhs | ) | const |
Greater than operator.
The ordering is (in order of preference) ping.
| rhs | The right hand side argument. |
| int PingPoint::ping | ( | ) | const |
Give this object's ping index.
| void PingPoint::ping | ( | int | index | ) |
Change this object's ping index.
| index | The index. |
| double PingPoint::x | ( | ) | const |
Give this object's X coordinate.
| void PingPoint::x | ( | double | arg | ) |
Change this object's X coordinate.
| arg | The argument. |
| double PingPoint::y | ( | ) | const |
Give this object's Y coordinate.
| void PingPoint::y | ( | double | arg | ) |
Change this object's Y coordinate.
| arg | The argument. |
| double PingPoint::z | ( | ) | const |
Give this object's Z coordinate.
| void PingPoint::z | ( | double | arg | ) |
Change this object's Z coordinate.
| arg | The argument. |
| void PingPoint::heading | ( | double | arg | ) |
Change this object's heading value.
| arg | The argument. |
| double PingPoint::heading | ( | ) | const |
Give this object's heading value.
| void PingPoint::pitch | ( | double | arg | ) |
Change this object's pitch value.
| arg | The argument. |
| double PingPoint::pitch | ( | ) | const |
Give this object's pitch value.
| void PingPoint::roll | ( | double | arg | ) |
Change this object's roll value.
| arg | The argument. |
| double PingPoint::roll | ( | ) | const |
Give this object's roll value.
| void PingPoint::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
Print the internal state.
| os | The destination stream. | |
| indent | The indentation to use. |