GCOP  1.0
Public Member Functions | Public Attributes
gcop::SystemCeView< T, n, c, np, ntp > Class Template Reference

#include <systemceview.h>

Inheritance diagram for gcop::SystemCeView< T, n, c, np, ntp >:
Inheritance graph
[legend]
Collaboration diagram for gcop::SystemCeView< T, n, c, np, ntp >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SystemCeView (SystemCe< T, n, c, np, ntp > &ce, SystemView< T, Vectorcd > &view)
virtual void Render ()
virtual bool RenderFrame (int i)

Public Attributes

SystemCe< T, n, c, np, ntp > & ce
SystemView< T, Vectorcd > & view

Detailed Description

template<typename T, int n = Dynamic, int c = Dynamic, int np = Dynamic, int ntp = Dynamic>
class gcop::SystemCeView< T, n, c, np, ntp >

SystemCe Veiw

Authors: Marin Kobilarov


Constructor & Destructor Documentation

template<typename T , int n, int c, int np, int ntp>
gcop::SystemCeView< T, n, c, np, ntp >::SystemCeView ( SystemCe< T, n, c, np, ntp > &  ce,
SystemView< T, Vectorcd > &  view 
)

Member Function Documentation

template<typename T , int n, int c, int np, int ntp>
void gcop::SystemCeView< T, n, c, np, ntp >::Render ( ) [virtual]

Render a view: all subclasses should provide this method

Reimplemented from gcop::View.

template<typename T , int n, int c, int np, int ntp>
bool gcop::SystemCeView< T, n, c, np, ntp >::RenderFrame ( int  i) [virtual]

Render a view: all subclasses should provide this method

Parameters:
iframe #
Returns:
return true if more frames should be rendered

Reimplemented from gcop::View.


Member Data Documentation

template<typename T , int n = Dynamic, int c = Dynamic, int np = Dynamic, int ntp = Dynamic>
SystemCe<T, n, c, np, ntp>& gcop::SystemCeView< T, n, c, np, ntp >::ce
template<typename T , int n = Dynamic, int c = Dynamic, int np = Dynamic, int ntp = Dynamic>
SystemView<T, Vectorcd>& gcop::SystemCeView< T, n, c, np, ntp >::view

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