#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"
Go to the source code of this file.
Functions | |
ON__UINT16 | ON_CRC16 (ON__UINT16 current_remainder, size_t count, const void *p) |
ON__UINT32 | ON_CRC32 (ON__UINT32 current_remainder, size_t count, const void *p) |
ON__UINT16 ON_CRC16 | ( | ON__UINT16 | current_remainder, |
size_t | count, | ||
const void * | p | ||
) |
Definition at line 18 of file opennurbs_crc.cpp.
ON__UINT32 ON_CRC32 | ( | ON__UINT32 | current_remainder, |
size_t | count, | ||
const void * | p | ||
) |
Definition at line 109 of file opennurbs_crc.cpp.