Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PLRect Class Reference

#include <plrect.h>

Collaboration diagram for PLRect:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 PLRect ()
 PLRect (int left, int top, int right, int bottom)
 PLRect (const PLPoint &TL, const PLPoint &BR)
bool operator== (const PLRect &rect) const
bool operator!= (const PLRect &rect) const
int Width () const
int Height () const

Public Attributes

PLPoint tl
PLPoint br

Constructor & Destructor Documentation

PLRect::PLRect  )  [inline]
 

Definition at line 62 of file plrect.h.

PLRect::PLRect int  left,
int  top,
int  right,
int  bottom
[inline]
 

Definition at line 72 of file plrect.h.

PLRect::PLRect const PLPoint TL,
const PLPoint BR
[inline]
 

Definition at line 66 of file plrect.h.


Member Function Documentation

int PLRect::Height  )  const [inline]
 

Definition at line 101 of file plrect.h.

bool PLRect::operator!= const PLRect rect  )  const [inline]
 

Definition at line 88 of file plrect.h.

bool PLRect::operator== const PLRect rect  )  const [inline]
 

Definition at line 81 of file plrect.h.

int PLRect::Width  )  const [inline]
 

Definition at line 95 of file plrect.h.


Member Data Documentation

PLPoint PLRect::br
 

Definition at line 21 of file plrect.h.

PLPoint PLRect::tl
 

Definition at line 20 of file plrect.h.


The documentation for this class was generated from the following file:
Generated on Wed Dec 15 21:21:01 2004 for vuVolume by  doxygen 1.3.9.1