
Public Member Functions | |
| int | Count () const |
| class ON_Value * | Duplicate () const |
| int | GetXforms (const ON_Xform *&a) const |
| ON_XformValue () | |
| bool | ReadHelper (ON_BinaryArchive &archive) |
| bool | ReportHelper (ON_TextLog &text_log) const |
| bool | WriteHelper (ON_BinaryArchive &archive) const |
| ~ON_XformValue () | |
Public Attributes | |
| ON_SimpleArray< ON_Xform > | m_value |
Definition at line 578 of file opennurbs_object_history.cpp.
Definition at line 605 of file opennurbs_object_history.cpp.
Definition at line 610 of file opennurbs_object_history.cpp.
| int ON_XformValue::Count | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 621 of file opennurbs_object_history.cpp.
| class ON_Value * ON_XformValue::Duplicate | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 615 of file opennurbs_object_history.cpp.
| int ON_XformValue::GetXforms | ( | const ON_Xform *& | a | ) | const [virtual] |
Reimplemented from ON_Value.
Definition at line 653 of file opennurbs_object_history.cpp.
| bool ON_XformValue::ReadHelper | ( | ON_BinaryArchive & | archive | ) | [virtual] |
Implements ON_Value.
Definition at line 627 of file opennurbs_object_history.cpp.
| bool ON_XformValue::ReportHelper | ( | ON_TextLog & | text_log | ) | const [virtual] |
Implements ON_Value.
Definition at line 639 of file opennurbs_object_history.cpp.
| bool ON_XformValue::WriteHelper | ( | ON_BinaryArchive & | archive | ) | const [virtual] |
Implements ON_Value.
Definition at line 633 of file opennurbs_object_history.cpp.
Definition at line 584 of file opennurbs_object_history.cpp.