 |
OpendTect
6.6
|
Go to the documentation of this file.
14 #include "generalmod.h"
31 virtual const char*
text()
const = 0;
79 double getdValue()
const {
return getDValue(); }
81 float getfValue()
const {
return getFValue(); }
90 virtual const char*
text()
const
91 {
return Conv::to<const char*>( getvalue_() ); }
93 {
return Conv::to<int>( getvalue_() ); }
95 {
return Conv::to<od_int64>( getvalue_() ); }
97 {
return Conv::to<double>( getvalue_() );}
99 {
return Conv::to<float>( getvalue_() ); }
101 {
return Conv::to<bool>( getvalue_() ); }
104 { setvalue_( Conv::to<T>(s) ); }
108 { setvalue_( Conv::to<T>(i) ); }
110 { setvalue_( Conv::to<T>(i) ); }
112 { setvalue_( Conv::to<T>(d) ); }
114 { setvalue_( Conv::to<T>(f) ); }
116 { setvalue_( Conv::to<T>(b) ); }
119 { setvalue_(
mUdf(T)); }
Set of BufferString objects.
Definition: bufstringset.h:26
#define od_int64
Definition: plftypes.h:35
#define mExpClass(module)
Definition: commondefs.h:177
CallBacks object-oriented (object + method).
Definition: callback.h:62
#define mClass(module)
Definition: commondefs.h:181
Specification of input characteristics.
Definition: datainpspec.h:90
String that is able to hold international (UTF-8) strings for the user interface.
Definition: uistring.h:121
#define mUdf(type)
Use this macro to get the undefined for simple types.
Definition: undefval.h:274
Generated at
for the OpendTect
seismic interpretation project.
Copyright (C): dGB Beheer B.V. 1995-2021