Whiteboard
An interface and tools for visualizing large and complex datasets
|
#include <Whiteboard.h>
Public Member Functions | |
point (const xy_coords &coords, const double size=1.0, const color &c=black) | |
void | Draw (display_type *d) |
virtual | ~point () |
Public Member Functions inherited from ns_whiteboard::graphic | |
graphic () | |
virtual | ~graphic () |
Protected Attributes | |
xy_coords | m_coords |
double | m_size |
color | m_color |
Class defining a point. coords (xy_coords): x-y coordinates of the point size (double): size of point (def. 1.0) c (color): color of point (def black)
|
inline |
coords | x-y coordinate of the point |
size | size of the point (in pts) |
c | color of the point. default is 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 |