Definition at line 27 of file physxFileStream.h.
◆ PhysxFileStream()
PhysxFileStream::PhysxFileStream |
( |
const Filename & |
fn, |
|
|
bool |
load |
|
) |
| |
◆ ~PhysxFileStream()
PhysxFileStream::~PhysxFileStream |
( |
| ) |
|
|
virtual |
◆ readBuffer()
void PhysxFileStream::readBuffer |
( |
void * |
buffer, |
|
|
NxU32 |
size |
|
) |
| const |
|
virtual |
◆ readByte()
NxU8 PhysxFileStream::readByte |
( |
| ) |
const |
|
virtual |
◆ readDouble()
double PhysxFileStream::readDouble |
( |
| ) |
const |
|
virtual |
◆ readDword()
NxU32 PhysxFileStream::readDword |
( |
| ) |
const |
|
virtual |
◆ readFloat()
float PhysxFileStream::readFloat |
( |
| ) |
const |
|
virtual |
◆ readWord()
NxU16 PhysxFileStream::readWord |
( |
| ) |
const |
|
virtual |
◆ storeBuffer()
NxStream & PhysxFileStream::storeBuffer |
( |
const void * |
buffer, |
|
|
NxU32 |
size |
|
) |
| |
|
virtual |
◆ storeByte()
NxStream & PhysxFileStream::storeByte |
( |
NxU8 |
b | ) |
|
|
virtual |
◆ storeDouble()
NxStream & PhysxFileStream::storeDouble |
( |
NxF64 |
f | ) |
|
|
virtual |
◆ storeDword()
NxStream & PhysxFileStream::storeDword |
( |
NxU32 |
d | ) |
|
|
virtual |
◆ storeFloat()
NxStream & PhysxFileStream::storeFloat |
( |
NxReal |
f | ) |
|
|
virtual |
◆ storeWord()
NxStream & PhysxFileStream::storeWord |
( |
NxU16 |
w | ) |
|
|
virtual |
The documentation for this class was generated from the following files: