![]() |
fpmas 1.6
|
#include <clustered_graph_builder.h>
Public Member Functions | |
LocalizedNode (Point p, api::graph::DistributedNode< T > *node) | |
Public Attributes | |
Point | p |
api::graph::DistributedNode< T > * | node |
A structure used to attach a 2D coordinate to a regular node.
|
inline |
LocalizedNode constructor.
p | node coordinates |
node | pointer to existing node |
Point fpmas::graph::detail::LocalizedNode< T >::p |
Node coordinates
api::graph::DistributedNode<T>* fpmas::graph::detail::LocalizedNode< T >::node |
Pointer to existing node.