openrave.org

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

#include <sensorsystem.h>

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

Public メソッド

 SimpleXMLReader (boost::shared_ptr< XMLData >)
 
virtual XMLReadablePtr GetReadable ()
 
virtual ProcessElement startElement (const std::string &name, const AttributesList &atts)
 
virtual bool endElement (const std::string &name)
 
virtual void characters (const std::string &ch)
 
- Public メソッド inherited from OpenRAVE::BaseXMLReader
 BaseXMLReader ()
 
virtual ~BaseXMLReader ()
 

Protected 変数

boost::shared_ptr< XMLData_pdata
 
std::stringstream ss
 

Additional Inherited Members

- Public 型 inherited from OpenRAVE::BaseXMLReader
enum  ProcessElement { PE_Pass =0, PE_Support =1, PE_Ignore =2 }
 
- Public 変数 inherited from OpenRAVE::BaseXMLReader
std::string _filename
 XML filename/resource used for this class (can be empty)
 

説明

sensorsystem.h155 行で定義されています。

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

OpenRAVE::SimpleSensorSystem::SimpleXMLReader::SimpleXMLReader ( boost::shared_ptr< XMLData p)

sensorsystem.cpp21 行で定義されています。

関数

void OpenRAVE::SimpleSensorSystem::SimpleXMLReader::characters ( const std::string &  ch)
virtual

gets called for all data in between tags.

引数
cha string to the data

OpenRAVE::BaseXMLReaderを実装しています。

sensorsystem.cpp86 行で定義されています。

bool OpenRAVE::SimpleSensorSystem::SimpleXMLReader::endElement ( const std::string &  name)
virtual

Gets called at the end of each "</type>" expression. In this case, name is "type"

引数
nameof the tag, will be always lower case
戻り値
true if XMLReader has finished parsing (one condition is that name==_fieldname) , otherwise false

OpenRAVE::BaseXMLReaderを実装しています。

sensorsystem.cpp34 行で定義されています。

virtual XMLReadablePtr OpenRAVE::SimpleSensorSystem::SimpleXMLReader::GetReadable ( )
inlinevirtual

a readable interface that stores the information processsed for the current tag This pointer is used to the InterfaceBase class registered readers

OpenRAVE::BaseXMLReaderを再定義しています。

sensorsystem.h159 行で定義されています。

BaseXMLReader::ProcessElement OpenRAVE::SimpleSensorSystem::SimpleXMLReader::startElement ( const std::string &  name,
const AttributesList atts 
)
virtual

Gets called in the beginning of each "<type>" expression. In this case, name is "type"

引数
nameof the tag, will be always lower case
attsstring of attributes where the first std::string is the attribute name and second is the value
戻り値
true if tag is accepted and this class will process it, otherwise false

OpenRAVE::BaseXMLReaderを実装しています。

sensorsystem.cpp25 行で定義されています。

変数

boost::shared_ptr<XMLData> OpenRAVE::SimpleSensorSystem::SimpleXMLReader::_pdata
protected

sensorsystem.h167 行で定義されています。

std::stringstream OpenRAVE::SimpleSensorSystem::SimpleXMLReader::ss
protected

sensorsystem.h168 行で定義されています。


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