Package pyffi :: Package formats :: Package nif :: Class NifFormat :: Class TexFilterMode
[hide private]
[frames] | no frames]

Class TexFilterMode

source code

                         object --+            
                                  |            
             utils.graph.DetailNode --+        
                                      |        
      object_models.xml.basic.BasicBase --+    
                                          |    
                         object --+       |    
                                  |       |    
object_models.editable.EditableBase --+   |    
                                      |   |    
object_models.editable.EditableComboBox --+    
                                          |    
            object_models.xml.enum.EnumBase --+
                                              |
                                             NifFormat.TexFilterMode

Specifies the availiable texture filter modes. That is, the way pixels within a texture are blended together when textures are displayed on the screen at a size other than their original dimentions.
Nested Classes [hide private]

Inherited from object_models.xml.enum.EnumBase: __metaclass__

Instance Methods [hide private]

Inherited from object_models.xml.enum.EnumBase: __init__, __str__, get_detail_display, get_editor_keys, get_editor_value, get_hash, get_size, get_value, read, set_editor_value, set_value, write

Inherited from object_models.xml.basic.BasicBase: fix_links, get_links, get_refs, get_strings, replace_global_node

Inherited from utils.graph.DetailNode: get_detail_child_edge_types, get_detail_child_names, get_detail_child_nodes, get_detail_iterator

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  FILTER_BILERP = 1
  FILTER_BILERP_MIPNEAREST = 5
  FILTER_NEAREST = 0
  FILTER_NEAREST_MIPLERP = 4
  FILTER_NEAREST_MIPNEAREST = 3
  FILTER_TRILERP = 2
  _enumkeys = [u'FILTER_NEAREST', u'FILTER_BILERP', u'FILTER_TRI...
  _enumvalues = [0, 1, 2, 3, 4, 5]
  _max = 4294967295
  _numbytes = 4
  _struct = 'I'

Inherited from object_models.xml.enum.EnumBase (private): _min

Inherited from object_models.xml.basic.BasicBase: arg

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

_enumkeys

Value:
[u'FILTER_NEAREST',
 u'FILTER_BILERP',
 u'FILTER_TRILERP',
 u'FILTER_NEAREST_MIPNEAREST',
 u'FILTER_NEAREST_MIPLERP',
 u'FILTER_BILERP_MIPNEAREST']