Whiteboard
An interface and tools for visualizing large and complex datasets
|
#include <Whiteboard.h>
Public Member Functions | |
line (const xy_coords &startCoords, const xy_coords &stopCoords, const double width=1.0, const color &c=black) | |
void | Draw (display_type *d) |
xy_coords | StartCoords () const |
xy_coords | StopCoords () const |
double | GetWidth () const |
virtual | ~line () |
Public Member Functions inherited from ns_whiteboard::graphic | |
graphic () | |
virtual | ~graphic () |
Protected Attributes | |
xy_coords | m_startCoords |
xy_coords | m_stopCoords |
double | m_width |
color | m_color |
Class defining a line. startCoords (xy_coords): x-y coordinate of one end of the line. stopCoords (xy_coords): x-y coordiante of the other end of the line. width (double): width of the line (def. 1.0) c (color): color of the line (def. black)
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Method to draw an object.
d | pointer to a display_type instantiating a particular graphics file format |
Implements ns_whiteboard::graphic.
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |