|
Isis 3.0 Application Source Code Reference |
Home |
Go to the source code of this file.
Functions | |
| void | average (Buffer &out) |
| void | nearest (Buffer &out) |
| void | IsisMain () |
Variables | |
| Cube * | cube |
| LineManager * | in |
| double | sscale |
| double | lscale |
| double | vper |
| int | ins |
| int | inl |
| int | inb |
| int | ons |
| int | onl |
| double | line |
| int | iline |
| int | sb |
| string | replaceMode |
| std::vector< string > | bands |
| void average | ( | Buffer & | out | ) |
| void nearest | ( | Buffer & | out | ) |
Definition at line 273 of file reduce.cpp.
| void IsisMain | ( | ) |
Definition at line 29 of file reduce.cpp.
Definition at line 17 of file reduce.cpp.
| LineManager* in |
Definition at line 18 of file reduce.cpp.
| double sscale |
Definition at line 19 of file reduce.cpp.
| double lscale |
Definition at line 19 of file reduce.cpp.
| double vper |
Definition at line 20 of file reduce.cpp.
| int ins |
Definition at line 21 of file reduce.cpp.
| int inl |
Definition at line 21 of file reduce.cpp.
| int inb |
Definition at line 21 of file reduce.cpp.
| int ons |
Definition at line 22 of file reduce.cpp.
| int onl |
Definition at line 22 of file reduce.cpp.
| double line |
Definition at line 23 of file reduce.cpp.
| int iline |
Definition at line 24 of file reduce.cpp.
| int sb |
Definition at line 25 of file reduce.cpp.
| string replaceMode |
Definition at line 26 of file reduce.cpp.
| std::vector<string> bands |
Definition at line 27 of file reduce.cpp.