|
static bool | BeginRead3dmLEGACYSTUFF (ON_BinaryArchive &file, unsigned int stuff_tcode) |
|
static const unsigned char * | BufferToChunkValue (bool bReverseByteOrder, size_t sizeof_chunk_value, const unsigned char *buffer, const unsigned char *buffer_end, ON__INT64 *chunk_value) |
|
static const unsigned char * | BufferToINT64 (bool bReverseByteOrder, const unsigned char *buffer, const unsigned char *buffer_end, ON__INT64 *i64) |
|
static const unsigned char * | BufferToUINT16 (bool bReverseByteOrder, const unsigned char *buffer, const unsigned char *buffer_max, ON__UINT16 *u16) |
|
static const unsigned char * | BufferToUINT32 (bool bReverseByteOrder, const unsigned char *buffer, const unsigned char *buffer_end, ON__UINT32 *u32) |
|
static const unsigned char * | BufferToUuid (bool bReverseByteOrder, const unsigned char *buffer, const unsigned char *buffer_end, ON_UUID &uuid) |
|
static const unsigned char * | BufferValidateTcode (bool bReverseByteOrder, const unsigned char *buffer, const unsigned char *buffer_end, ON__UINT32 expected_tcode) |
|
static bool | DownSizeChunkValue (ON__UINT32 typecode, ON__INT64 v64, ON__INT32 *v32) |
|
static bool | DownSizeINT (ON__INT64 i64, ON__INT32 *i32) |
|
static bool | DownSizeUINT (ON__UINT64 u64, ON__UINT32 *u32) |
|
static bool | Dump3dmChunk_EndReadChunkHelper (ON_BinaryArchive &file, size_t offset0, ON__UINT32 tcode, ON__INT64 big_value, ON_TextLog &dump) |
|
static void | Dump3dmChunk_ErrorReportHelper (size_t offset, const char *msg, ON_TextLog &dump) |
|
static bool | Dump3dmChunk_UserDataHeaderHelper (size_t offset, ON_BinaryArchive &file, int major_userdata_version, int minor_userdata_version, ON_TextLog &dump) |
|
static bool | DumpChunk_PrintHeaderInfo (size_t offset0, ON__UINT32 typecode, ON__INT64 big_value, ON_TextLog &dump) |
|
static const unsigned char * | EmergencyFindTable_UuidHelper (bool bReverseByteOrder, size_t sizeof_chunk_value, const unsigned char *buffer, const unsigned char *buffer_end, const ON__UINT32 expected_tcode, const ON_UUID *expected_uuid) |
|
static bool | IsCoreUserData (const ON_UserData *ud) |
|
bool | ON_IsLongChunkTypecode (ON__UINT32 typecode) |
|
bool | ON_IsShorChunkTypecode (ON__UINT32 typecode) |
|
bool | ON_IsUnsignedChunkTypecode (ON__UINT32 typecode) |
|
int | on_strnicmp (const char *s1, const char *s2, int n) |
|
bool | ON_WriteOneObjectArchive (ON_BinaryArchive &archive, int version, const ON_Object &object) |
|
static bool | ReadObjectUserDataHeaderHelper (ON_BinaryArchive &binary_archive, const int major_userdata_version, const int minor_userdata_version, CUserDataHeaderInfo &ud_header) |
|
static ON_Curve * | ReadV1_RHINOIO_BREP_CURVE (ON_BinaryArchive &file) |
|
static ON_NurbsCurve * | ReadV1_RHINOIO_NURBS_CURVE_OBJECT_DATA (ON_BinaryArchive &file) |
|
static ON_NurbsSurface * | ReadV1_RHINOIO_NURBS_SURFACE_OBJECT_DATA (ON_BinaryArchive &file) |
|
static bool | ReadV1_TCODE_ANNOTATION_Helper (ON_BinaryArchive &archive, char *buffer, ON_wString &tc) |
|
ON_Curve * | ReadV1_TCODE_LEGACY_CRVSTUFF (ON_BinaryArchive &file) |
|
static ON_BOOL32 | ReadV1_TCODE_LEGACY_SPL (ON_BinaryArchive &file, ON_NurbsCurve *&pNurbsCurve) |
|
static ON_NurbsCurve * | ReadV1_TCODE_LEGACY_SPLSTUFF (ON_BinaryArchive &file) |
|
static ON_BOOL32 | ReadV1_TCODE_LEGACY_SRF (ON_BinaryArchive &file, ON_NurbsSurface *&pNurbsSurface) |
|
static ON_NurbsSurface * | ReadV1_TCODE_LEGACY_SRFSTUFF (ON_BinaryArchive &file) |
|
static void | TweakAnnotationPlane (ON_Plane &plane) |
|