Store refID/position, but does not store values < 0.
More...
#include <PosList.h>
|
|
| PosList () |
| | Constructor.
|
| |
|
| PosList (int numRefs, int numPositions) |
| | Reserves space for numRefs reference ids and numPositions for each id.
|
| |
|
virtual | ~PosList () |
| | Destructor.
|
| |
|
void | addPosition (int refID, int refPosition) |
| | Add the specified reference id/position (negative values will not be added).
|
| |
|
bool | hasPosition (int refID, int refPosition) |
| | Return whether or not this list contains the specified reference ID and position (negative values will automatically return false).
|
| |
|
|
| PosList (const PosList &p) |
| |
|
void | initVars () |
| |
|
|
std::vector< std::vector< bool > > | myPosList |
| |
|
int | myNumRefs |
| |
|
int | myNumPos |
| |
Store refID/position, but does not store values < 0.
Definition at line 24 of file PosList.h.
The documentation for this class was generated from the following files: