#include <WeightedIdxVector.h>
Public Member Functions | |
| int & | index () | 
| int | index () const | 
| float & | weight () | 
| float | weight () const | 
| WeightedIdx (float w, int idx) | |
Private Attributes | |
| int | mIdx | 
| float | mWeight | 
Definition at line 40 of file WeightedIdxVector.h.
| WeightedIdx::WeightedIdx | ( | float | w, | 
| int | idx | ||
| ) |  [inline] | 
        
Definition at line 42 of file WeightedIdxVector.h.
| int& WeightedIdx::index | ( | ) |  [inline] | 
        
Definition at line 48 of file WeightedIdxVector.h.
| int WeightedIdx::index | ( | ) |  const [inline] | 
        
Definition at line 49 of file WeightedIdxVector.h.
| float& WeightedIdx::weight | ( | ) |  [inline] | 
        
Definition at line 45 of file WeightedIdxVector.h.
| float WeightedIdx::weight | ( | ) |  const [inline] | 
        
Definition at line 46 of file WeightedIdxVector.h.
int WeightedIdx::mIdx [private] | 
        
Definition at line 52 of file WeightedIdxVector.h.
float WeightedIdx::mWeight [private] | 
        
Definition at line 51 of file WeightedIdxVector.h.