Blender V2.61 - r43446
|
Go to the source code of this file.
Functions | |
PyObject * | Filter_allocNew (PyTypeObject *type, PyObject *args, PyObject *kwds) |
void | Filter_dealloc (PyFilter *self) |
PyObject * | Filter_getPrevious (PyFilter *self, void *closure) |
int | Filter_setPrevious (PyFilter *self, PyObject *value, void *closure) |
Variables | |
PyTypeList | pyFilterTypes |
Definition in file FilterBase.cpp.
PyObject* Filter_allocNew | ( | PyTypeObject * | type, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 93 of file FilterBase.cpp.
References PyFilter::m_filter, and NULL.
void Filter_dealloc | ( | PyFilter * | self | ) |
Definition at line 104 of file FilterBase.cpp.
References NULL.
PyObject* Filter_getPrevious | ( | PyFilter * | self, |
void * | closure | ||
) |
Definition at line 117 of file FilterBase.cpp.
References NULL.
int Filter_setPrevious | ( | PyFilter * | self, |
PyObject * | value, | ||
void * | closure | ||
) |
Definition at line 138 of file FilterBase.cpp.
References PyTypeList::in(), and NULL.
Definition at line 85 of file FilterBase.cpp.
Referenced by Image_setFilter(), initVideoTexture(), and registerAllTypes().