Main Page | Compound List | File List | Compound Members | File Members

VYAprocess Class Reference

#include <vya.h>

List of all members.

Public Member Functions

 VYAprocess (Id n)
virtual ~VYAprocess ()
void VYAcheckPrecision (const char *fullName, VYAbitPrecision inPrec, VYAbitPrecision outPrec, unsigned int minInBits, unsigned int maxInBits, bool inSigned, bool outSigned)
void VYAcheckLineLength (const char *fullName, VYApixel **lineBuffer, VYAlineLength len, VYAlineLength *oldLen, VYAlineLength minLen, VYAlineLength maxLen)
void VYAcheckImageWidth (const char *fullName, VYApixel **lineBuffer, VYAimageWidth width, VYAimageWidth *oldWidth, VYAimageWidth minWidth, VYAimageWidth maxWidth)
void VYAcheckImageHeight (const char *fullName, VYAimageHeight height, VYAimageHeight *oldHeight, VYAimageHeight minHeight, VYAimageHeight maxHeight)
void VYAcheckImageSize (const char *fullName, VYApixel **imageBuffer, VYAimageWidth width, VYAimageWidth *oldWidth, VYAimageWidth minWidth, VYAimageWidth maxWidth, VYAimageHeight height, VYAimageHeight *oldHeight, VYAimageHeight minHeight, VYAimageHeight maxHeight)


Constructor & Destructor Documentation

VYAprocess::VYAprocess Id  n  ) 
 

Definition at line 31 of file vya.cc.

VYAprocess::~VYAprocess  )  [virtual]
 

Definition at line 35 of file vya.cc.


Member Function Documentation

void VYAprocess::VYAcheckImageHeight const char *  fullName,
VYAimageHeight  height,
VYAimageHeight oldHeight,
VYAimageHeight  minHeight,
VYAimageHeight  maxHeight
 

Definition at line 135 of file vya.cc.

void VYAprocess::VYAcheckImageSize const char *  fullName,
VYApixel **  imageBuffer,
VYAimageWidth  width,
VYAimageWidth oldWidth,
VYAimageWidth  minWidth,
VYAimageWidth  maxWidth,
VYAimageHeight  height,
VYAimageHeight oldHeight,
VYAimageHeight  minHeight,
VYAimageHeight  maxHeight
 

Definition at line 150 of file vya.cc.

References VYApixel.

void VYAprocess::VYAcheckImageWidth const char *  fullName,
VYApixel **  lineBuffer,
VYAimageWidth  width,
VYAimageWidth oldWidth,
VYAimageWidth  minWidth,
VYAimageWidth  maxWidth
 

Definition at line 116 of file vya.cc.

References VYApixel.

void VYAprocess::VYAcheckLineLength const char *  fullName,
VYApixel **  lineBuffer,
VYAlineLength  len,
VYAlineLength oldLen,
VYAlineLength  minLen,
VYAlineLength  maxLen
 

Definition at line 97 of file vya.cc.

References VYApixel.

void VYAprocess::VYAcheckPrecision const char *  fullName,
VYAbitPrecision  inPrec,
VYAbitPrecision  outPrec,
unsigned int  minInBits,
unsigned int  maxInBits,
bool  inSigned,
bool  outSigned
 

Definition at line 39 of file vya.cc.

References VYAbitPrecision::bits, VYAbitPrecision::signbit, VYA_MAX_BITS_S, VYA_MAX_BITS_U, and VYA_MIN_BITS.


The documentation for this class was generated from the following files:
Generated on Wed Feb 15 14:52:42 2006 for vya by doxygen 1.3.2