#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"
Go to the source code of this file.
Classes | |
| struct | BufferAndSize |
| struct | ON_BUFFER_SEGMENT |
Functions | |
| static bool | CompressedStreamHandler (void *context, ON__UINT32 size, const void *buffer) |
| static bool | ON_Buffer_IsNotValid () |
| static bool | ON_Buffer_StreamCallback (void *context, ON__UINT32 size, const void *buffer) |
| static bool | ON_EmbeddedFileIsNotValid () |
| ON_OBJECT_IMPLEMENT (ON_EmbeddedFile, ON_Object,"1247BEC9-D9A9-46B3-900F-39DE7A355BD3") | |
| static bool | UncompressedToBufferHandler (void *context, ON__UINT32 size, const void *buffer) |
| static bool | UncompressedToFileHandler (void *context, ON__UINT32 size, const void *buffer) |
| static bool CompressedStreamHandler | ( | void * | context, |
| ON__UINT32 | size, | ||
| const void * | buffer | ||
| ) | [static] |
Definition at line 1381 of file opennurbs_embedded_file.cpp.
| static bool ON_Buffer_IsNotValid | ( | ) | [static] |
Definition at line 446 of file opennurbs_embedded_file.cpp.
| static bool ON_Buffer_StreamCallback | ( | void * | context, |
| ON__UINT32 | size, | ||
| const void * | buffer | ||
| ) | [static] |
Definition at line 1056 of file opennurbs_embedded_file.cpp.
| static bool ON_EmbeddedFileIsNotValid | ( | ) | [static] |
Definition at line 1702 of file opennurbs_embedded_file.cpp.
| ON_OBJECT_IMPLEMENT | ( | ON_EmbeddedFile | , |
| ON_Object | , | ||
| "1247BEC9-D9A9-46B3-900F-39DE7A355BD3" | |||
| ) |
| static bool UncompressedToBufferHandler | ( | void * | context, |
| ON__UINT32 | size, | ||
| const void * | buffer | ||
| ) | [static] |
Definition at line 1570 of file opennurbs_embedded_file.cpp.
| static bool UncompressedToFileHandler | ( | void * | context, |
| ON__UINT32 | size, | ||
| const void * | buffer | ||
| ) | [static] |
Definition at line 1497 of file opennurbs_embedded_file.cpp.