|
Blender V5.0
|
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.
References data, m_currentOffset, m_data, m_size, and size().
Definition at line 30 of file btMiniSDF.cpp.
References btAssert, 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 btSdfDataStream(), btMiniSDF::load(), and read().
| const char* btSdfDataStream::m_data |
Definition at line 17 of file btMiniSDF.cpp.
Referenced by btSdfDataStream(), and read().
| int btSdfDataStream::m_size |
Definition at line 18 of file btMiniSDF.cpp.
Referenced by btSdfDataStream(), btMiniSDF::load(), and read().