Point Class Reference

#include <Point.h>

List of all members.


Public Member Functions

 Point ()
 (*** add brief description here ***)
 Point (int x, int y)
 (*** add brief description here ***)
virtual ~Point ()
 (*** add brief description here ***)
int GetX () const
 (*** add brief description here ***)
int GetY () const
 (*** add brief description here ***)
bool IsEqual (Point p) const
 (*** add brief description here ***)
bool IsEqual (int x, int y) const
 (*** add brief description here ***)

Public Attributes

int x
 (*** add brief description here ***)
int y
 (*** add brief description here ***)

Detailed Description

(*** add brief description here ***)
Full Description
(*** add full description here ***)

Constructor & Destructor Documentation

Point (  )  [inline]

(*** add brief description here ***)

Point ( int  x,
int  y 
) [inline]

(*** add brief description here ***)

virtual ~Point (  )  [inline, virtual]

(*** add brief description here ***)


Member Function Documentation

int GetX (  )  const [inline]

(*** add brief description here ***)

int GetY (  )  const [inline]

(*** add brief description here ***)

bool IsEqual ( Point  p  )  const [inline]

(*** add brief description here ***)

bool IsEqual ( int  x,
int  y 
) const [inline]

(*** add brief description here ***)


Member Data Documentation

int x

(*** add brief description here ***)

int y

(*** add brief description here ***)


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