>
> > I'm working on a slice plane module. I've created a Gridded2DSet
> > and its points to extract the values from the input field. I got a tip a
> > while back that the method evaluate in Function could be used to
> > interpolate values. I could create RealTuples for
>
> Unfinished sentence here, so I'm not sure what role your
> RealTuples play.
I could create RealTuples for each point in the Gridded2DSet and call
evaluate based on that tuple. That would cause a great deal of short
lived objects being created and that would not be very usable in an
application.
Resampling however, works fine.
Thanks
Gunnar