VIPER REFERENCE MANUAL
iflLut ( | ); |
iflLut ( | int numChan, iflDataType dtype, double min, double max, int length=0); |
iflLut ( | void* table, int numChan, iflDataType dtype, double min, double max, int length=0); |
iflLut ( | const iflLut& other); |
virtual ~iflLut ( | ); |
int getNumChans ( | ) const; |
iflDataType getDataType ( | ) const; |
int getLength ( | ) const; |
double getVal ( | double domainIdx, int chan=0) const; |
iflStatus setVal ( | double val, double domainIdx, int chan=0); |
void* getOrigin ( | int chan) const; |
void* getChan ( | int chan) const; |
void* getData ( | ) const; |
void setData ( | void* data); |
void getDomain ( | double& min, double& max) const; |
double getDomainMin ( | ) const; |
double getDomainMax ( | ) const; |
double getDomainStep ( | ) const; |
void getRange ( | double& min, double& max) const; |
iflStatus setDomain ( | double min, double max); |
int isDiff ( | const iflLut& from) const; |
void operator= ( | const iflLut& from); |
void init ( | void* table, int tabChannels, iflDataType tabType, double min, double max, int length=0); |
iflLut ( | ); |
iflLut ( | int numChan, iflDataType dtype, double min, double max, int length=0); |
iflLut ( | void* table, int numChan, iflDataType dtype, double min, double max, int length=0); |
iflLut ( | const iflLut& other); |
virtual ~iflLut ( | ); |
void* getChan ( | int chan) const; |
void* getData ( | ) const; |
iflDataType getDataType ( | ) const; |
void getDomain ( | double& min, double& max) const; |
double getDomainMax ( | ) const; |
double getDomainMin ( | ) const; |
double getDomainStep ( | ) const; |
int getLength ( | ) const; |
int getNumChans ( | ) const; |
void* getOrigin ( | int chan) const; |
void getRange ( | double& min, double& max) const; |
double getVal ( | double domainIdx, int chan=0) const; |
void init ( | void* table, int tabChannels, iflDataType tabType, double min, double max, int length=0); |
int isDiff ( | const iflLut& from) const; |
void operator= ( | const iflLut& from); |
void setData ( | void* data); |
iflStatus setDomain ( | double min, double max); |
iflStatus setVal ( | double val, double domainIdx, int chan=0); |