|
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_GeometryValue() [1/2]
ON_GeometryValue::ON_GeometryValue |
( |
| ) |
|
◆ ~ON_GeometryValue()
ON_GeometryValue::~ON_GeometryValue |
( |
| ) |
|
◆ ON_GeometryValue() [2/2]
◆ Count()
int ON_GeometryValue::Count |
( |
| ) |
const |
|
virtual |
◆ Duplicate()
class ON_Value * ON_GeometryValue::Duplicate |
( |
| ) |
const |
|
virtual |
◆ GetGeometryPointers()
◆ operator=()
◆ ReadHelper()
◆ ReportHelper()
bool ON_GeometryValue::ReportHelper |
( |
ON_TextLog & | text_log | ) |
const |
|
virtual |
◆ WriteHelper()
◆ m_value
The documentation for this class was generated from the following file: