Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

trappertypes.h

Go to the documentation of this file.
00001 /*******************************************************************************
00002  *                                                                             *
00003  *   Copyright (C) 2003  Erik Sjolund,  (<html>Erik Sj&ouml;lund</html>)       *
00004  *                       Center for Genomics and Bioinformatics,               *
00005  *                       Karolinska Institutet,                                *
00006  *                       Stockholm,                                            *
00007  *                       Sweden                                                *
00008  *                                                                             *
00009  *  Author: Erik Sjolund                                                       *
00010  *  Email: erik.sjolund@adivo.se                                               *
00011  *                                                                             *
00012  *******************************************************************************
00013  */
00014 
00015 /* TR_DNA is the length unit of the coordinate system of dna bases.
00016  */
00017 
00018 
00019 
00020 #define TR_DNA int32_t
00021 
00022 /* TR_PIX is the length unit of the coordinate system of pixels.
00023 
00024    All methods involving pixel coordinates with QPainter
00025    seems to have pixel coordinate arguments as int. Therefore we
00026    define TR_PIX as int.
00027  */
00028 #define TR_PIX int
00029 

Generated on Fri Mar 17 17:44:24 2006 for trapper by  doxygen 1.4.4