Torque2D Reference
|
This is the complete list of members for BitStream, including all inherited members.
_read(const U32 size, void *d) | BitStream | virtual |
_write(const U32 size, const void *d) | BitStream | virtual |
bitNum | BitStream | protected |
BitStream(void *bufPtr, S32 bufSize, S32 maxWriteSize=-1) | BitStream | inline |
bufSize | BitStream | protected |
Capability enum name | Stream | |
clear() | BitStream | |
clearCompressionPoint() | BitStream | |
Closed enum value | Stream | |
copyFrom(Stream *other) | Stream | |
dataPtr | BitStream | protected |
dumbDownNormal(const Point3F &vec, S32 bitCount) | BitStream | static |
EOS enum value | Stream | |
error | BitStream | protected |
getBuffer() | BitStream | inline |
getBytePtr() | BitStream | |
getCurPos() const | BitStream | inline |
getPacketStream(U32 writeSize=0) | BitStream | static |
getPosition() const | BitStream | virtual |
getReadByteSize() | BitStream | |
getStatus() const | Stream | inline |
getStatusString(const Status in_status) | Stream | static |
getStreamSize() | BitStream | virtual |
hasCapability(const Capability) const | BitStream | inlinevirtual |
HuffmanProcessor class | BitStream | friend |
IllegalCall enum value | Stream | |
IOError enum value | Stream | |
isFull() | BitStream | inline |
isValid() | BitStream | inline |
maxReadBitNum | BitStream | protected |
maxWriteBitNum | BitStream | protected |
mCompressPoint | BitStream | protected |
mCompressRelative | BitStream | protected |
Ok enum value | Stream | |
Put(char character) | Stream | inline |
read(ColorI *) | Stream | |
read(ColorF *) | Stream | |
read(const U32 in_numBytes, void *out_pBuffer) | Stream | inline |
read(bool *out_pRead) | Stream | inline |
readAffineTransform(MatrixF *) | BitStream | |
readBits(S32 bitCount, void *bitPtr) | BitStream | virtual |
readClassId(U32 classType, U32 classGroup) | BitStream | |
readCompressedPoint(Point3F *p, F32 scale=0.01f) | BitStream | |
readCussedU32() | BitStream | inline |
readFlag() | BitStream | inlinevirtual |
readFloat(S32 bitCount) | BitStream | |
readInt(S32 bitCount) | BitStream | |
readLine(U8 *buffer, U32 bufferSize) | Stream | |
readLongString(U32 maxStringLen, char *stringBuf) | Stream | |
readNormalVector(Point3F *vec, S32 bitCount) | BitStream | |
readNormalVector(Point3F *vec, S32 angleBitCount, S32 zBitCount) | BitStream | |
readRangedF32(F32 min, F32 max, U32 numBits) | BitStream | inline |
readRangedS32(S32 min, S32 max) | BitStream | inline |
readRangedU32(U32 rangeStart, U32 rangeEnd) | BitStream | inline |
readSignedFloat(S32 bitCount) | BitStream | |
readSignedInt(S32 bitCount) | BitStream | |
readString(char stringBuf[256]) | BitStream | virtual |
readSTString(bool casesens=false) | Stream | |
readVector(Point3F *vec, F32 minMag, F32 maxMag, S32 magBits, S32 angleBits, S32 zBits) | BitStream | |
sendPacketStream(const NetAddress *addr) | BitStream | static |
setBit(S32 bitCount, bool set) | BitStream | |
setBuffer(void *bufPtr, S32 bufSize, S32 maxSize=0) | BitStream | |
setCompressionPoint(const Point3F &p) | BitStream | |
setCurPos(const U32) | BitStream | inline |
setPosition(const U32 in_newPosition) | BitStream | virtual |
setStatus(const Status in_newStatus) | Stream | inlineprotected |
setStringBuffer(char buffer[256]) | BitStream | |
Status enum name | Stream | |
Stream() | Stream | |
StreamPosition enum value | Stream | |
StreamRead enum value | Stream | |
StreamWrite enum value | Stream | |
stringBuffer | BitStream | protected |
testBit(S32 bitCount) | BitStream | |
UnknownError enum value | Stream | |
write(const ColorI &) | Stream | |
write(const ColorF &) | Stream | |
write(const U32 in_numBytes, const void *in_pBuffer) | Stream | inline |
write(const bool &in_rWrite) | Stream | inline |
writeAffineTransform(const MatrixF &) | BitStream | |
writeBits(S32 bitCount, const void *bitPtr) | BitStream | virtual |
writeClassId(U32 classId, U32 classType, U32 classGroup) | BitStream | |
writeCompressedPoint(const Point3F &p, F32 scale=0.01f) | BitStream | |
writeCussedU32(U32 val) | BitStream | inline |
writeFlag(bool val) | BitStream | virtual |
writeFloat(F32 f, S32 bitCount) | BitStream | |
writeFormattedBuffer(const char *format,...) | Stream | |
writeInt(S32 value, S32 bitCount) | BitStream | |
writeLine(U8 *buffer) | Stream | |
writeLongString(U32 maxStringLen, const char *string) | Stream | |
writeNormalVector(const Point3F &vec, S32 bitCount) | BitStream | |
writeNormalVector(const Point3F &vec, S32 angleBitCount, S32 zBitCount) | BitStream | |
writeRangedF32(F32 value, F32 min, F32 max, U32 numBits) | BitStream | inline |
writeRangedS32(S32 value, S32 min, S32 max) | BitStream | inline |
writeRangedU32(U32 value, U32 rangeStart, U32 rangeEnd) | BitStream | inline |
writeSignedFloat(F32 f, S32 bitCount) | BitStream | |
writeSignedInt(S32 value, S32 bitCount) | BitStream | |
writeString(const char *stringBuf, S32 maxLen=255) | BitStream | virtual |
writeStringBuffer(const char *buffer) | Stream | inline |
writeTabs(U32 count) | Stream | inline |
writeVector(Point3F vec, F32 minMag, F32 maxMag, S32 magBits, S32 angleBits, S32 zBits) | BitStream | |
~Stream() | Stream | virtual |