|
| | Set (const char *nm=0) |
| |
| | Set (const Set &) |
| |
| | ~Set () |
| |
| Set & | operator= (const Set &) |
| |
| bool | is2D () const |
| | default is 3D More...
|
| |
| Pos::SurvID | getSurvID () const |
| | pre-6.0.1 sets will return the survID of first loc More...
|
| |
| bool | isPolygon () const |
| |
| void | getPolygon (ODPolygon< double > &, int idx=0) const |
| |
| void | getLocations (ObjectSet< Location > &, int idx=0) |
| |
| void | getLocations (ObjectSet< const Location > &, int idx=0) const |
| |
| float | getXYArea (int idx=0) const |
| | Only for closed polygons. Returns in m^2. More...
|
| |
| size_type | find (const TrcKey &) const |
| |
| size_type | nearestLocation (const Coord &) const |
| |
| size_type | nearestLocation (const Coord3 &, bool ignorez=false) const |
| |
| void | fillPar (IOPar &) const |
| |
| bool | usePar (const IOPar &) |
| |
| void | fillDisplayPars (IOPar &) const |
| |
| bool | useDisplayPars (const IOPar &) |
| |
| bool | writeDisplayPars () const |
| |
| void | removeSingleWithUndo (size_type idx) |
| |
| void | insertWithUndo (size_type, const Pick::Location &) |
| |
| void | appendWithUndo (const Pick::Location &) |
| |
| void | moveWithUndo (size_type, const Pick::Location &, const Pick::Location &) |
| |
| Location & | get (size_type idx) |
| |
| const Location & | get (size_type idx) const |
| |
| void | setReadOnly (bool yn) |
| |
| bool | isReadOnly () const |
| |
| void | addStartIdx (int locidx) |
| |
| void | setStartIdx (int setidx, int locidx) |
| |
| int | nrSets () const |
| |
| void | getStartStopIdx (int setidx, int &start, int &stop) const |
| |
| const TypeSet< int > & | startIndexs () const |
| |
| bool | isSizeLargerThanThreshold () const |
| |
| | NamedObject (const char *nm=0) |
| |
| | NamedObject (const NamedObject *linkedto) |
| |
| | NamedObject (const NamedObject &) |
| |
| virtual | ~NamedObject () |
| |
| void | setLinkedTo (NamedObject *) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual const OD::String & | name () const |
| |
| virtual const OD::String & | annotName () const |
| |
| virtual void | setName (const char *) |
| |
| void | setCleanName (const char *) |
| | cleans string first More...
|
| |
| void | deleteNotify (const CallBack &) |
| |
| | CallBacker () |
| |
| | CallBacker (const CallBacker &) |
| |
| virtual | ~CallBacker () |
| |
| bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
| |
| bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
| |
| void | detachCB (NotifierAccess &, const CallBack &) |
| |
| void | detachCB (NotifierAccess *notif, const CallBack &cb) |
| |
| bool | isNotifierAttached (NotifierAccess *) const |
| | Only for debugging purposes, don't use. More...
|
| |
| | TypeSet () |
| |
| | TypeSet (int nr, Location typ) |
| |
| | TypeSet (const Location *t, int nr) |
| |
| | TypeSet (const TypeSet< Location > &t) |
| |
| virtual | ~TypeSetBase () |
| |
| TypeSetBase< Location, int > & | operator= (const TypeSetBase< Location, int > &ts) |
| |
| size_type | size () const |
| |
| virtual int64_t | nrItems () const |
| |
| virtual bool | setSize (size_type, Location val=Location()) |
| |
| virtual bool | setCapacity (size_type sz, bool withmargin) |
| |
| virtual size_type | getCapacity () const |
| |
| void | setAll (Location) |
| |
| void | replace (Location, Location) |
| |
| Location & | operator[] (size_type) |
| |
| const Location & | operator[] (size_type) const |
| |
| Location & | first () |
| |
| const Location & | first () const |
| |
| Location & | last () |
| |
| const Location & | last () const |
| |
| virtual bool | validIdx (int64_t) const |
| |
| virtual size_type | indexOf (Location, bool forward=true, size_type start=-1) const |
| |
| bool | isPresent (const Location &) const |
| |
| size_type | count (const Location &) const |
| |
| TypeSetBase< Location, int > & | add (const Location &) |
| |
| virtual void | insert (size_type, const Location &) |
| |
| bool | push (const Location &) |
| |
| Location | pop () |
| |
| TypeSetBase< Location, int > & | operator+= (const Location &t) |
| |
| virtual bool | append (const Location *, size_type) |
| |
| virtual bool | append (const TypeSetBase< Location, int > &) |
| |
| virtual bool | addIfNew (const Location &) |
| |
| virtual TypeSetBase< Location, int > & | copy (const Location *, size_type) |
| |
| virtual TypeSetBase< Location, int > & | copy (const TypeSetBase< Location, int > &) |
| |
| virtual void | createUnion (const TypeSetBase< Location, int > &) |
| |
| virtual void | createIntersection (const TypeSetBase< Location, int > &) |
| | Only keeps common items. More...
|
| |
| virtual void | createDifference (const TypeSetBase< Location, 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< Location, 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< Location, int > & | operator-= (const Location &) |
| |
| virtual void | removeRange (size_type from, size_type to) |
| |
| virtual Location * | arr () |
| | 3rd party access More...
|
| |
| virtual const Location * | arr () const |
| |
| std::vector< Location > & | vec () |
| |
| const std::vector< Location > & | vec () const |
| |
| bool | isEmpty () const |
| |
| void | setEmpty () |
| |
Set of picks with something in common.