Robotran C Documentation
PpmFrameCapture.hh
Go to the documentation of this file.
1 #ifdef FRAME_CAPTURE
2 
3 #ifndef _PPM_FRAME_CAPTURE_HH_
4 #define _PPM_FRAME_CAPTURE_HH_
5 
6 #include "FrameCapture.hh"
7 #include <string>
8 
9 namespace OpenGLMbs{
10 
13 class PpmFrameCapture: public MbsFrameCapture
14 {
15 
16  public:
17  PpmFrameCapture(MbsViewPointRenderer* vp_renderer, std::string root_name = "test");
18  void ProcessScreenShot();
19 
20  private:
21  std::string root_name;
22  int count;
23 };
24 
25 } //namespace OpenGLMbs
26 
27 #endif //_PPM_FRAME_CAPTURE_HH_
28 
29 #endif
OpenGLMbs
Definition: MpegFrameCaptureOptions.hh:6
PpmFrameCapture.hh
FrameCapture.hh
FrameCapture class.