openrave.org

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義 グループ ページ
Public メソッド | すべてのメンバ一覧
クラス OpenRAVE::XMLReadable

base class for readable interfaces [詳細]

#include <openrave.h>

OpenRAVE::XMLReadableに対する継承グラフ
Inheritance graph
[凡例]
OpenRAVE::XMLReadableのコラボレーション図
Collaboration graph
[凡例]

Public メソッド

 XMLReadable (const std::string &xmlid)
 
virtual ~XMLReadable ()
 
virtual const std::string & GetXMLId () const
 
virtual void Serialize (BaseXMLWriterPtr writer, int options=0) const
 serializes the interface
 
- Public メソッド inherited from OpenRAVE::UserData
virtual ~UserData ()
 

説明

base class for readable interfaces

例:
customreader.cpp.

openrave.h693 行で定義されています。

コンストラクタとデストラクタ

OpenRAVE::XMLReadable::XMLReadable ( const std::string &  xmlid)
inline

openrave.h696 行で定義されています。

virtual OpenRAVE::XMLReadable::~XMLReadable ( )
inlinevirtual

openrave.h698 行で定義されています。

関数

virtual const std::string& OpenRAVE::XMLReadable::GetXMLId ( ) const
inlinevirtual

openrave.h700 行で定義されています。

virtual void OpenRAVE::XMLReadable::Serialize ( BaseXMLWriterPtr  writer,
int  options = 0 
) const
inlinevirtual

serializes the interface

OpenRAVE::xmlreaders::HierarchicalXMLReadable, と OpenRAVE::xmlreaders::StringXMLReadableで再定義されています。

openrave.h704 行で定義されています。


このクラスの説明は次のファイルから生成されました: