VIPER REFERENCE MANUAL
iflConfig ( | ); |
iflConfig ( | iflDataType type, iflOrder ord=iflInterleaved, int nchan=0, int* chanList=NULL, int chanOff=0, iflOrientation ori=iflOrientation(0)); |
~iflConfig ( | ); |
void invert ( | int nc, int* chanList) const; |
int isInvertable ( | ) const; |
void compose ( | int nc, int* in, int* out) const; |
int mapChan ( | int idx) const; |
int operator[] ( | int idx) const; |
unsigned char buffer[10*10*3]; static int list[] = { 2, 1, 0 }; iflConfig cfg(iflUChar, iflInterleaved, 3, list); someFile.getTile(0, 0, 0, 10, 10, 1, buffer, &cfg);
someFile.getTile(0, 0, 0, 10, 10, 1, buffer);
float buffer[10*10*4];
iflConfig ( | ); |
iflConfig ( | iflDataType type, iflOrder ord=iflInterleaved, int nchan=0, int* chanList=NULL, int chanOff=0, iflOrientation ori=iflOrientation(0)); |
~iflConfig ( | ); |
void compose ( | int nc, int* in, int* out) const; |
void invert ( | int nc, int* chanList) const; |
int isInvertable ( | ) const; |
int mapChan ( | int idx) const; |
int operator[] ( | int idx) const; |