Module _curvelib :: Class InterpolationType
[hide private]
[frames] | no frames]

Class InterpolationType

object --+
         |
        InterpolationType

Constants for use in parameters which require an interpolation 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]
  eCubicInterpolationType = 2
  eLinearInterpolationType = 1
  eStepInterpolationType = 0
  eUndefineInterpolationType = -1
Properties [hide private]

Inherited from object: __class__