VertexScore class. More...
#include <VertexSelectionBaseAlgorithm.h>
Public Member Functions | |
VertexScore (const pandora::Vertex *const pVertex, const float score) | |
Constructor. More... | |
const pandora::Vertex * | GetVertex () const |
Get the address of the vertex. More... | |
float | GetScore () const |
Get the score. More... | |
bool | operator< (const VertexScore &rhs) const |
operator< More... | |
Private Attributes | |
const pandora::Vertex * | m_pVertex |
The address of the vertex. More... | |
float | m_score |
The score. More... | |
VertexScore class.
Definition at line 43 of file VertexSelectionBaseAlgorithm.h.
|
inline |
Constructor.
pVertex | the address of the vertex |
score | the score |
Definition at line 435 of file VertexSelectionBaseAlgorithm.h.
|
inline |
Get the score.
Definition at line 450 of file VertexSelectionBaseAlgorithm.h.
|
inline |
Get the address of the vertex.
Definition at line 443 of file VertexSelectionBaseAlgorithm.h.
|
inline |
operator<
rhs | the value for comparison |
Definition at line 457 of file VertexSelectionBaseAlgorithm.h.
|
private |
The address of the vertex.
Definition at line 78 of file VertexSelectionBaseAlgorithm.h.
|
private |
The score.
Definition at line 79 of file VertexSelectionBaseAlgorithm.h.