
Public Member Functions | |
| int | Count () const |
| class ON_Value * | Duplicate () const |
| int | Get3dPoints (const ON_3dPoint *&a) const |
| ON_PointValue () | |
| bool | ReadHelper (ON_BinaryArchive &archive) |
| bool | ReportHelper (ON_TextLog &text_log) const |
| bool | WriteHelper (ON_BinaryArchive &archive) const |
| ~ON_PointValue () | |
Public Attributes | |
| ON_SimpleArray< ON_3dPoint > | m_value |
Definition at line 404 of file opennurbs_object_history.cpp.
Definition at line 431 of file opennurbs_object_history.cpp.
Definition at line 436 of file opennurbs_object_history.cpp.
| int ON_PointValue::Count | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 447 of file opennurbs_object_history.cpp.
| class ON_Value * ON_PointValue::Duplicate | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 441 of file opennurbs_object_history.cpp.
| int ON_PointValue::Get3dPoints | ( | const ON_3dPoint *& | a | ) | const [virtual] |
Reimplemented from ON_Value.
Definition at line 479 of file opennurbs_object_history.cpp.
| bool ON_PointValue::ReadHelper | ( | ON_BinaryArchive & | archive | ) | [virtual] |
Implements ON_Value.
Definition at line 453 of file opennurbs_object_history.cpp.
| bool ON_PointValue::ReportHelper | ( | ON_TextLog & | text_log | ) | const [virtual] |
Implements ON_Value.
Definition at line 465 of file opennurbs_object_history.cpp.
| bool ON_PointValue::WriteHelper | ( | ON_BinaryArchive & | archive | ) | const [virtual] |
Implements ON_Value.
Definition at line 459 of file opennurbs_object_history.cpp.
Definition at line 410 of file opennurbs_object_history.cpp.