USGS

Isis 3.0 Application Source Code Reference

Home

hiccdstitch.cpp File Reference

Go to the source code of this file.

Defines

#define GUIHELPERS

Functions

void helperButtonLog ()
map< string, void * > GuiHelpers ()
vector< HiriseCCDLocation > CCDlocation (21000)
bool compareCcd (const HiriseCCD &x, const HiriseCCD &y)
bool compareMos (const HiriseCCD &x, const HiriseCCD &y)
void InitCCDLocation (int outns)
void PlaceCCDs (Buffer &buf)
void IsisMain ()
void CreateStitch (Buffer &buf)

Variables

vector< HiriseCCD > CCDlist
vector< HiriseCCD >::size_type CCDindex
Interpolator * interp

Define Documentation

#define GUIHELPERS

Definition at line 1 of file hiccdstitch.cpp.


Function Documentation

void helperButtonLog (  ) 

Definition at line 519 of file hiccdstitch.cpp.

map<string, void *> GuiHelpers (  ) 

Definition at line 26 of file hiccdstitch.cpp.

vector<HiriseCCDLocation> CCDlocation ( 21000   ) 
bool compareCcd ( const HiriseCCD &  x,
const HiriseCCD &  y 
)

Definition at line 408 of file hiccdstitch.cpp.

bool compareMos ( const HiriseCCD &  x,
const HiriseCCD &  y 
)

Definition at line 415 of file hiccdstitch.cpp.

void InitCCDLocation ( int  outns  ) 

Definition at line 441 of file hiccdstitch.cpp.

void PlaceCCDs ( Buffer &  buf  ) 

Definition at line 474 of file hiccdstitch.cpp.

void IsisMain (  ) 

Definition at line 79 of file hiccdstitch.cpp.

void CreateStitch ( Buffer &  buf  ) 

Definition at line 434 of file hiccdstitch.cpp.


Variable Documentation

vector<HiriseCCD> CCDlist

Definition at line 67 of file hiccdstitch.cpp.

vector<HiriseCCD>::size_type CCDindex

Definition at line 68 of file hiccdstitch.cpp.

static double interp

Definition at line 77 of file hiccdstitch.cpp.