user data that can serialize/deserialize itself [詳細]
#include <openrave.h>
Public メソッド | |
virtual | ~SerializableData () |
virtual void | Serialize (std::ostream &O, int options=0) const =0 |
output the data of the object | |
virtual void | Deserialize (std::istream &I)=0 |
initialize the object | |
![]() | |
virtual | ~UserData () |
user data that can serialize/deserialize itself
openrave.h の 242 行で定義されています。
|
inlinevirtual |
openrave.h の 245 行で定義されています。
|
pure virtual |
initialize the object
|
pure virtual |
output the data of the object