VIPER REFERENCE MANUAL
iflPixel ( | iflDataType type=iflDataType(0), int nc=0, const void* data=NULL); |
iflPixel ( | const iflPixel& pix); |
~iflPixel ( | ); |
void set ( | iflDataType type, int nc=0, const void* data=NULL); |
void convert ( | const iflPixel& pix, iflDataType toType, int nc=0, int* chanList=NULL); |
void operator= ( | const iflPixel& pix); |
double getElem ( | int index) const; |
void setElem ( | double val, int index=0); |
double min ( | ) const; |
double max ( | ) const; |
int getNumChans ( | ) const; |
iflDataType getDataType ( | ) const; |
void* getData ( | ) const; |
double operator[] ( | int index) const; |
int operator== ( | const iflPixel& pix); |
int operator!= ( | const iflPixel& pix); |
iflPixel ( | iflDataType type=iflDataType(0), int nc=0, const void* data=NULL); |
iflPixel ( | const iflPixel& pix); |
~iflPixel ( | ); |
void convert ( | const iflPixel& pix, iflDataType toType, int nc=0, int* chanList=NULL); |
void* getData ( | ) const; |
iflDataType getDataType ( | ) const; |
double getElem ( | int index) const; |
int getNumChans ( | ) const; |
double max ( | ) const; |
double min ( | ) const; |
int operator!= ( | const iflPixel& pix); |
void operator= ( | const iflPixel& pix); |
int operator== ( | const iflPixel& pix); |
double operator[] ( | int index) const; |
void set ( | iflDataType type, int nc=0, const void* data=NULL); |
void setElem ( | double val, int index=0); |