|
| | RegularZValues (const SamplingData< double > &, od_int64 sz, const ZDomain::Info &) |
| |
| | RegularZValues (const SamplingData< float > &, od_int64 sz, const ZDomain::Info &) |
| |
| | RegularZValues (const ZSampling &, const ZDomain::Info &) |
| |
| | ~RegularZValues () |
| |
| ValueSeries< double > * | clone () const override |
| |
| od_int64 | getIndex (double) const |
| |
| double | getStep () const |
| |
| bool | isRegular () const override |
| |
| bool | operator!= (const RegularZValues &) const |
| |
| bool | operator== (const RegularZValues &) const |
| |
| double | value (od_int64) const override |
| |
| | SamplingValues (const SamplingData< double > &, std::int64_t sz) |
| |
| | SamplingValues (const SamplingValues &) |
| |
| | SamplingValues (const StepInterval< double > &) |
| |
| | ~SamplingValues () |
| |
| char | bytesPerItem () const override |
| |
| ValueSeries< double > * | clone () const override |
| |
| const SamplingData< double > & | getSampling () const |
| |
| bool | isOK () const override |
| |
| bool | operator!= (const SamplingValues< double > &) const |
| |
| ValueSeries< double > & | operator= (const SamplingValues &) |
| |
| bool | operator== (const SamplingValues< double > &) const |
| |
| bool | reSizeable () const override |
| |
| void | setSampling (const SamplingData< double > &, std::int64_t sz=-1) |
| |
| void | setSampling (const StepInterval< double > &) |
| |
| bool | setSize (std::int64_t) override |
| |
| std::int64_t | size () const override |
| |
| double | value (std::int64_t) const override |
| |
| virtual | ~ValueSeries () |
| |
| virtual double * | arr () |
| |
| virtual const double * | arr () const |
| |
| virtual bool | canSetAll () const |
| |
| void | getValues (double *, std::int64_t nrvals) const |
| |
| void | getValues (ValueSeries< double > &, std::int64_t nrvals) const |
| |
| double | operator[] (std::int64_t idx) const |
| |
| virtual bool | selfSufficient () const |
| |
| virtual void | setAll (double) |
| |
| virtual void | setValue (std::int64_t, double) |
| |
| virtual bool | writable () const |
| |
| | ~ZValueSeries () |
| |
| bool | inFeet () const |
| |
| bool | inMeter () const |
| |
| bool | isDepth () const |
| |
| bool | isTime () const |
| |
| bool | operator!= (const ZValueSeries &) const |
| |
| bool | operator== (const ZValueSeries &) const |
| |
| void | setScaler (const LinScaler &) |
| |
| const ZDomain::Info & | zDomainInfo () const |
| |
ValueSeries<double> implementation where the Z values are retrieved from a SamplingData object, i.e. the values are never stored, but always calculated when needed.
<>