Main Page | Data Structures | Directories | File List | Globals

mqdimensions2i.h

Go to the documentation of this file.
00001 #ifndef _MQDIMENSIONS2I_H_
00002 #define _MQDIMENSIONS2I_H_
00003 
00004 /* Copyright (c) Kyriacos Leptos and the President and Fellows of Harvard University
00005    Release Date: 2004-11-01
00006    Part of the MapQuant suite library "mqbasic.lib" 
00007 */
00008 
00023 struct MQDimensions2i
00024 {
00025     int BIN_SIZE;
00026     int SCAN_SIZE;
00027 };
00028 
00029 typedef struct MQDimensions2i MQDimensions2i;
00030 
00031 MQDimensions2i  MQDimensions2i_new(int x, int y);
00032 void            MQDimensions2i_init(MQDimensions2i* dim, int width, int height);
00033 int             MQDimensions2i_isPointWithin(MQDimensions2i* dim, int x, int y);
00034 
00035 #endif
00036 

Generated on Tue Feb 7 03:25:43 2006 for libmqbasic by  doxygen 1.4.4