
Public Member Functions | |
| ON_BOOL32 | Archive () const |
| ON_2dPoint | BasePoint () const |
| void | Dump (ON_TextLog &text_log) const |
| ON_BOOL32 | GetDescription (ON_wString &description) |
| ON_HatchExtra () | |
| ON_BOOL32 | Read (ON_BinaryArchive &binary_archive) |
| void | SetBasePoint (ON_2dPoint &basepoint) |
| void | SetDefaults () |
| unsigned int | SizeOf () const |
| ON_BOOL32 | Write (ON_BinaryArchive &binary_archive) const |
| ~ON_HatchExtra () | |
Static Public Member Functions | |
| static ON_HatchExtra * | HatchExtension (ON_Hatch *pHatch, bool bCreate) |
| static const ON_HatchExtra * | HatchExtension (const ON_Hatch *pHatch, bool bCreate) |
Public Attributes | |
| ON_2dPoint | m_basepoint |
| ON_UUID | m_parent_hatch |
Private Member Functions | |
| ON_OBJECT_DECLARE (ON_HatchExtra) | |
Definition at line 23 of file opennurbs_hatch.cpp.
Definition at line 91 of file opennurbs_hatch.cpp.
Definition at line 102 of file opennurbs_hatch.cpp.
| ON_BOOL32 ON_HatchExtra::Archive | ( | ) | const [virtual] |
Reimplemented from ON_UserData.
Definition at line 161 of file opennurbs_hatch.cpp.
| ON_2dPoint ON_HatchExtra::BasePoint | ( | ) | const |
Definition at line 172 of file opennurbs_hatch.cpp.
| void ON_HatchExtra::Dump | ( | ON_TextLog & | text_log | ) | const [virtual] |
Reimplemented from ON_UserData.
Definition at line 112 of file opennurbs_hatch.cpp.
| ON_BOOL32 ON_HatchExtra::GetDescription | ( | ON_wString & | description | ) | [virtual] |
Reimplemented from ON_UserData.
Definition at line 155 of file opennurbs_hatch.cpp.
| ON_HatchExtra * ON_HatchExtra::HatchExtension | ( | ON_Hatch * | pHatch, |
| bool | bCreate | ||
| ) | [static] |
Definition at line 64 of file opennurbs_hatch.cpp.
| const ON_HatchExtra * ON_HatchExtra::HatchExtension | ( | const ON_Hatch * | pHatch, |
| bool | bCreate | ||
| ) | [static] |
Definition at line 86 of file opennurbs_hatch.cpp.
| ON_HatchExtra::ON_OBJECT_DECLARE | ( | ON_HatchExtra | ) | [private] |
| ON_BOOL32 ON_HatchExtra::Read | ( | ON_BinaryArchive & | binary_archive | ) | [virtual] |
Reimplemented from ON_Object.
Definition at line 136 of file opennurbs_hatch.cpp.
| void ON_HatchExtra::SetBasePoint | ( | ON_2dPoint & | basepoint | ) |
Definition at line 166 of file opennurbs_hatch.cpp.
| void ON_HatchExtra::SetDefaults | ( | ) |
Definition at line 106 of file opennurbs_hatch.cpp.
| unsigned int ON_HatchExtra::SizeOf | ( | ) | const [virtual] |
Reimplemented from ON_UserData.
Definition at line 116 of file opennurbs_hatch.cpp.
| ON_BOOL32 ON_HatchExtra::Write | ( | ON_BinaryArchive & | binary_archive | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 123 of file opennurbs_hatch.cpp.
Definition at line 58 of file opennurbs_hatch.cpp.
Definition at line 57 of file opennurbs_hatch.cpp.