00001 /******************************************************************************* 00002 * * 00003 * Copyright (C) 2003 Erik Sjolund, (<html>Erik Sjö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