
Public Member Functions | |
| int | Count () const |
| class ON_Value * | Duplicate () const |
| int | GetGeometryPointers (const ON_Geometry *const *&) const |
| ON_GeometryValue () | |
| ON_GeometryValue (const ON_GeometryValue &src) | |
| ON_GeometryValue & | operator= (const ON_GeometryValue &src) |
| bool | ReadHelper (ON_BinaryArchive &archive) |
| bool | ReportHelper (ON_TextLog &text_log) const |
| bool | WriteHelper (ON_BinaryArchive &archive) const |
| ~ON_GeometryValue () | |
Public Attributes | |
| ON_SimpleArray< ON_Geometry * > | m_value |
Definition at line 1016 of file opennurbs_object_history.cpp.
Definition at line 1045 of file opennurbs_object_history.cpp.
Definition at line 1050 of file opennurbs_object_history.cpp.
| ON_GeometryValue::ON_GeometryValue | ( | const ON_GeometryValue & | src | ) |
Definition at line 1064 of file opennurbs_object_history.cpp.
| int ON_GeometryValue::Count | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 1109 of file opennurbs_object_history.cpp.
| class ON_Value * ON_GeometryValue::Duplicate | ( | ) | const [virtual] |
Implements ON_Value.
Definition at line 1103 of file opennurbs_object_history.cpp.
| int ON_GeometryValue::GetGeometryPointers | ( | const ON_Geometry *const *& | a | ) | const [virtual] |
Reimplemented from ON_Value.
Definition at line 1206 of file opennurbs_object_history.cpp.
| ON_GeometryValue & ON_GeometryValue::operator= | ( | const ON_GeometryValue & | src | ) |
Definition at line 1069 of file opennurbs_object_history.cpp.
| bool ON_GeometryValue::ReadHelper | ( | ON_BinaryArchive & | archive | ) | [virtual] |
Implements ON_Value.
Definition at line 1115 of file opennurbs_object_history.cpp.
| bool ON_GeometryValue::ReportHelper | ( | ON_TextLog & | text_log | ) | const [virtual] |
Implements ON_Value.
Definition at line 1190 of file opennurbs_object_history.cpp.
| bool ON_GeometryValue::WriteHelper | ( | ON_BinaryArchive & | archive | ) | const [virtual] |
Implements ON_Value.
Definition at line 1163 of file opennurbs_object_history.cpp.
Definition at line 1024 of file opennurbs_object_history.cpp.