Network Value Point-3 Class. More...
#include <deNetworkValuePoint3.h>
Public Member Functions | |
Constructors and Destructors | |
| deNetworkValuePoint3 (int format, const decPoint3 &value) | |
| Creates a new network value object. | |
| virtual | ~deNetworkValuePoint3 () |
| Cleans up the network value object. | |
Management | |
| int | GetFormat () const |
| Retrieves the format. | |
| const decPoint3 & | GetPoint () const |
| Retrieves the value. | |
| void | SetPoint (const decPoint3 &value) |
| Sets the value. | |
Visiting | |
| virtual void | Visit (deNetworkValueVisitor *visitor) |
| Visits the collider. | |
Network Value Point-3 Class.
Defines a point-3 network value. Points are tuples with integer components. The Point-3 contains three components.
| deNetworkValuePoint3::deNetworkValuePoint3 | ( | int | format, |
| const decPoint3 & | value | ||
| ) |
Creates a new network value object.
| virtual deNetworkValuePoint3::~deNetworkValuePoint3 | ( | ) | [virtual] |
Cleans up the network value object.
| int deNetworkValuePoint3::GetFormat | ( | ) | const [inline] |
Retrieves the format.
| const decPoint3& deNetworkValuePoint3::GetPoint | ( | ) | const [inline] |
Retrieves the value.
| void deNetworkValuePoint3::SetPoint | ( | const decPoint3 & | value ) |
Sets the value.
| virtual void deNetworkValuePoint3::Visit | ( | deNetworkValueVisitor * | visitor ) | [virtual] |
Visits the collider.
Reimplemented from deNetworkValue.
1.7.2