|
| | DirectionalData (int nrsectors=0, int nrparts=0) |
| |
| float | angle (int isect, Angle::Type, int bound=0) const |
| | bound: -1=start, 1=stop, 0=center More...
|
| |
| float | angle (int isect, int bound=0) const |
| |
| SectorPartData & | getPartData (int isect, int ipart) |
| |
| const SectorPartData & | getPartData (int isect, int ipart) const |
| |
| void | init (int nrsectors, int nrparts) |
| |
| int | nrParts (int isect) const |
| |
| int | nrSectors () const |
| |
| int | part (int isect, float pos) const |
| |
| int | sector (float ang) const |
| |
| int | sector (float ang, Angle::Type) const |
| |
| | ManagedObjectSet () |
| |
| | ManagedObjectSet (const ManagedObjectSet< SectorData > &) |
| |
| | ManagedObjectSet (const ObjectSet< SectorData > &) |
| |
| virtual void | append (const ObjectSet< SectorData > &) |
| |
| virtual ManagedObjectSet * | clone () const |
| |
| ManagedObjectSet< SectorData > & | operator= (const ObjectSet< SectorData > &) |
| |
| virtual void | erase () |
| |
| virtual bool | isManaged () const |
| |
| virtual ManagedObjectSetBase< T > & | operator-= (T *) |
| |
| virtual T * | removeAndTake (idx_type, bool kporder=true) |
| |
| virtual void | removeRange (idx_type, idx_type) |
| |
| virtual T * | removeSingle (idx_type, bool kporder=true) |
| |
| virtual T * | replace (idx_type, T *) |
| |
| | ObjectSet () |
| |
| | ObjectSet (const ObjectSet &) |
| |
| | ObjectSet (T *) |
| |
| | ObjectSet (T *, T *) |
| |
| | ObjectSet (T *, T *, T *) |
| |
| virtual | ~ObjectSet () |
| |
| ObjectSet & | add (T *t) |
| |
| bool | addIfNew (T *) |
| |
| void | allowNull (bool yn=true) |
| |
| iterator | begin () |
| |
| const_iterator | begin () const |
| |
| const_iterator | cbegin () const |
| |
| const_iterator | cend () const |
| |
| virtual void | copy (const ObjectSet &) |
| |
| bool | empty () const |
| |
| iterator | end () |
| |
| const_iterator | end () const |
| |
| T * | first () |
| |
| const T * | first () const |
| |
| virtual T * | get (const T *) const |
| | check & unconst More...
|
| |
| virtual T * | get (idx_type) |
| |
| virtual const T * | get (idx_type) const |
| |
| idx_type | getIdx (const_iterator it) const |
| |
| idx_type | getIdx (iterator it) const |
| |
| virtual idx_type | indexOf (const T *) const |
| |
| virtual void | insertAfter (T *newptr, idx_type) |
| |
| virtual void | insertAt (T *newptr, idx_type) |
| |
| virtual bool | isPresent (const T *) const |
| |
| T * | last () |
| |
| const T * | last () const |
| |
| size_type | max_size () const |
| |
| virtual int64_t | nrItems () const |
| |
| bool | nullAllowed () const |
| |
| bool | operator!= (const ObjectSet &oth) const |
| |
| ObjectSet & | operator+= (T *t) |
| |
| ObjectSet & | operator= (const ObjectSet &) |
| |
| bool | operator== (const ObjectSet &) const |
| |
| const T * | operator[] (const T *t) const |
| |
| T * | operator[] (idx_type i) |
| |
| const T * | operator[] (idx_type i) const |
| |
| void | plainErase () |
| |
| virtual T * | pop () |
| |
| void | push (T *t) |
| |
| virtual void | reverse () |
| |
| void | setNullAllowed (bool yn=true) |
| |
| size_type | size () const |
| |
| void | swap (idx_type, idx_type) |
| |
| void | swap (ObjectSet &oth) |
| |
| virtual void | swapItems (int64_t i1, int64_t i2) |
| |
| void | useIndexes (const idx_type *) |
| |
| virtual bool | validIdx (int64_t) const |
| |
| virtual | ~Set () |
| |
| bool | isEmpty () const |
| |
| void | setEmpty () |
| |
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.
<>