Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
less_dist Class Reference
+ Inheritance diagram for less_dist:
+ Collaboration diagram for less_dist:

Public Member Functions

 less_dist (const node_map< double > *dist, const node_map< int > *mark)
 
bool operator() (const node n1, const node n2) const
 
 less_dist (const node_map< double > *dist, const node_map< int > *mark)
 
bool operator() (const node n1, const node n2) const
 

Private Attributes

const node_map< double > * dist
 
const node_map< int > * mark
 

Detailed Description

Definition at line 33 of file bid_dijkstra.cpp.

View newest version in sPHENIX GitHub at line 33 of file bid_dijkstra.cpp

Constructor & Destructor Documentation

less_dist::less_dist ( const node_map< double > *  dist,
const node_map< int > *  mark 
)
inline

Definition at line 40 of file bid_dijkstra.cpp.

View newest version in sPHENIX GitHub at line 40 of file bid_dijkstra.cpp

References dist, and mark.

less_dist::less_dist ( const node_map< double > *  dist,
const node_map< int > *  mark 
)
inline

Definition at line 40 of file dijkstra.cpp.

View newest version in sPHENIX GitHub at line 40 of file dijkstra.cpp

References dist, and mark.

Member Function Documentation

bool less_dist::operator() ( const node  n1,
const node  n2 
) const
inline

Definition at line 50 of file bid_dijkstra.cpp.

View newest version in sPHENIX GitHub at line 50 of file bid_dijkstra.cpp

References bid_dijkstra::black, dist, and mark.

bool less_dist::operator() ( const node  n1,
const node  n2 
) const
inline

Definition at line 50 of file dijkstra.cpp.

View newest version in sPHENIX GitHub at line 50 of file dijkstra.cpp

References dijkstra::black, dist, and mark.

Member Data Documentation

const node_map< double > * less_dist::dist
private

Definition at line 72 of file bid_dijkstra.cpp.

View newest version in sPHENIX GitHub at line 72 of file bid_dijkstra.cpp

Referenced by less_dist(), and operator()().

const node_map< int > * less_dist::mark
private

Definition at line 78 of file bid_dijkstra.cpp.

View newest version in sPHENIX GitHub at line 78 of file bid_dijkstra.cpp

Referenced by less_dist(), and operator()().


The documentation for this class was generated from the following files: