|
Developer Documentation
|
#include <Type-PolyLine/ObjectTypes/PolyLine/PolyLineObjectSerializer.hh>
Public Member Functions | |
| PolyLineObjectSerializer (PolyLineObject *_object) | |
| void | serialize (std::ostream &_stream) |
| void | deserialize (std::istream &_stream) |
Private Attributes | |
| PolyLineObject * | instance |
This class provides the functionality for serializing PolyLineObjects including all known object data
Definition at line 63 of file PolyLineObjectSerializer.hh.
|
explicit |
Definition at line 47 of file PolyLineObjectSerializer.cc.
| void PolyLineObjectSerializer::deserialize | ( | std::istream & | _stream | ) |
Definition at line 161 of file PolyLineObjectSerializer.cc.
| void PolyLineObjectSerializer::serialize | ( | std::ostream & | _stream | ) |
Definition at line 52 of file PolyLineObjectSerializer.cc.
|
private |
Definition at line 66 of file PolyLineObjectSerializer.hh.