Whiteboard
An interface and tools for visualizing large and complex datasets
|
#include <Whiteboard.h>
Public Member Functions | |
rect (const xy_coords &topLeftCoords, const xy_coords &bottomRightCoords, const color &c=black) | |
void | Draw (display_type *d) |
virtual | ~rect () |
Public Member Functions inherited from ns_whiteboard::graphic | |
graphic () | |
virtual | ~graphic () |
Protected Attributes | |
xy_coords | m_topLeftCoords |
xy_coords | m_bottomRightCoords |
color | m_color |
Class defining a rectangle. topLeftCoords (xy_coords): x-y coordinate of the top left corner of the rectangle. bottomRightCoords (xy_coords): coordinate of the bottom right corner of the rectangle. c (color): line color for the rectangle (def. black)
|
inline |
topLeftCoords | x-y coordinate of the top left corner of the rectangle |
bottomRightCoords | x-y coordinate of the bottom right corner of the rectangle |
c | line color for the rectangle (def. black) |
|
inlinevirtual |
|
inlinevirtual |
Method to draw an object.
d | pointer to a display_type instantiating a particular graphics file format |
Implements ns_whiteboard::graphic.
|
protected |
|
protected |
|
protected |