![]() |
|
Public Member Functions | |
GLstream (const word &, const colour &, const colour &, double, double, double=0.5, double=0.5, int widthX=800, int widthY=800) | |
~GLstream () | |
int | waitForEvent () |
Wait for any keypress then return true. | |
int | waitForEvent (GEvent &) |
Wait for any keypress then return true. | |
virtual void | setColour (const colour &) |
virtual void | setLineStyle (const lineStyle &) |
virtual void | clear () |
virtual void | draw (const line2D &) |
virtual void | draw (const rectangle2D &) |
virtual void | draw (const polygon2D &) |
virtual void | draw (const string2D &) |
virtual void | draw (const structuredScalars2D &) |
Friends | |
colour | structuredScalars2D::newColour (const scalar &) const |
|
|
|
|
|
Implements Gstream. |
|
Implements Gstream. |
|
Implements Gstream. |
|
Implements Gstream. |
|
Implements Gstream. |
|
Implements Gstream. |
|
Implements Gstream. |
|
Implements Gstream. |
|
Wait for any keypress then return true.
|
|
Wait for any keypress then return true.
Definition at line 65 of file GLstreamI.H. |
|
|