Whiteboard
An interface and tools for visualizing large and complex datasets
|
#include <Whiteboard.h>
Public Member Functions | |
dpoint (double x, double y, const double size=1.0, const color &c=black) | |
void | Draw (display_type *d) |
virtual | ~dpoint () |
Public Member Functions inherited from ns_whiteboard::graphic | |
graphic () | |
virtual | ~graphic () |
Protected Attributes | |
double | x_ |
double | y_ |
double | m_size |
color | m_color |
Class defining a point, with coordinates specified as type double to avoid rounding errors.
|
inline |
x | x-coordinate of point |
y | y-coordinate of point |
size | size of point (pts) |
c | color of point |
|
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 |
|
protected |