Rect Class Reference

#include <Rect.h>

List of all members.


Public Member Functions

 Rect ()
 (*** add brief description here ***)
virtual ~Rect ()
 (*** add brief description here ***)
 Rect (int x, int y, int w, int h)
 (*** add brief description here ***)
 Rect (const Point &a, const Point &b)
 (*** add brief description here ***)
Point UpperLeft () const
 (*** add brief description here ***)
Point LowerRight () const
 (*** add brief description here ***)
bool Contains (const Point &point) const
 (*** add brief description here ***)
bool Contains (const Rect &rect) const
 (*** add brief description here ***)
Rect Intersection (const Rect &rect) const
 (*** add brief description here ***)
Rect Union (const Rect &rect) const
 (*** add brief description here ***)
bool IsValid () const
 (*** add brief description here ***)

Public Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

Rect (  )  [inline]

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

virtual ~Rect (  )  [inline, virtual]

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

Rect ( int  x,
int  y,
int  w,
int  h 
) [inline]

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

Rect ( const Point a,
const Point b 
) [inline]

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


Member Function Documentation

Point UpperLeft (  )  const [inline]

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

Point LowerRight (  )  const [inline]

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

bool Contains ( const Point point  )  const [inline]

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

bool Contains ( const Rect rect  )  const [inline]

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

Rect Intersection ( const Rect rect  )  const [inline]

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

Rect Union ( const Rect rect  )  const [inline]

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

bool IsValid (  )  const [inline]

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


Member Data Documentation

int x

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

int y

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

int w

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

int h

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


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