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

WT_Logical_Box Class Reference

#include <logical_box.h>

Collaboration diagram for WT_Logical_Box:

Collaboration graph
[legend]
List of all members.

Detailed Description

A rectangle defined by two points (lower left, upper right).
Examples:

WhipExamples/View.cpp.

Definition at line 22 of file logical_box.h.

Public Member Functions

 WT_Logical_Box ()
 Constructs a WT_Logical_Box object.
 WT_Logical_Box (WT_Logical_Point min, WT_Logical_Point max)
 Constructs a WT_Logical_Box object with the given points.
 WT_Logical_Box (WT_Integer32 minx, WT_Integer32 miny, WT_Integer32 maxx, WT_Integer32 maxy)
 Constructs a WT_Logical_Box object with the given point values.
 ~WT_Logical_Box ()
 Destroys a WT_Logical_Box object.
WT_Logical_Pointmaxpt ()
 Returns the upper-right point.
WT_Logical_Pointminpt ()
 Returns the lower-left point.
WT_Boolean operator== (WT_Logical_Box const &lb) const
 Returns WD_True if the given box is equivalent to this one.

Public Attributes

WT_Logical_Point m_min
 Lower-left point of rectangle.
WT_Logical_Point m_max
 Upper-right point of rectangle.


The documentation for this class was generated from the following file:
Generated on Tue May 17 12:07:58 2005 for Autodesk DWF Whip 2D Toolkit by  doxygen 1.4.1