next up previous contents [pdf] index

Next: Input parameters Up: sf_impl2_init Previous: Call

Definition

void sf_impl2_init (float r1, float r2   /* radius */, 
                 int n1_in, int n2_in /* data size */, 
                 float tau            /* duration */, 
                 float pclip          /* percentage clip */, 
                 bool up_in           /* weighting case */,
                 bool verb_in         /* verbosity flag */,
                 float *dist_in       /* optional distance function */,
                 int nsnap_in         /* number of snapshots */,
                 sf_file snap_in      /* snapshot file */)
/*< initialize >*/
{
   ...
}




2011-07-02