|
enum | VALUE_TYPE {
no_value_type = 0
, bool_value = 1
, int_value = 2
, double_value = 3
,
color_value = 4
, point_value = 5
, vector_value = 6
, xform_value = 7
,
string_value = 8
, objref_value = 9
, geometry_value = 10
, uuid_value = 11
,
point_on_object_value = 12
, force_32bit_enum = 0xFFFFFFF
} |
|
static ON_Value * | CreateValue (int value_type) |
|
◆ ON_DoubleValue()
ON_DoubleValue::ON_DoubleValue |
( |
| ) |
|
◆ ~ON_DoubleValue()
ON_DoubleValue::~ON_DoubleValue |
( |
| ) |
|
◆ Count()
int ON_DoubleValue::Count |
( |
| ) |
const |
|
virtual |
◆ Duplicate()
class ON_Value * ON_DoubleValue::Duplicate |
( |
| ) |
const |
|
virtual |
◆ GetDoubles()
int ON_DoubleValue::GetDoubles |
( |
const double *& | a | ) |
const |
|
virtual |
◆ ReadHelper()
◆ ReportHelper()
bool ON_DoubleValue::ReportHelper |
( |
ON_TextLog & | text_log | ) |
const |
|
virtual |
◆ WriteHelper()
◆ m_value
The documentation for this class was generated from the following file: