IFFBlock Class Reference
#include <IFFReader.h>
List of all members.
Constructor & Destructor Documentation
| IFFBlock::IFFBlock |
( |
|
) |
[inline] |
| IFFBlock::IFFBlock |
( |
char * |
header_in, |
|
|
unsigned long |
size_in, |
|
|
char * |
data_in | |
|
) |
| | |
Member Function Documentation
| long IFFBlock::getLong |
( |
|
) |
[inline] |
| float IFFBlock::getFloat |
( |
|
) |
[inline] |
| short IFFBlock::getShort |
( |
|
) |
[inline] |
| void IFFBlock::getVector |
( |
XYZ & |
xyz_out |
) |
[inline] |
| unsigned long IFFBlock::getVx |
( |
int & |
vxsize |
) |
[inline] |
| unsigned long IFFBlock::getVx |
( |
|
) |
[inline] |
| void IFFBlock::getHeader |
( |
char * |
header |
) |
[inline] |
| void IFFBlock::getString |
( |
string & |
str_out |
) |
[inline] |
| bool IFFBlock::finished |
( |
|
) |
[inline] |
| char* IFFBlock::data_ptr |
( |
|
) |
[inline] |
| long IFFBlock::remainder |
( |
|
) |
[inline] |
| long IFFBlock::longbuf2long |
( |
char * |
in_buf |
) |
[static] |
| float IFFBlock::floatbuf2float |
( |
char * |
in_buf |
) |
[static] |
| short IFFBlock::shortbuf2short |
( |
char * |
in_buf |
) |
[static] |
| void IFFBlock::vectbuf2vect |
( |
XYZ & |
xyz_out, |
|
|
char * |
in_buf | |
|
) |
| | [static] |
| unsigned long IFFBlock::vxbuf2vx |
( |
char * |
in_buf, |
|
|
int & |
vxsize | |
|
) |
| | [static] |
Member Data Documentation
The documentation for this class was generated from the following files: