Public Member Functions | |
| EXRIStream (char *data, int size) | |
| ~EXRIStream () | |
| bool | read (char c[], int n) |
| Imf::Int64 | tellg () |
| void | seekg (Imf::Int64 pos) |
| void | clear () |
Private Attributes | |
| char * | data |
| int | size |
| int | position |
Definition at line 23 of file fileexr.C.
|
||||||||||||
|
Definition at line 57 of file fileexr.C. References position. |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 91 of file fileexr.C. References position. |
|
|
Definition at line 86 of file fileexr.C. References position. |
|
|
Definition at line 35 of file fileexr.C. Referenced by read(). |
|
|
Definition at line 37 of file fileexr.C. Referenced by EXRIStream(), read(), seekg(), and tellg(). |
|
|
Definition at line 36 of file fileexr.C. Referenced by read(). |
1.4.4