
Public Member Functions | |
| int | Count () const |
| class ON_Value * | Duplicate () const |
| int | Get3dVectors (const ON_3dVector *&a) const |
| ON_VectorValue () | |
| bool | ReadHelper (ON_BinaryArchive &archive) |
| bool | ReportHelper (ON_TextLog &text_log) const |
| bool | WriteHelper (ON_BinaryArchive &archive) const |
| ~ON_VectorValue () | |
Public Attributes | |
| ON_SimpleArray< ON_3dVector > | m_value |
Definition at line 491 of file opennurbs_object_history.cpp.
Definition at line 518 of file opennurbs_object_history.cpp.
Definition at line 523 of file opennurbs_object_history.cpp.
| int ON_VectorValue::Count | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 534 of file opennurbs_object_history.cpp.
| class ON_Value * ON_VectorValue::Duplicate | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 528 of file opennurbs_object_history.cpp.
| int ON_VectorValue::Get3dVectors | ( | const ON_3dVector *& | a | ) | const [virtual] |
Reimplemented from ON_Value.
Definition at line 566 of file opennurbs_object_history.cpp.
| bool ON_VectorValue::ReadHelper | ( | ON_BinaryArchive & | archive | ) | [virtual] |
Implements ON_Value.
Definition at line 540 of file opennurbs_object_history.cpp.
| bool ON_VectorValue::ReportHelper | ( | ON_TextLog & | text_log | ) | const [virtual] |
Implements ON_Value.
Definition at line 552 of file opennurbs_object_history.cpp.
| bool ON_VectorValue::WriteHelper | ( | ON_BinaryArchive & | archive | ) | const [virtual] |
Implements ON_Value.
Definition at line 546 of file opennurbs_object_history.cpp.
Definition at line 497 of file opennurbs_object_history.cpp.