Home Page Toolkit Overview Using GML User Input Services Finger Tracker Calibrator Frame Grabber Service protocol Obtaining GML Installing GML Licence Developer Documentation Tcl/Tk API The GML Canvas Image processing Tcl Scripts Library List of Classes List of Files C/C++ API List of Classes List of Files |
gml_Bitmap_base.h File ReferenceDetailed DescriptionBasic operation on gml_TBitmaps: allocation, de-allocation.
Go to the source code of this file.
Function Documentation
Initialize gml_TBitmap error codes. Must be called in order to associate error messages to error codes. Can be called many times (simply returns if already initialized).
Initialize the fields of a gml_TBitmap and allocates the memory for the pixels. bitmap must be allocated (but not initialized). If rowOffset is GML_BITMAP_PADDING_AUTO, it is computed by gml_BitmapInit as the smallest possible multiple of 4. If rowOffset is GML_BITMAP_PADDING_NONE, it is computed by gml_BitmapInit as the smallest possible value (no padding between lines).
Return the address of the pixel at (x,y) in the argument bitmap. Will call abort() if (x,y) is outside the bitmap boundaries. Warning: calling this is slow, don't use in a tight loop!
Generated on Tue Jun 12 14:03:28 2007 for gml by
Doxygen 1.5.2.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Contact: julien (dot) letessier (at) gmail (dot) com.
Copyright (c) 2000-2007 CLIPS-IMAG Laboratory, Grenoble, France. All rights reserved. W3CXHTML 1.0 W3CCSS 2.0 |