| 
    GCOP
    1.0
    
   
   | 
  
  
  
 
#include <plotview.h>


Public Member Functions | |
| PlotView (const char *name=0, Matrix4d *g=0) | |
| virtual | ~PlotView () | 
| virtual void | Render () | 
| void | SetColor (const double rgba[4]) | 
Public Attributes | |
| double | rgba [4] | 
| color   | |
Discrete Dynamical plot view.
| gcop::PlotView::PlotView | ( | const char * | name = 0,  | 
        
| Matrix4d * | g = 0  | 
        ||
| ) | 
Create a view for a single state s
| name | name | 
| s | rigid body state | 
| virtual gcop::PlotView::~PlotView | ( | ) |  [virtual] | 
        
| virtual void gcop::PlotView::Render | ( | ) |  [virtual] | 
        
Render a view: all subclasses should provide this method
Reimplemented from gcop::View.
| void gcop::PlotView::SetColor | ( | const double | rgba[4] | ) | 
Set the rgb color of the trajectory
| rgb | rgb vector | 
| double gcop::PlotView::rgba[4] | 
color
 1.7.6.1