void tvForallDatasets (tvBase const *threeD, void (*f) (TsGeoPyramid *, void *), void *closure)

Call the given function for each TsGeoPyramid in the dataset list

Documentation

Call the given function for each TsGeoPyramid in the dataset list. Externals: None.
Returns:
void
Parameters:
threeD - handle to render thread
f - callback function
closure - opaque data passed to f
Author:
Lee Iverson.
Version:
December 1999.


Back to
TerraVision API Home Page