
Public Member Functions | |
| int | Count () const |
| class ON_Value * | Duplicate () const |
| int | GetDoubles (const double *&a) const |
| ON_DoubleValue () | |
| bool | ReadHelper (ON_BinaryArchive &archive) |
| bool | ReportHelper (ON_TextLog &text_log) const |
| bool | WriteHelper (ON_BinaryArchive &archive) const |
| ~ON_DoubleValue () | |
Public Attributes | |
| ON_SimpleArray< double > | m_value |
Definition at line 318 of file opennurbs_object_history.cpp.
Definition at line 345 of file opennurbs_object_history.cpp.
Definition at line 350 of file opennurbs_object_history.cpp.
| int ON_DoubleValue::Count | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 361 of file opennurbs_object_history.cpp.
| class ON_Value * ON_DoubleValue::Duplicate | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 355 of file opennurbs_object_history.cpp.
| int ON_DoubleValue::GetDoubles | ( | const double *& | a | ) | const [virtual] |
Reimplemented from ON_Value.
Definition at line 393 of file opennurbs_object_history.cpp.
| bool ON_DoubleValue::ReadHelper | ( | ON_BinaryArchive & | archive | ) | [virtual] |
Implements ON_Value.
Definition at line 367 of file opennurbs_object_history.cpp.
| bool ON_DoubleValue::ReportHelper | ( | ON_TextLog & | text_log | ) | const [virtual] |
Implements ON_Value.
Definition at line 379 of file opennurbs_object_history.cpp.
| bool ON_DoubleValue::WriteHelper | ( | ON_BinaryArchive & | archive | ) | const [virtual] |
Implements ON_Value.
Definition at line 373 of file opennurbs_object_history.cpp.
Definition at line 324 of file opennurbs_object_history.cpp.