Vertex Data storage. More...
#include <delegate_partitioned_graph.hpp>
Public Types | |
typedef T | value_type |
Public Member Functions | |
vertex_data () | |
T & | operator[] (const vertex_locator &locator) |
const T & | operator[] (const vertex_locator &locator) const |
void | reset (const T &r) |
void | all_reduce () |
vertex_data (const delegate_partitioned_graph &dpg, Allocator allocate=Allocator()) | |
T | local_accumulate () const |
T | global_accumulate () const |
Private Attributes | |
bip::vector< T, Allocator > | m_owned_vert_data |
bip::vector< T, Allocator > | m_delegate_data |
Vertex Data storage.
Definition at line 114 of file delegate_partitioned_graph.hpp.
typedef T havoqgt::mpi::delegate_partitioned_graph< SegementManager >::vertex_data< T, Allocator >::value_type |
Definition at line 65 of file vertex_data.hpp.
|
inline |
Definition at line 66 of file vertex_data.hpp.
|
inline |
Definition at line 105 of file vertex_data.hpp.
|
inline |
Definition at line 98 of file vertex_data.hpp.
|
inline |
Definition at line 119 of file vertex_data.hpp.
|
inline |
Definition at line 112 of file vertex_data.hpp.
|
inline |
Definition at line 68 of file vertex_data.hpp.
|
inline |
Definition at line 79 of file vertex_data.hpp.
|
inline |
Definition at line 89 of file vertex_data.hpp.
|
private |
Definition at line 126 of file vertex_data.hpp.
|
private |
Definition at line 125 of file vertex_data.hpp.