#include <drawarea2d.h>
List of all members.
Public Member Functions |
| DrawArea2D (int xmin, int ymin, int width, int height) |
virtual | ~DrawArea2D () |
void | SetGrid (Grid2D const *G) |
| Set grid.
|
void | SetPoints (MPoints2D const *P) |
| Set material points.
|
void | SetTime (double const *t) |
| Set time.
|
void | SetM (double const *M) |
| Set multiplier for external forces.
|
void | CalcSF () |
| Calculate scale factors.
|
size_t | SelP () const |
| Return the selected mat point id.
|
size_t | SelN () const |
| Return the selected grid node id.
|
void | ResetSelP (size_t i) |
| Set the selected mat point for output (reset previous to -1 => must call redraw())
|
DrawArea2D & | EqScales (bool EQScales=true) |
| Set equal scale factors.
|
DrawArea2D & | RecalcSF (bool REcalcSF=true) |
| Recalculate scale factors during draw ?
|
DrawArea2D & | WithFrame (bool WFrame=true) |
| Draw an all-around frame ?
|
void | SavePNG (char const *Filename) |
void | draw () |
Protected Member Functions |
int | handle (int E) |
Constructor & Destructor Documentation
Member Function Documentation
Recalculate scale factors during draw ?
Set the selected mat point for output (reset previous to -1 => must call redraw())
Return the selected grid node id.
Return the selected mat point id.
Set multiplier for external forces.
Draw an all-around frame ?
The documentation for this class was generated from the following file: