Isis 3.0 Application Source Code Reference |
Home |
Go to the source code of this file.
Functions | |
void | blend (Buffer &in) |
bool | inIntersection (int sample, int line) |
bool | validValue (int oSample, int oLine) |
Chip * | createRamp (Chip *pic1, Chip *pic2, int stop) |
void | processNodes (QQueue< Node > &nodes, QVector< int > &ol, int &maxScore, int stop) |
void | readOutputs (string outName, const FileList &inputs, FileList &outputs) |
void | generateOutputs (const FileList &inputs, FileList &outputs) |
void | IsisMain () |
Variables | |
int | r1 |
int | r2 |
int | c1 |
int | c2 |
Chip * | blendRamp |
Chip * | i1 |
Chip * | i2 |
int | s1 |
int | s2 |
int | l1 |
int | l2 |
int | line |
void processNodes | ( | QQueue< Node > & | nodes, | |
QVector< int > & | ol, | |||
int & | maxScore, | |||
int | stop | |||
) |
void readOutputs | ( | string | outName, | |
const FileList & | inputs, | |||
FileList & | outputs | |||
) |
void generateOutputs | ( | const FileList & | inputs, | |
FileList & | outputs | |||
) |