Whiteboard
An interface and tools for visualizing large and complex datasets
|
#include <Whiteboard.h>
Public Member Functions | |
arc (const xy_coords &coords, const double radius, const double startAngle, const double stopAngle, const double width=1.0, const color &c=black) | |
void | Draw (display_type *d) |
virtual | ~arc () |
Public Member Functions inherited from ns_whiteboard::graphic | |
graphic () | |
virtual | ~graphic () |
Protected Attributes | |
xy_coords | m_coords |
double | m_radius |
double | m_startAngle |
double | m_stopAngle |
double | m_width |
color | m_color |
Class defining an arc. coords (xy_coords): x-y coordinates of the arc's center of curvature radius (double) : radius of curvature startAngle, stopAngle (double): measured counterclockwise from positive x-axis width (double): width of the line making the arc (def. 1.0) c (color): color of the arc (def. black)
|
inline |
radius | radius of curvature |
startAngle | measured counterclockwise from positive x-axis |
stopAngle | measured counterclockwise from positive x-axis |
width | width of the line making the arc (def. 1.0) |
c | color of the arc (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 |
|
protected |
|
protected |
|
protected |