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 26 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.
virtual ~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.
WT_Logical_Boxoperator+= (const WT_Logical_Box &rhlb)

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 Jan 6 22:41:21 2009 for Autodesk DWF Whip 2D Toolkit by  doxygen 1.4.5