#include <serializer.h>
|
| template<class archive > |
| void | serialize (archive &ar, const unsigned int version) |
| |
Definition at line 121 of file serializer.h.
| tuw_graph::SegmentSerializer::SegmentSerializer |
( |
| ) |
|
|
inline |
| tuw_graph::SegmentSerializer::SegmentSerializer |
( |
int |
_predLength, |
|
|
int |
_succLength, |
|
|
int |
_pointLength |
|
) |
| |
|
inline |
| tuw_graph::SegmentSerializer::SegmentSerializer |
( |
const Segment & |
_s | ) |
|
|
inline |
| tuw_graph::SegmentSerializer::SegmentSerializer |
( |
const uint32_t |
_id, |
|
|
std::vector< uint32_t > |
_predecessors, |
|
|
std::vector< uint32_t > |
_successors, |
|
|
float |
_minDistance, |
|
|
std::vector< Eigen::Vector2d > |
_points |
|
) |
| |
|
inline |
template<class archive >
| void tuw_graph::SegmentSerializer::serialize |
( |
archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
inlineprivate |
| friend class boost::serialization::access |
|
friend |
| int tuw_graph::SegmentSerializer::id |
| float tuw_graph::SegmentSerializer::minDistance |
| int tuw_graph::SegmentSerializer::pointLength |
| int tuw_graph::SegmentSerializer::predecessorLength |
| std::unique_ptr<int> tuw_graph::SegmentSerializer::predecessors |
| int tuw_graph::SegmentSerializer::successorLength |
| std::unique_ptr<int> tuw_graph::SegmentSerializer::successors |
The documentation for this class was generated from the following file: