31 PosList(
int numRefs,
int numPositions);
51 std::vector < std::vector<bool> > myPosList;
virtual ~PosList()
Destructor.
Store refID/position, but does not store values < 0.
bool hasPosition(int refID, int refPosition)
Return whether or not this list contains the specified reference ID and position (negative values wil...
void addPosition(int refID, int refPosition)
Add the specified reference id/position (negative values will not be added).