GCOP  1.0
Public Member Functions | Public Attributes
gcop::Normal2dView< _n > Class Template Reference

#include <normal2dview.h>

Inheritance diagram for gcop::Normal2dView< _n >:
Inheritance graph
[legend]
Collaboration diagram for gcop::Normal2dView< _n >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Normal2dView (vector< Normal< _n > > *gds=0, vector< Vector2d > *us=0)
virtual ~Normal2dView ()
void Render (const Normal< _n > *gd, const Vector2d *u=0)
void Render (const vector< Normal< _n > > *gds=0, const vector< Vector2d > *us=0, bool rs=true, int is=-1, int ie=-1, int dis=1, int dit=1, bool dl=false)

Public Attributes

bool wire
bool texture
double s
 height scaling (default is 1)

template<int _n>
class gcop::Normal2dView< _n >


Constructor & Destructor Documentation

template<int _n>
gcop::Normal2dView< _n >::Normal2dView ( vector< Normal< _n > > *  gds = 0,
vector< Vector2d > *  us = 0 
)
template<int _n>
gcop::Normal2dView< _n >::~Normal2dView ( ) [virtual]

Member Function Documentation

template<int _n>
void gcop::Normal2dView< _n >::Render ( const Normal< _n > *  gd,
const Vector2d *  u = 0 
) [virtual]
template<int _n>
void gcop::Normal2dView< _n >::Render ( const vector< Normal< _n > > *  xs = 0,
const vector< Vector2d > *  us = 0,
bool  rs = true,
int  is = -1,
int  ie = -1,
int  dis = 1,
int  dit = 1,
bool  dl = false 
) [virtual]

Render a trajectory

Parameters:
trajtrajectory
rsrender state
isstart index
ieend index
disindex step for rendering bodies along trajectory
ditindex step for rendering states(points) along trajectory
dlalways draw last state

Implements gcop::SystemView< Normal< _n >, Vector2d >.


Member Data Documentation

template<int _n>
double gcop::Normal2dView< _n >::s

height scaling (default is 1)

Referenced by gcop::Normal2dView< _n >::Normal2dView(), and gcop::Normal2dView< _n >::Render().

template<int _n>
bool gcop::Normal2dView< _n >::texture
template<int _n>
bool gcop::Normal2dView< _n >::wire

The documentation for this class was generated from the following files: