|
Isis 3.0 Application Source Code Reference |
Home |
Go to the source code of this file.
Functions | |
| void | cubeavg (vector< Buffer * > &in, vector< Buffer * > &out) |
| void | removekeywords (PvlGroup &pvlg) |
| Removes the PvlKeywords that can't be processed. | |
| void | compute (vector< double > centers, vector< double > widths, Cube *ocube) |
| void | IsisMain () |
| void cubeavg | ( | vector< Buffer * > & | in, | |
| vector< Buffer * > & | out | |||
| ) |
Definition at line 112 of file cubeavg.cpp.
| void removekeywords | ( | PvlGroup & | pvlg | ) |
Removes the PvlKeywords that can't be processed.
| pvlg | the group from which the keywords are removed |
Definition at line 123 of file cubeavg.cpp.
| void compute | ( | vector< double > | centers, | |
| vector< double > | widths, | |||
| Cube * | ocube | |||
| ) |
Definition at line 133 of file cubeavg.cpp.
| void IsisMain | ( | ) |
Definition at line 20 of file cubeavg.cpp.