Whiteboard
An interface and tools for visualizing large and complex datasets
|
#include <Whiteboard.h>
Public Member Functions | |
whiteboard () | |
void | Add (graphic *g) |
void | DisplayOn (display_type *d) |
void | DeletePointers () |
Clear all data, deleting all added pointers. More... | |
int | size () const |
Number of graphics pointers contained. More... | |
void | clear () |
Private Attributes | |
svec< graphic * > | m_graphics |
A 2 dimensional surface to draw graphics onto. Positions within the whiteboard are specified as (x,y) coordinates.
|
inline |
|
inline |
Add a graphic to the whiteboard.
g | pointer to the graphic object to be added |
|
inline |
Clear all data but do not delete pointers: creator is responsible for them.
|
inline |
Clear all data, deleting all added pointers.
|
inline |
Method to draw the individual graphics objects for this display.
d | pointer to a display_type instantiating a particular graphics file format |
|
inline |
Number of graphics pointers contained.