Blender V2.61 - r43446
Public Attributes

_Log_Image_File_t_ Struct Reference

#include <logImageCore.h>

List of all members.

Public Attributes

int width
int height
int depth
int bitsPerPixel
int imageOffset
int lineBufferLength
unsigned int * lineBuffer
unsigned short * pixelBuffer
int pixelBufferUsed
FILE * file
int reading
int fileYPos
LogImageByteConversionParameters params
unsigned char lut10 [1024]
unsigned short lut8 [256]
unsigned short lut10_16 [1024]
unsigned short lut16_16 [65536]
GetRowFngetRow
SetRowFnsetRow
CloseFnclose
unsigned char * membuffer
uintptr_t membuffersize
unsigned char * memcursor

Detailed Description

Definition at line 51 of file logImageCore.h.


Member Data Documentation

Definition at line 57 of file logImageCore.h.

Referenced by cineonCreate(), cineonOpen(), cineonOpenFromMem(), dpxCreate(), and intern_dpxOpen().

unsigned char _Log_Image_File_t_::lut10[1024]

Definition at line 80 of file logImageCore.h.

Referenced by setupLut().

unsigned short _Log_Image_File_t_::lut10_16[1024]

Definition at line 83 of file logImageCore.h.

Referenced by cineonGetRowBytes(), dpxGetRowBytes(), and setupLut16().

unsigned short _Log_Image_File_t_::lut16_16[65536]

Definition at line 84 of file logImageCore.h.

Referenced by cineonSetRowBytes(), dpxSetRowBytes(), and setupLut16().

unsigned short _Log_Image_File_t_::lut8[256]

Definition at line 81 of file logImageCore.h.

Referenced by setupLut().

Definition at line 91 of file logImageCore.h.

Referenced by cineonOpen(), cineonOpenFromMem(), intern_dpxOpen(), and logimage_fseek().

Definition at line 92 of file logImageCore.h.

Referenced by cineonOpen(), cineonOpenFromMem(), intern_dpxOpen(), and logimage_fseek().

Definition at line 70 of file logImageCore.h.

Referenced by cineonCreate(), cineonOpen(), cineonOpenFromMem(), dpxCreate(), and intern_dpxOpen().


The documentation for this struct was generated from the following file: