Public Member Functions | |
int | Count () const |
class ON_Value * | Duplicate () const |
int | GetColors (const ON_Color *&a) const |
ON_ColorValue () | |
bool | ReadHelper (ON_BinaryArchive &archive) |
bool | ReportHelper (ON_TextLog &text_log) const |
bool | WriteHelper (ON_BinaryArchive &archive) const |
~ON_ColorValue () | |
Public Attributes | |
ON_SimpleArray< ON_Color > | m_value |
Definition at line 665 of file opennurbs_object_history.cpp.
Definition at line 692 of file opennurbs_object_history.cpp.
Definition at line 697 of file opennurbs_object_history.cpp.
int ON_ColorValue::Count | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 708 of file opennurbs_object_history.cpp.
class ON_Value * ON_ColorValue::Duplicate | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 702 of file opennurbs_object_history.cpp.
int ON_ColorValue::GetColors | ( | const ON_Color *& | a | ) | const [virtual] |
Reimplemented from ON_Value.
Definition at line 742 of file opennurbs_object_history.cpp.
bool ON_ColorValue::ReadHelper | ( | ON_BinaryArchive & | archive | ) | [virtual] |
Implements ON_Value.
Definition at line 714 of file opennurbs_object_history.cpp.
bool ON_ColorValue::ReportHelper | ( | ON_TextLog & | text_log | ) | const [virtual] |
Implements ON_Value.
Definition at line 726 of file opennurbs_object_history.cpp.
bool ON_ColorValue::WriteHelper | ( | ON_BinaryArchive & | archive | ) | const [virtual] |
Implements ON_Value.
Definition at line 720 of file opennurbs_object_history.cpp.
Definition at line 671 of file opennurbs_object_history.cpp.