def apply (   self,
  interpolator 
)

Create a new interpolating function which is the evaluated composition of this with the original

Parameters:
interpolator an InterpolatingFunction object

Definition at line 140 of file C2Functions.py.

00140                                  :
00141         "creates a new InterpolatingFunction which has this function applied to the original interpolater"
00142         return interpolator.UnaryOperator(self)
00143 
    ##


Generated on Wed Nov 21 10:18:31 2007 for analysis by  doxygen 1.5.4