| Trees | Index | Help |
|
|---|
| Package FreeImagePy :: Module constants :: Class FreeImageIO |
|
object--+ |_CData--+ |Structure--+ | FreeImageIO
| Method Summary | |
|---|---|
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Class Variable Summary | |
|---|---|
list |
_fields_ = [('read_proc', <class 'ctypes.CFunctionType'>...
|
CField |
read_proc = <Field type=CFunctionType, ofs=0, size=4>
|
CField |
seek_proc = <Field type=CFunctionType, ofs=8, size=4>
|
CField |
tell_proc = <Field type=CFunctionType, ofs=12, size=4>
|
CField |
write_proc = <Field type=CFunctionType, ofs=4, size=4>
|
| Class Variable Details |
|---|
read_proc
|
seek_proc
|
tell_proc
|
write_proc
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Nov 17 12:52:34 2006 | http://epydoc.sf.net |