#include <node.hh>
Collaboration diagram for oln::topo::inter_pixel::node< I >:
Public Types | |
typedef oln::topo::inter_pixel::internal::dir_traits< I::dim >::ret | dir_type |
enum | { dim = I::dim } |
Public Member Functions | |
void | set (dir_type i) |
Add an adge (a direction). | |
bool | get (dir_type i) const |
Return true if the direction i joins the node. | |
unsigned | rank () const |
Degree of the node. |
A node is a junction of edge; the edge are represented by the directions.
I | image. |
Definition at line 46 of file topo/inter-pixel/node.hh.