|
MorphoGraphX
2.0-1-227
|
#include <DistObject.hpp>
Inheritance diagram for mgx::DistVertexAttr< DistNhbdT, ContentT, DataT >:Public Member Functions | |
| DistVertexAttr (DistNhbdT &nhbd, AttrMap< typename DistNhbdT::Vertex, ContentT > *map, DataT ContentT::*off) | |
| DataT * | vData (const typename DistNhbdT::Vertex &v) |
| void | setAttrMap (AttrMap< typename DistNhbdT::Vertex, ContentT > *map) |
Public Member Functions inherited from mgx::DistVertex< DistNhbdT, DataT > | |
| DistVertex (DistNhbdT &nhbd) | |
| virtual | ~DistVertex () |
| DistNhbdT & | nhbd () |
| thrust::device_vector< DataT > * | data () |
| void | alloc () |
| void | write () |
| void | read () |
Additional Inherited Members | |
Protected Member Functions inherited from mgx::DistVertex< DistNhbdT, DataT > | |
| DistVertex (DistNhbdT &nhbd, bool hasData) | |
Derived class from distributed vertex with storage in an attribute map keyed by vertex.
Definition at line 240 of file DistObject.hpp.
|
inline |
Definition at line 248 of file DistObject.hpp.
|
inline |
Definition at line 259 of file DistObject.hpp.
|
inlinevirtual |
Reimplemented from mgx::DistVertex< DistNhbdT, DataT >.
Definition at line 253 of file DistObject.hpp.
1.8.17