|
Blender
V3.3
|
Public Member Functions | |
| btSdfDataStream (const char *data, int size) | |
| template<class T > | |
| bool | read (T &val) |
Public Attributes | |
| const char * | m_data |
| int | m_size |
| int | m_currentOffset |
Definition at line 15 of file btMiniSDF.cpp.
|
inline |
Definition at line 22 of file btMiniSDF.cpp.
Definition at line 30 of file btMiniSDF.cpp.
References btAssert, dest, m_currentOffset, m_data, m_size, and T.
Referenced by btMiniSDF::load().
| int btSdfDataStream::m_currentOffset |
Definition at line 20 of file btMiniSDF.cpp.
Referenced by btMiniSDF::load(), and read().
| const char* btSdfDataStream::m_data |
Definition at line 17 of file btMiniSDF.cpp.
Referenced by read().
| int btSdfDataStream::m_size |
Definition at line 18 of file btMiniSDF.cpp.
Referenced by btMiniSDF::load(), and read().