Robotran C Documentation
mbs_common
mbs_realtime
open_gl
frame_capture
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.
Generated on Fri Mar 10 2023 09:22:54 for Robotran C Documentation by
1.8.17