Package FreeImagePy :: Module constants :: Class FreeImageIO
[show private | hide private]
[frames | no frames]

Type FreeImageIO

object --+        
         |        
    _CData --+    
             |    
     Structure --+
                 |
                FreeImageIO


Method Summary
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
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

_fields_

Type:
list
Value:
[('read_proc', <class 'ctypes.CFunctionType'>),
 ('write_proc', <class 'ctypes.CFunctionType'>),
 ('seek_proc', <class 'ctypes.CFunctionType'>),
 ('tell_proc', <class 'ctypes.CFunctionType'>)]                        

read_proc

Type:
CField
Value:
<Field type=CFunctionType, ofs=0, size=4>                              

seek_proc

Type:
CField
Value:
<Field type=CFunctionType, ofs=8, size=4>                              

tell_proc

Type:
CField
Value:
<Field type=CFunctionType, ofs=12, size=4>                             

write_proc

Type:
CField
Value:
<Field type=CFunctionType, ofs=4, size=4>                              

Generated by Epydoc 2.1 on Fri Nov 17 12:52:34 2006 http://epydoc.sf.net