Package QSlimLib :: Module qslimlib :: Class MxSMFWriter
[hide private]
[frames] | no frames]

Class MxSMFWriter

source code

object --+
         |
        MxSMFWriter

Instance Methods [hide private]
  __setattr__(self, name, value)
x.__setattr__('name', value) <==> x.name = value
  __getattr__(self, name)
  __repr__(self)
repr(x)
  __init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  write(*args, **kwargs)
  writeSMF(*args, **kwargs)
  __swig_destroy__(...)
  __del__(self)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __str__


Class Variables [hide private]
  __swig_setmethods__ = {'vertex_annotate': <built-in function MxSMFWriter_v...
  __swig_getmethods__ = {'vertex_annotate': <built-in function MxSMFWriter_v...

Properties [hide private]
  face_annotate
  vertex_annotate

Inherited from object: __class__


Method Details [hide private]

__setattr__(self, name, value)

source code 
x.__setattr__('name', value) <==> x.name = value
Overrides: object.__setattr__
(inherited documentation)

__getattr__(self, name)
(Qualification operator)

source code 
None

__repr__(self)
(Representation operator)

source code 
repr(x)
Overrides: object.__repr__
(inherited documentation)

__init__(self, *args, **kwargs)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

write(*args, **kwargs)

source code 
None

writeSMF(*args, **kwargs)

source code 
None

__swig_destroy__(...)

 
None

__del__(self)
(Destructor)

source code 
None

Class Variable Details [hide private]

__swig_setmethods__

None
Value:
{'face_annotate': <built-in function MxSMFWriter_face_annotate_set>,
 'vertex_annotate': <built-in function MxSMFWriter_vertex_annotate_set
>}                                                                     
      

__swig_getmethods__

None
Value:
{'face_annotate': <built-in function MxSMFWriter_face_annotate_get>,
 'vertex_annotate': <built-in function MxSMFWriter_vertex_annotate_get
>}                                                                     
      

Property Details [hide private]

face_annotate

None
Get Method:
QSlimLib._qslimlib.MxSMFWriter_face_annotate_get(...)
Set Method:
QSlimLib._qslimlib.MxSMFWriter_face_annotate_set(...)
Delete Method:
None                                                                  

vertex_annotate

None
Get Method:
QSlimLib._qslimlib.MxSMFWriter_vertex_annotate_get(...)
Set Method:
QSlimLib._qslimlib.MxSMFWriter_vertex_annotate_set(...)
Delete Method:
None