Panda3D
Public Member Functions | Public Attributes | List of all members
PhysxMemoryReadBuffer Class Reference
Inheritance diagram for PhysxMemoryReadBuffer:

Public Member Functions

 PhysxMemoryReadBuffer (const NxU8 *data)
 
virtual void readBuffer (void *buffer, NxU32 size) const
 
virtual NxU8 readByte () const
 
virtual double readDouble () const
 
virtual NxU32 readDword () const
 
virtual float readFloat () const
 
virtual NxU16 readWord () const
 
virtual NxStream & storeBuffer (const void *buffer, NxU32 size)
 
virtual NxStream & storeByte (NxU8 b)
 
virtual NxStream & storeDouble (NxF64 f)
 
virtual NxStream & storeDword (NxU32 d)
 
virtual NxStream & storeFloat (NxReal f)
 
virtual NxStream & storeWord (NxU16 w)
 

Public Attributes

const NxU8 * buffer
 

Detailed Description

Definition at line 24 of file physxMemoryReadBuffer.h.


The documentation for this class was generated from the following files: