|
Isis 3.0 Application Source Code Reference |
Home |
Go to the source code of this file.
Functions | |
| void | getStats (Buffer &in) |
| void | multiply (Buffer &in, Buffer &out) |
| void | subtract (Buffer &in, Buffer &out) |
| void | pvlOut (const string &pv) |
| void | tableOut (const string &pv) |
| void | PVLIn (const Isis::Filename &filename) |
| void | tableIn (const Isis::Filename &filename) |
| void | subSame () |
| void | multSame () |
| void | IsisMain () |
Variables | |
| vector< StaticStats > | st |
| vector< int > | band |
| vector< int > | element |
| vector< double > | median |
| vector< double > | average |
| vector< double > | normalizer |
| int | rowcol |
| bool | normalizeUsingAverage |
| int | totalLines |
| int | totalSamples |
| int | totalBands |
| string | direction |
| void getStats | ( | Buffer & | in | ) |
| void multiply | ( | Buffer & | in, | |
| Buffer & | out | |||
| ) |
Definition at line 447 of file cubenorm.cpp.
| void subtract | ( | Buffer & | in, | |
| Buffer & | out | |||
| ) |
Definition at line 477 of file cubenorm.cpp.
| void pvlOut | ( | const string & | pv | ) |
Definition at line 220 of file cubenorm.cpp.
| void tableOut | ( | const string & | pv | ) |
Definition at line 250 of file cubenorm.cpp.
| void PVLIn | ( | const Isis::Filename & | filename | ) |
Definition at line 300 of file cubenorm.cpp.
| void tableIn | ( | const Isis::Filename & | filename | ) |
Definition at line 339 of file cubenorm.cpp.
| void subSame | ( | ) |
Definition at line 393 of file cubenorm.cpp.
| void multSame | ( | ) |
Definition at line 420 of file cubenorm.cpp.
| void IsisMain | ( | ) |
Definition at line 58 of file cubenorm.cpp.
| vector<StaticStats> st |
Definition at line 30 of file cubenorm.cpp.
| vector<int> band |
Definition at line 31 of file cubenorm.cpp.
| vector<int> element |
Definition at line 32 of file cubenorm.cpp.
| vector<double> median |
Definition at line 33 of file cubenorm.cpp.
| void average |
Definition at line 34 of file cubenorm.cpp.
| vector<double> normalizer |
Definition at line 35 of file cubenorm.cpp.
| int rowcol |
Definition at line 36 of file cubenorm.cpp.
Definition at line 37 of file cubenorm.cpp.
| int totalLines |
Definition at line 40 of file cubenorm.cpp.
| int totalSamples |
Definition at line 41 of file cubenorm.cpp.
| int totalBands |
Definition at line 42 of file cubenorm.cpp.
| string direction |
Definition at line 44 of file cubenorm.cpp.