next up previous contents [pdf] index

Next: Input parameters Up: sf_int2_init Previous: Call

Definition

void  sf_int2_init (float** coord          /* coordinates [nd][2] */, 
                    float o1, float o2, 
                    float d1, float d2,
                    int   n1, int   n2     /* axes */, 
                    sf_interpolator interp /* interpolation function */, 
                    int nf_in              /* interpolator length */, 
                    int nd_in              /* number of data points */)
/*< initialize >*/
{
   ...
}




2011-07-02