Public Member Functions | |
SubRingCrossings (int ci, int ni, float nd) | |
SubRingCrossings () | |
Public Attributes | |
int | closestIndex |
bool | isValid_ |
float | nextDistance |
int | nextIndex |
Definition at line 54 of file TIBRing.h.
TIBRing::SubRingCrossings::SubRingCrossings | ( | ) | [inline] |
Definition at line 56 of file TIBRing.h.
00056 : 00057 isValid_(true),closestIndex(ci), nextIndex(ni), nextDistance(nd) {}