![]() |
fpmas 1.6
|
#include <clustered_graph_builder.h>
Public Member Functions | |
LocalizedNodeView (Point p, fpmas::api::graph::DistributedId node_id, int location) | |
Public Attributes | |
Point | p |
fpmas::api::graph::DistributedId | node_id |
int | location |
A structure used to represent a LocalizedNode, representing the node only by its id.
This allows to represent a LocalizedNode for nodes that not located on the current process.
|
inline |
LocalizedNodeView constructor.
p | node coordinates |
node_id | id of the represented node |
location | rank of the process that currently own the represented node |
Point fpmas::graph::detail::LocalizedNodeView< T >::p |
Node coordinates.
fpmas::api::graph::DistributedId fpmas::graph::detail::LocalizedNodeView< T >::node_id |
Id of the represented node.
int fpmas::graph::detail::LocalizedNodeView< T >::location |
Rank of the process that currently own the represented node.