user data that can serialize/deserialize itself More...
#include <openrave.h>
Public Member Functions | |
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
Definition at line 242 of file openrave.h.
|
inlinevirtual |
Definition at line 245 of file openrave.h.
|
pure virtual |
initialize the object
|
pure virtual |
output the data of the object