![]() |
OpenGL Vizserver Reference Page |
vsFieldInfo ( | vsUInt frameID, vsUInt drawableID, vsEnum fieldID, vsEnum format, vsEnum type, vsShort x, vsShort y, vsUShort w, vsUShort h); |
virtual ~vsFieldInfo ( | ); |
inline vsUInt getFrameID ( | ) const; |
inline vsUInt getDrawableID ( | ) const; |
inline vsEnum getFieldID ( | ) const; |
inline vsEnum getFormat ( | ) const; |
inline vsEnum getType ( | ) const; |
inline vsShort getX ( | ) const; |
inline vsShort getY ( | ) const; |
inline vsUShort getWidth ( | ) const; |
inline vsUShort getHeight ( | ) const; |
vsBool isParamTypeSupported ( | vsParamTypes::Base) const; |
inline vsCmprParamTypesFieldParams getParamName ( | ) const; |
virtual ParamGroup getParamName ( | ) const; |
virtual vsBool isParamTypeSupported ( | vsParamTypes::Base name) const; |
vsFieldInfo ( | vsUInt frameID, vsUInt drawableID, vsEnum fieldID, vsEnum format, vsEnum type, vsShort x, vsShort y, vsUShort w, vsUShort h); |
vsFieldPixelFormats::Index | color index pixels |
vsFieldPixelFormats::L | luminance pixels |
vsFieldPixelFormats::LA | luminance-alpha pixels |
vsFieldPixelFormats::RGB | RGB pixels |
vsFieldPixelFormats::RGBA | RGBA pixels |
vsFieldPixelFormats::Depth | Depth components |
vsFieldPixelTypes::Byte | signed byte |
vsFieldPixelTypes::UByte | unsigned byte |
vsFieldPixelTypes::Short | signed short (16 bit) |
vsFieldPixelTypes::UShort | unsigned short |
vsFieldPixelTypes::Int | integer (32 bit) |
vsFieldPixelTypes::UInt | unsigned integer |
vsFieldPixelTypes::Float | floating point (32 bit) |
virtual ~vsFieldInfo ( | ); |
inline vsUInt getDrawableID ( | ) const; |
inline vsEnum getFieldID ( | ) const; |
inline vsEnum getFormat ( | ) const; |
inline vsUInt getFrameID ( | ) const; |
inline vsUShort getHeight ( | ) const; |
inline vsCmprParamTypesFieldParams getParamName ( | ) const; |
inline vsEnum getType ( | ) const; |
inline vsUShort getWidth ( | ) const; |
inline vsShort getX ( | ) const; |
inline vsShort getY ( | ) const; |
vsBool isParamTypeSupported ( | vsParamTypes::Base) const; |