|
| void | isOK () const |
| |
| void | add (Pos::GeomID) |
| |
| bool | isPresent (Pos::GeomID) |
| |
| | TypeSet () |
| |
| | TypeSet (int nr, TrcKeySampling typ) |
| |
| | TypeSet (const TrcKeySampling *t, int nr) |
| |
| | TypeSet (const TypeSet< TrcKeySampling > &t) |
| |
| virtual | ~TypeSetBase () |
| |
| TypeSetBase< TrcKeySampling, int > & | operator= (const TypeSetBase< TrcKeySampling, int > &ts) |
| |
| size_type | size () const |
| |
| virtual int64_t | nrItems () const |
| |
| virtual bool | setSize (size_type, TrcKeySampling val=TrcKeySampling()) |
| |
| virtual bool | setCapacity (size_type sz, bool withmargin) |
| |
| virtual size_type | getCapacity () const |
| |
| void | setAll (TrcKeySampling) |
| |
| void | replace (TrcKeySampling, TrcKeySampling) |
| |
| TrcKeySampling & | operator[] (size_type) |
| |
| const TrcKeySampling & | operator[] (size_type) const |
| |
| TrcKeySampling & | first () |
| |
| const TrcKeySampling & | first () const |
| |
| TrcKeySampling & | last () |
| |
| const TrcKeySampling & | last () const |
| |
| virtual bool | validIdx (int64_t) const |
| |
| virtual size_type | indexOf (TrcKeySampling, bool forward=true, size_type start=-1) const |
| |
| bool | isPresent (const TrcKeySampling &) const |
| |
| size_type | count (const TrcKeySampling &) const |
| |
| TypeSetBase< TrcKeySampling, int > & | add (const TrcKeySampling &) |
| |
| virtual void | insert (size_type, const TrcKeySampling &) |
| |
| bool | push (const TrcKeySampling &) |
| |
| TrcKeySampling | pop () |
| |
| TypeSetBase< TrcKeySampling, int > & | operator+= (const TrcKeySampling &t) |
| |
| virtual bool | append (const TrcKeySampling *, size_type) |
| |
| virtual bool | append (const TypeSetBase< TrcKeySampling, int > &) |
| |
| virtual bool | addIfNew (const TrcKeySampling &) |
| |
| virtual TypeSetBase< TrcKeySampling, int > & | copy (const TrcKeySampling *, size_type) |
| |
| virtual TypeSetBase< TrcKeySampling, int > & | copy (const TypeSetBase< TrcKeySampling, int > &) |
| |
| virtual void | createUnion (const TypeSetBase< TrcKeySampling, int > &) |
| |
| virtual void | createIntersection (const TypeSetBase< TrcKeySampling, int > &) |
| | Only keeps common items. More...
|
| |
| virtual void | createDifference (const TypeSetBase< TrcKeySampling, int > &, bool must_preserve_order=false) |
| | Removes all items present in other set. More...
|
| |
| virtual void | swap (int64_t, int64_t) |
| |
| virtual void | move (size_type from, size_type to) |
| |
| virtual void | getReOrdered (const size_type *, TypeSetBase< TrcKeySampling, int > &) |
| | Fills as per the given array of indexes. More...
|
| |
| virtual void | reverse () |
| |
| virtual void | erase () |
| |
| virtual void | removeSingle (size_type, bool preserver_order=true) |
| |
| TypeSetBase< TrcKeySampling, int > & | operator-= (const TrcKeySampling &) |
| |
| virtual void | removeRange (size_type from, size_type to) |
| |
| virtual TrcKeySampling * | arr () |
| | 3rd party access More...
|
| |
| virtual const TrcKeySampling * | arr () const |
| |
| std::vector< TrcKeySampling > & | vec () |
| |
| const std::vector< TrcKeySampling > & | vec () const |
| |
| virtual | ~Set () |
| |
| bool | isEmpty () const |
| |
| void | setEmpty () |
| |