Go to the source code of this file.
Classes | |
| struct | ON_3DM_BIG_CHUNK |
| struct | ON_3DM_CHUNK |
| class | ON_3dmGoo |
| class | ON_BinaryArchive |
| class | ON_BinaryArchiveBuffer |
| class | ON_BinaryFile |
| class | ON_Buffer |
| class | ON_FileIterator |
| class | ON_FileStream |
| class | ON_Read3dmBufferArchive |
| class | ON_Write3dmBufferArchive |
Typedefs | |
| typedef void(* | ON_Buffer_ErrorHandler )(class ON_Buffer *) |
Functions | |
| bool | ON_IsLongChunkTypecode (ON__UINT32 typecode) |
| bool | ON_IsShortChunkTypecode (ON__UINT32 typecode) |
| void | ON_SetBinaryArchiveOpenNURBSVersion (ON_BinaryArchive &, int) |
| ON_DECL bool | ON_WriteOneObjectArchive (ON_BinaryArchive &archive, int version, const ON_Object &object) |
| typedef void(* ON_Buffer_ErrorHandler)(class ON_Buffer *) |
Definition at line 332 of file opennurbs_archive.h.
| bool ON_IsLongChunkTypecode | ( | ON__UINT32 | typecode | ) |
Definition at line 311 of file opennurbs_archive.cpp.
| bool ON_IsShortChunkTypecode | ( | ON__UINT32 | typecode | ) |
| void ON_SetBinaryArchiveOpenNURBSVersion | ( | ON_BinaryArchive & | , |
| int | |||
| ) |
Definition at line 416 of file opennurbs_3dm_properties.cpp.
| ON_DECL bool ON_WriteOneObjectArchive | ( | ON_BinaryArchive & | archive, |
| int | version, | ||
| const ON_Object & | object | ||
| ) |
Definition at line 13497 of file opennurbs_archive.cpp.