![]()  | 
  
    Chaste
    Build::
    
   | 
 
 Inheritance diagram for bfs_time_visitor< TimeMap >:
 Collaboration diagram for bfs_time_visitor< TimeMap >:Public Member Functions | |
| bfs_time_visitor (TimeMap tmap, T &t) | |
| template<typename Vertex , typename Graph > | |
| void | discover_vertex (Vertex u, const Graph &g) const | 
Public Attributes | |
| TimeMap | m_timemap | 
| T & | m_time | 
Private Types | |
| typedef boost::property_traits< TimeMap >::value_type | T | 
Helper class for "connected" methods
Definition at line 48 of file VesselNetworkGraphCalculator.cpp.
      
  | 
  private | 
Value typedef
Definition at line 53 of file VesselNetworkGraphCalculator.cpp.
      
  | 
  inline | 
BFS search visitor
| tmap | the time map | 
| t | the discovery time. | 
Definition at line 72 of file VesselNetworkGraphCalculator.cpp.
      
  | 
  inline | 
Vertex discovery
| u | the vertex | 
| g | the graph | 
Definition at line 84 of file VesselNetworkGraphCalculator.cpp.
| T& bfs_time_visitor< TimeMap >::m_time | 
Discover time
Definition at line 65 of file VesselNetworkGraphCalculator.cpp.
| TimeMap bfs_time_visitor< TimeMap >::m_timemap | 
A time map
Definition at line 60 of file VesselNetworkGraphCalculator.cpp.