|
Isis 3.0 Application Source Code Reference |
Home |
Go to the source code of this file.
Functions | |
| void | compare (vector< Buffer * > &in, vector< Buffer * > &out) |
| void | diffTable (ofstream &target, int precision) |
| void | IsisMain () |
Variables | |
| double | tolerance |
| bool | filesEqual = true |
| bool | firstDifferenceFound = false |
| int | sample |
| int | line |
| int | band |
| int | spCount |
| int | diffCount |
| int | colWidth |
| Statistics | stats |
| bool | doTable |
| unsigned int | sigFigAccuracy = DBL_DIG |
| vector< Difference > | diffset |
| int | sigFigLine = 0 |
| int | sigFigSample = 0 |
| int | sigFigBand = 0 |
| void compare | ( | vector< Buffer * > & | in, | |
| vector< Buffer * > & | out | |||
| ) |
Definition at line 126 of file cubediff.cpp.
| void diffTable | ( | ofstream & | target, | |
| int | precision | |||
| ) |
Definition at line 235 of file cubediff.cpp.
| void IsisMain | ( | ) |
Definition at line 45 of file cubediff.cpp.
| double tolerance |
Definition at line 33 of file cubediff.cpp.
| bool filesEqual = true |
Definition at line 34 of file cubediff.cpp.
| bool firstDifferenceFound = false |
Definition at line 35 of file cubediff.cpp.
| int sample |
Definition at line 36 of file cubediff.cpp.
| int line |
Definition at line 36 of file cubediff.cpp.
| int band |
Definition at line 36 of file cubediff.cpp.
| int spCount |
Definition at line 36 of file cubediff.cpp.
| int diffCount |
Definition at line 36 of file cubediff.cpp.
| int colWidth |
Definition at line 36 of file cubediff.cpp.
| Statistics stats |
Definition at line 37 of file cubediff.cpp.
| bool doTable |
Definition at line 38 of file cubediff.cpp.
| unsigned int sigFigAccuracy = DBL_DIG |
Definition at line 39 of file cubediff.cpp.
| vector<Difference> diffset |
Definition at line 40 of file cubediff.cpp.
| int sigFigLine = 0 |
Definition at line 41 of file cubediff.cpp.
| int sigFigSample = 0 |
Definition at line 42 of file cubediff.cpp.
| int sigFigBand = 0 |
Definition at line 43 of file cubediff.cpp.