openrave.org

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

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

classes for reading common OpenRAVE objects from XML [詳細]

#include <openrave/openrave.h>
xmlreaders.hのインクルード依存関係図
このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

ソースコードを見る。

構成

class  OpenRAVE::xmlreaders::StringXMLReadable
 
class  OpenRAVE::xmlreaders::HierarchicalXMLReadable
 maintains a hierarchy of classes each containing the xml attributes and data [詳細]
 
class  OpenRAVE::xmlreaders::TrajectoryReader
 create a xml parser for trajectories [詳細]
 
class  OpenRAVE::xmlreaders::GeometryInfoReader
 create a xml parser for trajectories [詳細]
 
class  OpenRAVE::xmlreaders::HierarchicalXMLReader
 reads and stores the infromation hierarchically [詳細]
 
class  OpenRAVE::xmlreaders::StreamXMLWriter
 

ネームスペース

namespace  OpenRAVE
 The entire OpenRAVE library.
 
namespace  OpenRAVE::xmlreaders
 

型定義

typedef boost::shared_ptr
< StringXMLReadable > 
OpenRAVE::xmlreaders::StringXMLReadablePtr
 
typedef boost::shared_ptr
< HierarchicalXMLReadable > 
OpenRAVE::xmlreaders::HierarchicalXMLReadablePtr
 
typedef boost::shared_ptr
< TrajectoryReader > 
OpenRAVE::xmlreaders::TrajectoryReaderPtr
 
typedef boost::shared_ptr
< GeometryInfoReader > 
OpenRAVE::xmlreaders::GeometryInfoReaderPtr
 
typedef boost::shared_ptr
< HierarchicalXMLReader > 
OpenRAVE::xmlreaders::HierarchicalXMLReaderPtr
 
typedef boost::shared_ptr
< StreamXMLWriter > 
OpenRAVE::xmlreaders::StreamXMLWriterPtr
 

説明

classes for reading common OpenRAVE objects from XML

This file is optional and not automatically included with openrave.h

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