Public Member Functions | |
int | Count () const |
class ON_Value * | Duplicate () const |
int | GetObjRefs (ON_ClassArray< ON_ObjRef > &oref) const |
ON_ObjRefValue () | |
bool | ReadHelper (ON_BinaryArchive &archive) |
bool | ReportHelper (ON_TextLog &text_log) const |
bool | WriteHelper (ON_BinaryArchive &archive) const |
~ON_ObjRefValue () | |
Public Attributes | |
ON_ClassArray< ON_ObjRef > | m_value |
Definition at line 927 of file opennurbs_object_history.cpp.
Definition at line 954 of file opennurbs_object_history.cpp.
Definition at line 959 of file opennurbs_object_history.cpp.
int ON_ObjRefValue::Count | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 970 of file opennurbs_object_history.cpp.
class ON_Value * ON_ObjRefValue::Duplicate | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 964 of file opennurbs_object_history.cpp.
int ON_ObjRefValue::GetObjRefs | ( | ON_ClassArray< ON_ObjRef > & | oref | ) | const [virtual] |
Reimplemented from ON_Value.
Definition at line 1004 of file opennurbs_object_history.cpp.
bool ON_ObjRefValue::ReadHelper | ( | ON_BinaryArchive & | archive | ) | [virtual] |
Implements ON_Value.
Definition at line 976 of file opennurbs_object_history.cpp.
bool ON_ObjRefValue::ReportHelper | ( | ON_TextLog & | text_log | ) | const [virtual] |
Implements ON_Value.
Definition at line 988 of file opennurbs_object_history.cpp.
bool ON_ObjRefValue::WriteHelper | ( | ON_BinaryArchive & | archive | ) | const [virtual] |
Implements ON_Value.
Definition at line 982 of file opennurbs_object_history.cpp.
Definition at line 933 of file opennurbs_object_history.cpp.