openrave.org

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義 グループ ページ
構成 | ネームスペース | 列挙型
spacesampler.h

(2013-03-18 10:33:00 +0900, commit:334d202)

Sampling definitions. [詳細]

このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

ソースコードを見る。

構成

class  OpenRAVE::SpaceSamplerBase
 [interface] Contains space samplers commonly used in planners. If not specified, method is not multi-thread safe. See SpaceSampler Concepts. [詳細]
 

ネームスペース

namespace  OpenRAVE
 The entire OpenRAVE library.
 

列挙型

enum  OpenRAVE::IntervalType { OpenRAVE::IT_Open =0, OpenRAVE::IT_OpenStart =1, OpenRAVE::IT_OpenEnd =2, OpenRAVE::IT_Closed =3 }
 Specifies the boundary conditions of intervals for sampling. [詳細]
 
enum  OpenRAVE::SampleDataType { OpenRAVE::SDT_Real =1, OpenRAVE::SDT_Uint32 =2 }
 

説明

Sampling definitions.

Automatically included with openrave.h

spacesampler.h で定義されています。