torc::generic::Value::Point Class Reference

#include <Value.hpp>

List of all members.

Public Member Functions

 Point (int32_t inX, int32_t inY)
 Point (const Point &inSource)
Pointoperator= (const Point &inSource) throw ()
bool operator< (const Point &inRhs) const throw ()
bool operator== (const Point &inRhs) const throw ()
bool operator!= (const Point &inRhs) const throw ()
bool operator> (const Point &inRhs) const throw ()
bool operator>= (const Point &inRhs) const throw ()
bool operator<= (const Point &inRhs) const throw ()
const int32_t getX () const throw ()
void setX (const int32_t &inSource) throw ()
const int32_t getY () const throw ()
void setY (const int32_t &inSource) throw ()

Private Attributes

int32_t mX
int32_t mY


Detailed Description

Represents a point in cartesian coordinates. This stores the X and Y coordinates.

Definition at line 230 of file Value.hpp.


The documentation for this class was generated from the following files:

Generated on Thu Oct 13 16:50:30 2011 for TORC by  doxygen 1.5.6