|
| TimeInterval (IlwisTypes tp=itUNKNOWN) |
|
| TimeInterval (const Time &begin, const Time &end, const Duration &stp=Duration(""), IlwisTypes tp=itUNKNOWN) |
|
TimeInterval & | operator= (const TimeInterval &tiv) |
|
Time | begin () const |
|
Time | end () const |
|
void | begin (const Time &t) |
|
void | end (const Time &t) |
|
Duration | getStep () const |
|
QString | toString (bool local, IlwisTypes) const |
|
bool | contains (const QString &value, bool inclusive=true) const |
|
bool | contains (const Time &value, bool inclusive=true) const |
|
bool | contains (const QVariant &value, bool inclusive=true) const |
|
QVariant | impliedValue (const QVariant &v) const |
|
Range * | clone () const |
|
bool | isValid () const |
|
| NumericRange (double mi, double ma, double resolution=0) |
| NumericRange basic constructor for the range with a minimum and a maximum and a resolution. More...
|
|
| NumericRange (const NumericRange &vr) |
| NumericRange copy constructor. More...
|
|
bool | contains (double v, bool inclusive=true) const |
|
bool | contains (SPRange rng, bool inclusive=true) const |
|
bool | contains (NumericRange *rng, bool inclusive=true) const |
|
double | max () const |
|
void | max (double v) |
|
double | min () const |
|
void | min (double v) |
|
double | distance () const |
|
void | resolution (double resolution) |
|
double | resolution () const |
|
NumericRange & | operator+= (double v) |
|
bool | operator== (const NumericRange &vr) |
|
bool | operator< (const NumericRange &vr) |
|
bool | operator> (const NumericRange &vr) |
|
QString | toString () const |
|
void | set (const NumericRange &vr) |
|
QVariant | ensure (const QVariant &v, bool inclusive=true) const |
|
IlwisTypes | determineType () const |
| determineType determines the minimal range needed type for this range. More...
|
|
void | clear () |
|
virtual IlwisTypes | valueType () const |
| valueType returns the type of values contained in the range More...
|
|
template<typename T > |
T * | merge (const QSharedPointer< T > &range1, const QSharedPointer< T > &range2, RenumberMap *rnm=0) |
|
virtual bool | isContinuous () const |
|
void | interpolation (const QString &ip) |
|
virtual QString | interpolation () const |
|