Public Member Functions | Public Attributes
bcal_camera_graph< S, V, E >::vertex_node Struct Reference

#include <bcal_camera_graph.h>

List of all members.

Public Member Functions

 vertex_node (int id)
 ~vertex_node ()

Public Attributes

int id_
V * v_
S * s_

Detailed Description

template<class S, class V, class E>
struct bcal_camera_graph< S, V, E >::vertex_node

Definition at line 22 of file bcal_camera_graph.h.


Constructor & Destructor Documentation

template<class S, class V, class E>
bcal_camera_graph< S, V, E >::vertex_node::vertex_node ( int  id) [inline]

Definition at line 29 of file bcal_camera_graph.h.

template<class S, class V, class E>
bcal_camera_graph< S, V, E >::vertex_node::~vertex_node ( ) [inline]

Definition at line 36 of file bcal_camera_graph.h.


Member Data Documentation

template<class S, class V, class E>
int bcal_camera_graph< S, V, E >::vertex_node::id_

Definition at line 25 of file bcal_camera_graph.h.

template<class S, class V, class E>
S* bcal_camera_graph< S, V, E >::vertex_node::s_

Definition at line 27 of file bcal_camera_graph.h.

template<class S, class V, class E>
V* bcal_camera_graph< S, V, E >::vertex_node::v_

Definition at line 26 of file bcal_camera_graph.h.


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