Robotran C Documentation
FrameCaptureOptions.hh
Go to the documentation of this file.
1 
7 #ifdef FRAME_CAPTURE
8 
9 #ifndef _FRAME_CAPTURE_OPTIONS_HH_
10 #define _FRAME_CAPTURE_OPTIONS_HH_
11 
12 #include <GL/gl.h>
13 
14 namespace OpenGLMbs{
15 
16 //forward declaration
17 
23 {
24 public:
26 
29  virtual int get_type() const{return 0;}
30 
31 };
32 
33 } //namespace OpenGLMbs
34 
35 #endif //_FRAME_CAPTURE_OPTIONS_HH_
36 
37 #endif
OpenGLMbs
Definition: MpegFrameCaptureOptions.hh:6
MbsFrameCaptureOptions