VIPER REFERENCE MANUAL
iflFileConfig ( | const iflSize* imagedims=NULL, iflDataType datatype=iflDataType(0), iflOrder dimensionorder=iflOrder(0), iflColorModel colormodel=iflColorModel(0), iflOrientation orientation=iflOrientation(0), iflCompression compression=iflCompression(0), const iflSize* pagedims=NULL); |
iflFileConfig ( | iflFile* file); |
void reset ( | ); |
void setDimensions ( | const iflSize& imagedims); |
void setDataType ( | iflDataType datatype); |
void setOrder ( | iflOrder dimensionorder); |
void setColorModel ( | iflColorModel colormodel); |
void setOrientation ( | iflOrientation orientation); |
void setCompression ( | iflCompression compression); |
void setPageDimensions ( | const iflSize& pagedims); |
void getDimensions ( | iflSize& imagedims); |
const iflSize& getDimensions ( | ); |
void getSize ( | iflSize& imagesize); |
iflDataType getDataType ( | ); |
iflOrder getOrder ( | ); |
iflColorModel getColorModel ( | ); |
iflOrientation getOrientation ( | ); |
iflCompression getCompression ( | ); |
void getPageDimensions ( | iflSize& pagedims); |
const iflSize& getPageDimensions ( | ); |
void getPageSize ( | iflSize& pagesize); |
int areDimensionsDefaulted ( | ); |
int isDataTypeDefaulted ( | ); |
int isOrderDefaulted ( | ); |
int isColorModelDefaulted ( | ); |
int isOrientationDefaulted ( | ); |
int isCompressionDefaulted ( | ); |
int arePageDimensionsDefaulted ( | ); |
iflFileConfig ( | const iflSize* imagedims=NULL, iflDataType datatype=iflDataType(0), iflOrder dimensionorder=iflOrder(0), iflColorModel colormodel=iflColorModel(0), iflOrientation orientation=iflOrientation(0), iflCompression compression=iflCompression(0), const iflSize* pagedims=NULL); |
iflFileConfig ( | iflFile* file); |
int areDimensionsDefaulted ( | ); |
int arePageDimensionsDefaulted ( | ); |
iflColorModel getColorModel ( | ); |
iflCompression getCompression ( | ); |
iflDataType getDataType ( | ); |
void getDimensions ( | iflSize& imagedims); |
const iflSize& getDimensions ( | ); |
iflOrder getOrder ( | ); |
iflOrientation getOrientation ( | ); |
void getPageDimensions ( | iflSize& pagedims); |
const iflSize& getPageDimensions ( | ); |
void getPageSize ( | iflSize& pagesize); |
void getSize ( | iflSize& imagesize); |
int isColorModelDefaulted ( | ); |
int isCompressionDefaulted ( | ); |
int isDataTypeDefaulted ( | ); |
int isOrderDefaulted ( | ); |
int isOrientationDefaulted ( | ); |
void reset ( | ); |
void setColorModel ( | iflColorModel colormodel); |
void setCompression ( | iflCompression compression); |
void setDataType ( | iflDataType datatype); |
void setDimensions ( | const iflSize& imagedims); |
void setOrder ( | iflOrder dimensionorder); |
void setOrientation ( | iflOrientation orientation); |
void setPageDimensions ( | const iflSize& pagedims); |