Choreonoid  1.5
MovieRecorder.h
Go to the documentation of this file.
1 
5 #ifndef CNOID_BASE_MOVIE_RECORDER_H
6 #define CNOID_BASE_MOVIE_RECORDER_H
7 
8 #include "exportdecl.h"
9 
10 namespace cnoid {
11 
12 class ExtensionManager;
13 class MovieRecorderImpl;
14 
16 {
17  public:
18  static void initialize(ExtensionManager* ext);
19  static MovieRecorder* instance();
20  ~MovieRecorder();
21 
22  private:
24 
25  MovieRecorderImpl* impl;
26 };
27 
28 }
29 
30 #endif
Definition: ExtensionManager.h:26
Definition: MovieRecorder.h:15
Defines the minimum processing for performing pasing file for STL.
Definition: AbstractSceneLoader.h:9
#define CNOID_EXPORT
Definition: Util/exportdecl.h:37