|
Isis 3.0 Application Source Code Reference |
Home |
Go to the source code of this file.
Functions | |
| void | FindPerimeter (Buffer &in) |
| void | SpecialRemoval (Buffer &out) |
| void | IsisMain () |
Variables | |
| int | minSample |
| int | maxSample |
| int | numSamples |
| int | minLine |
| int | maxLine |
| int | numLines |
| int | curBand |
| int | numBands |
| bool | cropNulls |
| bool | cropHrs |
| bool | cropLrs |
| bool | cropHis |
| bool | cropLis |
| LineManager * | in |
| Cube | cube |
| void FindPerimeter | ( | Buffer & | in | ) |
Definition at line 143 of file cropspecial.cpp.
| void SpecialRemoval | ( | Buffer & | out | ) |
Definition at line 167 of file cropspecial.cpp.
| void IsisMain | ( | ) |
Definition at line 27 of file cropspecial.cpp.
| int minSample |
Definition at line 16 of file cropspecial.cpp.
| int maxSample |
Definition at line 16 of file cropspecial.cpp.
| int numSamples |
Definition at line 16 of file cropspecial.cpp.
| int minLine |
Definition at line 17 of file cropspecial.cpp.
| int maxLine |
Definition at line 17 of file cropspecial.cpp.
| int numLines |
Definition at line 17 of file cropspecial.cpp.
| int curBand |
Definition at line 18 of file cropspecial.cpp.
| int numBands |
Definition at line 18 of file cropspecial.cpp.
| bool cropNulls |
Definition at line 19 of file cropspecial.cpp.
| bool cropHrs |
Definition at line 19 of file cropspecial.cpp.
| bool cropLrs |
Definition at line 19 of file cropspecial.cpp.
| bool cropHis |
Definition at line 19 of file cropspecial.cpp.
| bool cropLis |
Definition at line 19 of file cropspecial.cpp.
| LineManager* in |
Definition at line 20 of file cropspecial.cpp.
Definition at line 21 of file cropspecial.cpp.