Public Member Functions | |
ON_BOOL32 | Archive () const |
ON_BOOL32 | GetDescription (ON_wString &) |
ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
ON_MeshNgonUserData () | |
ON_MeshNgonUserData (const ON_MeshNgonUserData &) | |
ON_MeshNgonUserData & | operator= (const ON_MeshNgonUserData &) |
ON_BOOL32 | Read (ON_BinaryArchive &) |
unsigned int | SizeOf () const |
ON_BOOL32 | Write (ON_BinaryArchive &) const |
~ON_MeshNgonUserData () | |
Public Attributes | |
int | m_mesh_F_count |
int | m_mesh_V_count |
ON_MeshNgonList * | m_ngon_list |
Private Member Functions | |
ON_OBJECT_DECLARE (ON_MeshNgonUserData) |
Definition at line 154 of file opennurbs_mesh_ngon.cpp.
Definition at line 190 of file opennurbs_mesh_ngon.cpp.
Definition at line 200 of file opennurbs_mesh_ngon.cpp.
ON_MeshNgonUserData::ON_MeshNgonUserData | ( | const ON_MeshNgonUserData & | src | ) |
Definition at line 209 of file opennurbs_mesh_ngon.cpp.
ON_BOOL32 ON_MeshNgonUserData::Archive | ( | ) | const [virtual] |
Reimplemented from ON_UserData.
Definition at line 387 of file opennurbs_mesh_ngon.cpp.
ON_BOOL32 ON_MeshNgonUserData::GetDescription | ( | ON_wString & | description | ) | [virtual] |
Reimplemented from ON_UserData.
Definition at line 381 of file opennurbs_mesh_ngon.cpp.
ON_BOOL32 ON_MeshNgonUserData::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Reimplemented from ON_UserData.
Definition at line 239 of file opennurbs_mesh_ngon.cpp.
ON_MeshNgonUserData::ON_OBJECT_DECLARE | ( | ON_MeshNgonUserData | ) | [private] |
ON_MeshNgonUserData & ON_MeshNgonUserData::operator= | ( | const ON_MeshNgonUserData & | src | ) |
Definition at line 219 of file opennurbs_mesh_ngon.cpp.
ON_BOOL32 ON_MeshNgonUserData::Read | ( | ON_BinaryArchive & | archive | ) | [virtual] |
Reimplemented from ON_Object.
Definition at line 311 of file opennurbs_mesh_ngon.cpp.
unsigned int ON_MeshNgonUserData::SizeOf | ( | ) | const [virtual] |
Reimplemented from ON_UserData.
Definition at line 257 of file opennurbs_mesh_ngon.cpp.
ON_BOOL32 ON_MeshNgonUserData::Write | ( | ON_BinaryArchive & | archive | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 266 of file opennurbs_mesh_ngon.cpp.
Definition at line 184 of file opennurbs_mesh_ngon.cpp.
Definition at line 185 of file opennurbs_mesh_ngon.cpp.
Definition at line 178 of file opennurbs_mesh_ngon.cpp.