Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::graph::distributed::cc_ps_detail::collision_map< component_value_type > Class Template Reference

#include <connected_components_parallel_search.hpp>

Public Member Functions

 collision_map ()
 
void add (const component_value_type &a)
 
void add (const component_value_type &a, const component_value_type &b)
 
component_value_type update (component_value_type a)
 
void uniqify (void)
 
int unique (void)
 
std::vector< component_value_type > serialize (void)
 

Constructor & Destructor Documentation

template<typename component_value_type>
boost::graph::distributed::cc_ps_detail::collision_map< component_value_type >::collision_map ( )
inline

Member Function Documentation

template<typename component_value_type>
void boost::graph::distributed::cc_ps_detail::collision_map< component_value_type >::add ( const component_value_type &  a)
inline
template<typename component_value_type>
void boost::graph::distributed::cc_ps_detail::collision_map< component_value_type >::add ( const component_value_type &  a,
const component_value_type &  b 
)
inline
template<typename component_value_type>
std::vector<component_value_type> boost::graph::distributed::cc_ps_detail::collision_map< component_value_type >::serialize ( void  )
inline
template<typename component_value_type>
void boost::graph::distributed::cc_ps_detail::collision_map< component_value_type >::uniqify ( void  )
inline
template<typename component_value_type>
int boost::graph::distributed::cc_ps_detail::collision_map< component_value_type >::unique ( void  )
inline
template<typename component_value_type>
component_value_type boost::graph::distributed::cc_ps_detail::collision_map< component_value_type >::update ( component_value_type  a)
inline

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