Public Member Functions | Public Attributes | Private Member Functions | Friends | List of all members
tuw_graph::TreeInfo Class Reference

#include <serializer.h>

Public Member Functions

 TreeInfo (std::vector< Segment > _segs)
 
 TreeInfo (int _length)
 

Public Attributes

int Length
 
std::unique_ptr< int > Points
 
std::unique_ptr< int > Predecessors
 
std::unique_ptr< int > Successors
 

Private Member Functions

template<class archive >
void serialize (archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 

Detailed Description

Definition at line 75 of file serializer.h.

Constructor & Destructor Documentation

tuw_graph::TreeInfo::TreeInfo ( std::vector< Segment _segs)
inline

Definition at line 78 of file serializer.h.

tuw_graph::TreeInfo::TreeInfo ( int  _length)
inline

Definition at line 90 of file serializer.h.

Member Function Documentation

template<class archive >
void tuw_graph::TreeInfo::serialize ( archive &  ar,
const unsigned int  version 
)
inlineprivate

Definition at line 109 of file serializer.h.

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 108 of file serializer.h.

Member Data Documentation

int tuw_graph::TreeInfo::Length

Definition at line 99 of file serializer.h.

std::unique_ptr<int> tuw_graph::TreeInfo::Points

Definition at line 102 of file serializer.h.

std::unique_ptr<int> tuw_graph::TreeInfo::Predecessors

Definition at line 100 of file serializer.h.

std::unique_ptr<int> tuw_graph::TreeInfo::Successors

Definition at line 101 of file serializer.h.


The documentation for this class was generated from the following file:


tuw_voronoi_graph
Author(s): Benjamin Binder
autogenerated on Mon Jun 10 2019 15:42:44