Public Member Functions | |
int | Count () const |
class ON_Value * | Duplicate () const |
int | GetPolyEdgePointers (ON_ClassArray< ON_PolyEdgeHistory > &) const |
ON_PolyEdgeHistoryValue () | |
bool | ReadHelper (ON_BinaryArchive &archive) |
bool | ReportHelper (ON_TextLog &text_log) const |
bool | WriteHelper (ON_BinaryArchive &archive) const |
~ON_PolyEdgeHistoryValue () | |
Public Attributes | |
ON_ClassArray< ON_PolyEdgeHistory > | m_value |
Definition at line 1218 of file opennurbs_object_history.cpp.
Definition at line 1245 of file opennurbs_object_history.cpp.
Definition at line 1250 of file opennurbs_object_history.cpp.
int ON_PolyEdgeHistoryValue::Count | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 1300 of file opennurbs_object_history.cpp.
class ON_Value * ON_PolyEdgeHistoryValue::Duplicate | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 1294 of file opennurbs_object_history.cpp.
int ON_PolyEdgeHistoryValue::GetPolyEdgePointers | ( | ON_ClassArray< ON_PolyEdgeHistory > & | a | ) | const [virtual] |
Reimplemented from ON_Value.
Definition at line 1384 of file opennurbs_object_history.cpp.
bool ON_PolyEdgeHistoryValue::ReadHelper | ( | ON_BinaryArchive & | archive | ) | [virtual] |
Implements ON_Value.
Definition at line 1306 of file opennurbs_object_history.cpp.
bool ON_PolyEdgeHistoryValue::ReportHelper | ( | ON_TextLog & | text_log | ) | const [virtual] |
Implements ON_Value.
Definition at line 1370 of file opennurbs_object_history.cpp.
bool ON_PolyEdgeHistoryValue::WriteHelper | ( | ON_BinaryArchive & | archive | ) | const [virtual] |
Implements ON_Value.
Definition at line 1343 of file opennurbs_object_history.cpp.
Definition at line 1224 of file opennurbs_object_history.cpp.