Blender V2.61 - r43446
Classes | Typedefs | Functions

logImageCore.h File Reference

#include <stdio.h>
#include "logImageLib.h"
#include "BLO_sys_types.h"

Go to the source code of this file.

Classes

struct  _Log_Image_File_t_

Typedefs

typedef int( GetRowFn )(LogImageFile *logImage, unsigned short *row, int lineNum)
typedef int( SetRowFn )(LogImageFile *logImage, const unsigned short *row, int lineNum)
typedef void( CloseFn )(LogImageFile *logImage)
typedef unsigned int U32
typedef unsigned short U16
typedef unsigned char U8
typedef signed int S32
typedef float R32
typedef char ASCII

Functions

void setupLut (LogImageFile *)
void setupLut16 (LogImageFile *)
int pixelsToLongs (int numPixels)
R32 htonf (R32 f)
R32 ntohf (R32 f)
R32 undefined (void)
U16 reverseU16 (U16 value)
U32 reverseU32 (U32 value)
R32 reverseR32 (R32 value)

Detailed Description

Definition in file logImageCore.h.


Typedef Documentation

typedef char ASCII

Definition at line 109 of file logImageCore.h.

typedef void( CloseFn)(LogImageFile *logImage)

Definition at line 49 of file logImageCore.h.

typedef int( GetRowFn)(LogImageFile *logImage, unsigned short *row, int lineNum)

Definition at line 47 of file logImageCore.h.

typedef float R32

Definition at line 108 of file logImageCore.h.

typedef signed int S32

Definition at line 107 of file logImageCore.h.

typedef int( SetRowFn)(LogImageFile *logImage, const unsigned short *row, int lineNum)

Definition at line 48 of file logImageCore.h.

typedef unsigned short U16

Definition at line 105 of file logImageCore.h.

typedef unsigned int U32

Definition at line 104 of file logImageCore.h.

typedef unsigned char U8

Definition at line 106 of file logImageCore.h.


Function Documentation

R32 htonf ( R32  f)
R32 ntohf ( R32  f)
int pixelsToLongs ( int  numPixels)
R32 reverseR32 ( R32  value)

Definition at line 203 of file logImageCore.c.

U16 reverseU16 ( U16  value)

Definition at line 168 of file logImageCore.c.

U32 reverseU32 ( U32  value)

Definition at line 184 of file logImageCore.c.

void setupLut ( LogImageFile )
void setupLut16 ( LogImageFile )
R32 undefined ( void  )

Definition at line 160 of file logImageCore.c.

References Hack::f, Hack::i, and UNDEF_FLOAT.

Referenced by fillCineonImageInfo(), and fillCineonOriginationInfo().