|
| BinIDValueSet (const BinIDValueSet &) |
|
| BinIDValueSet (int nrvals, bool allowdup) |
|
| ~BinIDValueSet () |
|
void | allowDuplicateBinIDs (bool yn) |
|
BinID | firstBinID () const |
|
BinID | getBinID (const SPos &spos) const |
|
bool | hasDuplicateBinIDs () const |
|
bool | is2D () const |
|
bool | nrDuplicateBinIDs () const |
|
BinIDValueSet & | operator= (const BinIDValueSet &) |
|
void | setIs2D (bool yn) |
|
void | setStepout (const IdxPair &stepout, const IdxPair &step) |
|
void | setStepout (int trcstepout, int trcstep=1) |
|
| IdxPairValueSet (const IdxPairValueSet &) |
|
| IdxPairValueSet (int nr_vals, bool allow_duplicate_idxpairs) |
|
virtual | ~IdxPairValueSet () |
|
SPos | add (const DataRow &) |
| Wrong-sized will be handled correctly. More...
|
|
SPos | add (const IdxPair &, const float *vs=0) |
| Either pass sufficient data or pass null. More...
|
|
SPos | add (const IdxPair &, const TypeSet< float > &) |
|
SPos | add (const IdxPair &, double) |
|
SPos | add (const IdxPair &, float) |
|
SPos | add (const IdxPair &, float, float) |
|
SPos | add (const PairVal &) |
|
void | add (const PosInfo::CubeData &) |
|
void | allowDuplicateIdxPairs (bool yn) |
|
bool | allowsDuplicateIdxPairs () const |
|
bool | append (const IdxPairValueSet &) |
|
Interval< int > | colRange (IdxType row=-1) const |
|
void | copyStructureFrom (const IdxPairValueSet &) |
| will also empty this set More...
|
|
Interval< int > | crlRange (IdxType inl=-1) const |
|
void | extend (const IdxPairDelta &stepout, const IdxPairStep &) |
| Adds only IdxPair postions not yet in set. More...
|
|
void | fillPar (IOPar &, const char *key) const |
|
SPos | find (const IdxPair &ip) const |
|
SPos | findNearest (const IdxPair &) const |
|
SPos | findNearestOnFirst (int frst, int scnd) const |
|
SPos | findOccurrence (const IdxPair &, int occ=0) const |
|
int | firstAtIdx (int firstidx) const |
|
int | firstIdx (int) const |
|
IdxPair | firstIdxPair () const |
| if empty, returns IdxPair::udf() More...
|
|
Interval< IdxType > | firstRange () const |
|
void | get (const SPos &, DataRow &) const |
|
void | get (const SPos &, IdxPair &, float &) const |
|
void | get (const SPos &, IdxPair &, float &, float &) const |
|
void | get (const SPos &, IdxPair &, float *v=0, int mxnrvals=-1) const |
|
void | get (const SPos &, IdxPair &, TypeSet< float > &, int maxnrvals=-1) const |
| max == -1 => all More...
|
|
void | get (const SPos &, PairVal &) const |
|
void | getColumn (int valnr, TypeSet< float > &, bool incudf) const |
|
bool | getFrom (od_istream &, Pos::GeomID=Pos::GeomID::udf()) |
| detects/converts coords if geomid passed More...
|
|
IdxPair | getIdxPair (const SPos &) const |
|
SPos | getPos (od_int64 global_idx) const |
| Slow. And no check on idx in range. More...
|
|
void | getSecondsAtIdx (int firstidx, TypeSet< int > &) const |
|
float | getVal (const SPos &pos, int valnr) const |
| < Direct access to value arrays. More...
|
|
float * | getVals (const SPos &pos) |
| Direct access to value arrays. More...
|
|
const float * | getVals (const SPos &pos) const |
| Direct access to value arrays. More...
|
|
bool | hasCol (IdxType col) const |
|
bool | hasCrl (IdxType crl) const |
|
bool | hasDuplicateIdxPairs () const |
|
bool | hasFirst (IdxType) const |
|
bool | hasInl (IdxType inl) const |
|
bool | hasRow (IdxType row) const |
|
bool | hasSecond (IdxType) const |
|
bool | haveDataRow (const DataRow &) const |
|
bool | includes (const DataRow &) const |
|
bool | includes (const IdxPair &ip) const |
|
Interval< int > | inlRange () const |
|
bool | insertVal (int) |
|
bool | isEmpty () const |
|
bool | isValid (const IdxPair &) const |
|
bool | next (SPos &, bool skip_duplicate_idxpairs=false) const |
|
int | nrCols (IdxType row) const |
|
int | nrCrls (IdxType inl) const |
|
int | nrDuplicateIdxPairs () const |
|
int | nrFirst () const |
|
int | nrInls () const |
|
int | nrPos (int lineidx) const |
| nth line in the set More...
|
|
int | nrRows () const |
|
int | nrSecond (IdxType firstidx) const |
|
int | nrVals () const |
|
IdxPairValueSet & | operator= (const IdxPairValueSet &) |
|
bool | prev (SPos &, bool skip_duplicate_idxpairs=false) const |
|
bool | putTo (od_ostream &) const |
|
void | randomSubselect (od_int64 maxnr) |
|
void | remove (const IdxPairValueSet &) |
|
void | remove (const SPos &) |
| afterwards, SPos may be invalid More...
|
|
void | remove (const TrcKeySampling &hrg, bool inside) |
|
void | remove (const TypeSet< SPos > &) |
|
void | removeDuplicateIdxPairs () |
|
void | removeRange (int valnr, const Interval< float > &, bool inside=true) |
|
void | removeVal (int) |
| Will remove entire 'column'. More...
|
|
Interval< int > | rowRange () const |
|
int | secondIdx (int firstidx, int) const |
|
Interval< IdxType > | secondRange (IdxType firsidx=-1) const |
|
void | set (const SPos &, const TypeSet< float > &) |
|
void | set (const SPos &, float) |
|
void | set (const SPos &, float, float) |
|
void | set (SPos, const float *vs=0) |
|
void | setEmpty () |
|
bool | setNrVals (int, bool kp_data=true) |
|
void | sortDuplicateIdxPairs (int value_nr, bool ascending=true) |
|
od_int64 | totalSize () const |
|
void | usePar (const IOPar &, const char *key) |
|
Interval< float > | valRange (int valnr) const |
|