_geo :: AttrType :: Class AttrType
[hide private]
[frames] | no frames]

Class AttrType

object --+
         |
        AttrType

The available attribute types. Used by the Attribute and AttribContext classes. Note that we don't support pointer attributes in python, although we do report their type.

Instance Methods [hide private]

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

Class Variables [hide private]
  eFloatAttrib = 0
  eIntAttrib = 5
  eInvalidAttrib = -1
  eMatrix3Attrib = 8
  eMatrix4Attrib = 9
  eNormalAttrib = 4
  ePointerAttrib = 7
  eStringAttrib = 6
  eVector2Attrib = 1
  eVector3Attrib = 2
  eVector4Attrib = 3
Properties [hide private]

Inherited from object: __class__