Simple wrapper to store an ml::VesselEdge together with a ml::VesselNode, so that the source() function and the out_edge_iterator will always be able to return an edge which points away from a vertex.  
 More...
#include <mlGraphToBoostUndirectedGraph.h>
Simple wrapper to store an ml::VesselEdge together with a ml::VesselNode, so that the source() function and the out_edge_iterator will always be able to return an edge which points away from a vertex. 
Definition at line 142 of file mlGraphToBoostUndirectedGraph.h.
 
◆ ml_ug_edge() [1/2]
  
  
      
        
          | boost::ml_ug_edge::ml_ug_edge  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ml_ug_edge() [2/2]
  
  
      
        
          | boost::ml_ug_edge::ml_ug_edge  | 
          ( | 
          ml::VesselNode *  | 
          vertex,  | 
         
        
           | 
           | 
          ml::VesselEdge *  | 
          edge  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ source()
  
  
      
        
          | ml::VesselNode * boost::ml_ug_edge::source  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ target()
  
  
      
        
          | ml::VesselNode * boost::ml_ug_edge::target  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ weight()
  
  
      
        
          | double boost::ml_ug_edge::weight  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator!=
  
  
      
        
          | bool operator!=  | 
          ( | 
          const self &  | 
          a,  | 
         
        
           | 
           | 
          const self &  | 
          b  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
 
◆ operator==
  
  
      
        
          | bool operator==  | 
          ( | 
          const self &  | 
          a,  | 
         
        
           | 
           | 
          const self &  | 
          b  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
 
◆ _edge
  
  
      
        
          | ml::VesselEdge* boost::ml_ug_edge::_edge | 
         
       
   | 
  
protected   | 
  
 
 
◆ _vertex
  
  
      
        
          | ml::VesselNode* boost::ml_ug_edge::_vertex | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: