List of all members.
Detailed Description
A circle of data.
The circle is subdivided in sectors, which are subdivided in sector parts. The relative 'pos_' from the sector part can be scaled with usrposrg_ to get user positions.
Angles are implicit: we always expect 360 degrees of data.
Constructor & Destructor Documentation
| Stats::DirectionalData::DirectionalData |
( |
|
) |
[inline] |
| Stats::DirectionalData::DirectionalData |
( |
int |
nrsectors, |
|
|
int |
nrparts = 0 | |
|
) |
| | [inline] |
Member Function Documentation
| float Stats::DirectionalData::angle |
( |
int |
isect, |
|
|
int |
bound = 0 | |
|
) |
| | const [inline] |
| float Stats::DirectionalData::angle |
( |
int |
isect, |
|
|
Angle::Type |
t, |
|
|
int |
bound = 0 | |
|
) |
| | const [inline] |
bound: -1=start, 1=stop, 0=center
| SectorPartData& Stats::DirectionalData::get |
( |
int |
isect, |
|
|
int |
ipart | |
|
) |
| | [inline] |
| const SectorPartData& Stats::DirectionalData::get |
( |
int |
isect, |
|
|
int |
ipart | |
|
) |
| | const [inline] |
| int Stats::DirectionalData::nrParts |
( |
int |
isect |
) |
const [inline] |
| int Stats::DirectionalData::nrSectors |
( |
|
) |
const [inline] |
| int Stats::DirectionalData::sector |
( |
float |
ang, |
|
|
Angle::Type |
t | |
|
) |
| | const [inline] |
| int Stats::DirectionalData::sector |
( |
float |
ang |
) |
const [inline] |
Member Data Documentation