fpmas 1.6
Public Member Functions | Public Attributes | List of all members
fpmas::graph::detail::LocalizedNode< T > Struct Template Reference

#include <clustered_graph_builder.h>

Collaboration diagram for fpmas::graph::detail::LocalizedNode< T >:
Collaboration graph
[legend]

Public Member Functions

 LocalizedNode (Point p, api::graph::DistributedNode< T > *node)
 

Public Attributes

Point p
 
api::graph::DistributedNode< T > * node
 

Detailed Description

template<typename T>
struct fpmas::graph::detail::LocalizedNode< T >

A structure used to attach a 2D coordinate to a regular node.

Constructor & Destructor Documentation

◆ LocalizedNode()

template<typename T >
fpmas::graph::detail::LocalizedNode< T >::LocalizedNode ( Point  p,
api::graph::DistributedNode< T > *  node 
)
inline

LocalizedNode constructor.

Parameters
pnode coordinates
nodepointer to existing node

Member Data Documentation

◆ p

template<typename T >
Point fpmas::graph::detail::LocalizedNode< T >::p

Node coordinates

◆ node

Pointer to existing node.


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