|
Isis 3.0 Application Source Code Reference |
Home |
Go to the source code of this file.
Functions | |
| void | imageGrid (Buffer &in, Buffer &out) |
| void | groundGrid (Buffer &in, Buffer &out) |
| void | createGroundImage (Camera *cam, Projection *proj) |
| void | IsisMain () |
| bool | imageDrawLine (int line) |
| bool | imageDrawSample (int samp) |
| bool | groundDrawPoint (int samp, int line, bool latGrid=true) |
Variables | |
| bool | outline |
| bool | ticks |
| bool | diagonalTicks |
| int | baseLine |
| int | baseSample |
| int | lineInc |
| int | sampleInc |
| int | tickSize |
| int | lineWidth |
| Latitude | baseLat |
| Longitude | baseLon |
| Angle | latInc |
| Angle | lonInc |
| double | lineValue |
| bool | image |
| double | bkgndValue |
| int | inputSamples |
| int | inputLines |
| GroundGrid * | latLonGrid |
| void createGroundImage | ( | Camera * | cam, | |
| Projection * | proj | |||
| ) |
| bool groundDrawPoint | ( | int | samp, | |
| int | line, | |||
| bool | latGrid = true | |||
| ) |
| bool diagonalTicks |
| int baseSample |
| double bkgndValue |
| int inputSamples |
| int inputLines |
| GroundGrid* latLonGrid |