|
GCOP
1.0
|
#include <gunicycleview.h>


Public Member Functions | |
| GunicycleView (const Gunicycle &sys, vector< pair< Matrix3d, Vector2d > > *xs=0, vector< Vector2d > *us=0) | |
| virtual | ~GunicycleView () |
| void | Render (const pair< Matrix3d, Vector2d > *x, const Vector2d *u=0) |
| void | Render (const vector< pair< Matrix3d, Vector2d > > *xs, const vector< Vector2d > *us, bool rs=true, int is=-1, int ie=-1, int dis=1, int dit=1, bool dl=false) |
Public Attributes | |
| const Gunicycle & | sys |
| GLUquadricObj * | qobj |
| GunicycleView::GunicycleView | ( | const Gunicycle & | sys, |
| vector< pair< Matrix3d, Vector2d > > * | xs = 0, |
||
| vector< Vector2d > * | us = 0 |
||
| ) |
Create a particle view of trajectory traj
| sys | particle |
| xs | trajectory |
References gcop::SystemView< pair< Matrix3d, Vector2d >, Vector2d >::lineWidth, qobj, and gcop::SystemView< pair< Matrix3d, Vector2d >, Vector2d >::rgba.
| GunicycleView::~GunicycleView | ( | ) | [virtual] |
References qobj.
| void GunicycleView::Render | ( | const pair< Matrix3d, Vector2d > * | x, |
| const Vector2d * | u = 0 |
||
| ) | [virtual] |
Implements gcop::SystemView< pair< Matrix3d, Vector2d >, Vector2d >.
References gcop::Gunicycle::dx, gcop::SE2::g2q(), gcop::SE2::Instance(), qobj, and sys.
| void GunicycleView::Render | ( | const vector< pair< Matrix3d, Vector2d > > * | xs, |
| const vector< Vector2d > * | us, | ||
| bool | rs = true, |
||
| int | is = -1, |
||
| int | ie = -1, |
||
| int | dis = 1, |
||
| int | dit = 1, |
||
| bool | dl = false |
||
| ) | [virtual] |
Render a trajectory
| traj | trajectory |
| rs | render state |
| is | start index |
| ie | end index |
| dis | index step for rendering bodies along trajectory |
| dit | index step for rendering states(points) along trajectory |
| dl | always draw last state |
Implements gcop::SystemView< pair< Matrix3d, Vector2d >, Vector2d >.
References gcop::SystemView< pair< Matrix3d, Vector2d >, Vector2d >::dis, gcop::SystemView< pair< Matrix3d, Vector2d >, Vector2d >::dit, gcop::SystemView< pair< Matrix3d, Vector2d >, Vector2d >::lineWidth, gcop::SystemView< pair< Matrix3d, Vector2d >, Vector2d >::Render(), gcop::SystemView< pair< Matrix3d, Vector2d >, Vector2d >::rgba, gcop::SystemView< pair< Matrix3d, Vector2d >, Vector2d >::SetColor(), and gcop::SystemView< pair< Matrix3d, Vector2d >, Vector2d >::xs.
| GLUquadricObj* gcop::GunicycleView::qobj |
Referenced by GunicycleView(), Render(), and ~GunicycleView().
Referenced by Render().
1.7.6.1