Blender  V3.3
Public Member Functions | Public Attributes | List of all members
btSdfDataStream Struct Reference

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
 

Detailed Description

Definition at line 15 of file btMiniSDF.cpp.

Constructor & Destructor Documentation

◆ btSdfDataStream()

btSdfDataStream::btSdfDataStream ( const char *  data,
int  size 
)
inline

Definition at line 22 of file btMiniSDF.cpp.

Member Function Documentation

◆ read()

template<class T >
bool btSdfDataStream::read ( T val)
inline

Definition at line 30 of file btMiniSDF.cpp.

References btAssert, dest, m_currentOffset, m_data, m_size, and T.

Referenced by btMiniSDF::load().

Member Data Documentation

◆ m_currentOffset

int btSdfDataStream::m_currentOffset

Definition at line 20 of file btMiniSDF.cpp.

Referenced by btMiniSDF::load(), and read().

◆ m_data

const char* btSdfDataStream::m_data

Definition at line 17 of file btMiniSDF.cpp.

Referenced by read().

◆ m_size

int btSdfDataStream::m_size

Definition at line 18 of file btMiniSDF.cpp.

Referenced by btMiniSDF::load(), and read().


The documentation for this struct was generated from the following file: