#include <bcal_camera_graph.h>
Definition at line 22 of file bcal_camera_graph.h.
Public Member Functions | |
| vertex_node (int id) | |
| ~vertex_node () | |
Public Attributes | |
| int | id_ |
| V * | v_ |
| S * | s_ |
| bcal_camera_graph< S, V, E >::vertex_node::vertex_node | ( | int | id | ) | [inline] |
Definition at line 29 of file bcal_camera_graph.h.
| bcal_camera_graph< S, V, E >::vertex_node::~vertex_node | ( | ) | [inline] |
Definition at line 36 of file bcal_camera_graph.h.
| int bcal_camera_graph< S, V, E >::vertex_node::id_ |
Definition at line 25 of file bcal_camera_graph.h.
| V* bcal_camera_graph< S, V, E >::vertex_node::v_ |
Definition at line 26 of file bcal_camera_graph.h.
| S* bcal_camera_graph< S, V, E >::vertex_node::s_ |
Definition at line 27 of file bcal_camera_graph.h.
1.5.1