40class RoiFunction: public libdap::ServerFunction
41{
42public:
43 RoiFunction()
44 {
45 setName("roi");
46 setDescriptionString("The roi() function subsets N arrays using slicing information read from an Array of Structures like that produced by the bbox() function.");
47 setUsageString("roi(<array0>, <array1>, ..., <arrayn>, Structure slice[M]), where <array0>, ..., has M or more dimensions.");