Choreonoid
1.1
メインページ
関連ページ
ネームスペース
クラス
ファイル
ファイル一覧
ファイルメンバ
src
Util
MultiValueSeq.h
説明を見る。
1
6
#ifndef CNOID_UTIL_MULTI_VALUE_SEQ_H_INCLUDED
7
#define CNOID_UTIL_MULTI_VALUE_SEQ_H_INCLUDED
8
9
#include "
MultiSeq.h
"
10
#include "
exportdecl.h
"
11
12
namespace
cnoid {
13
14
class
CNOID_EXPORT
MultiValueSeq
:
public
MultiSeq
<double>
15
{
16
typedef
MultiSeq<double>
BaseSeqType
;
17
18
public
:
19
20
typedef
boost::shared_ptr<MultiValueSeq>
Ptr
;
21
22
MultiValueSeq
(
int
numParts = 1,
int
numFrames = 0,
double
frameRate = 100.0);
23
MultiValueSeq
(
const
MultiValueSeq
& org);
24
virtual
~
MultiValueSeq
();
25
26
virtual
bool
write
(
YamlWriter
& writer);
27
virtual
bool
read
(
const
YamlMapping
& archive);
28
29
virtual
bool
loadPlainFormat(
const
std::string& filename);
30
virtual
bool
saveAsPlainFormat(
const
std::string& filename);
31
};
32
33
typedef
MultiValueSeq::Ptr
MultiValueSeqPtr
;
34
}
35
36
#endif
Choreonoidに対してMon May 27 2013 21:54:56に生成されました。
1.8.1.2