Blender V2.61 - r43446
Classes | Typedefs

BKE_plugin_types.h File Reference

Go to the source code of this file.

Classes

struct  VarStruct
struct  _PluginInfo

Typedefs

typedef int(* TexDoitold )(int stype, void *cast, float *texvec, float *dxt, float *dyt)
typedef int(* TexDoit )(int stype, void *cast, float *texvec, float *dxt, float *dyt, float *result)
typedef void(* SeqDoit )(void *, float, float, int, int, struct ImBuf *, struct ImBuf *, struct ImBuf *, struct ImBuf *)
typedef struct VarStruct VarStruct
typedef struct _PluginInfo PluginInfo

Detailed Description

Author:
nzc

Definition in file BKE_plugin_types.h.


Typedef Documentation

typedef struct _PluginInfo PluginInfo
typedef void(* SeqDoit)(void *, float, float, int, int, struct ImBuf *, struct ImBuf *, struct ImBuf *, struct ImBuf *)

Definition at line 39 of file BKE_plugin_types.h.

typedef int(* TexDoit)(int stype, void *cast, float *texvec, float *dxt, float *dyt, float *result)

Definition at line 38 of file BKE_plugin_types.h.

typedef int(* TexDoitold)(int stype, void *cast, float *texvec, float *dxt, float *dyt)

Definition at line 37 of file BKE_plugin_types.h.

typedef struct VarStruct VarStruct