18 Nov 15:49
[BGL] boost::detail::error_property_not_found issue
From: M. Siebeneicher <trashing <at> gmx.net>
Subject: [BGL] boost::detail::error_property_not_found issue
Newsgroups: gmane.comp.lib.boost.user
Date: 2008-11-18 14:52:24 GMT
Subject: [BGL] boost::detail::error_property_not_found issue
Newsgroups: gmane.comp.lib.boost.user
Date: 2008-11-18 14:52:24 GMT
Hi boost users,
at first some pieces of code:
class EdgeProperties
{
public:
cPose m_pose;
PosePrecision m_precisionPose;
};
class VertexContainer
{
public:
VertexID m_idVertex; //!< ID of the container
VertexID m_idParent; //!< ID of the parent container
unsigned int m_nDepth; //!< Depth of vertex in the tree
};
typedef adjacency_list<
vecS
, vecS
, bidirectionalS
, VertexContainer
, EdgeProperties
> BGLGraph;
void traverse(BGLGraph& graphIn, const IDMapper& idMapperIn) {
(Continue reading)
(see [graph] predecessor_recorder and
VertexList=listS)
thanks for the response,
Manuel
RSS Feed