latest version v1.9 - last update 10 Apr 2010 |
00001 /* 00002 * Copyright (C) 2003, 2004, 2005, 2006 00003 * Lehrstuhl fuer Technische Informatik, RWTH-Aachen, Germany 00004 * 00005 * This file is part of the LTI-Computer Vision Library (LTI-Lib) 00006 * 00007 * The LTI-Lib is free software; you can redistribute it and/or 00008 * modify it under the terms of the GNU Lesser General Public License (LGPL) 00009 * as published by the Free Software Foundation; either version 2.1 of 00010 * the License, or (at your option) any later version. 00011 * 00012 * The LTI-Lib is distributed in the hope that it will be 00013 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty 00014 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 * GNU Lesser General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU Lesser General Public 00018 * License along with the LTI-Lib; see the file LICENSE. If 00019 * not, write to the Free Software Foundation, Inc., 59 Temple Place - 00020 * Suite 330, Boston, MA 02111-1307, USA. 00021 */ 00022 00023 00024 /*-------------------------------------------------------------------- 00025 * project ....: LTI-Lib: Image Processing and Computer Vision Library 00026 * file .......: ltiDebug.h 00027 * authors ....: Jochen Wickel, Pablo Alvarado 00028 * organization: LTI, RWTH Aachen 00029 * creation ...: 24.02.2003 00030 * revisions ..: $Id: ltiUndebug.h,v 1.3 2006/02/07 18:11:07 ltilib Exp $ 00031 */ 00032 00033 /** 00034 * \file ltiUndebug.h Undefinition of macros for debug purposes. See 00035 * file ltiDebug.h for more information. 00036 */ 00037 00038 #undef _lti_debug 00039 #undef _lti_debug1 00040 #undef _lti_debug2 00041 #undef _lti_debug3 00042 #undef _lti_debug4 00043 #undef _lti_if_debug 00044 #undef _lti_if_debug1 00045 #undef _lti_if_debug2 00046 #undef _lti_if_debug3 00047 #undef _lti_if_debug4 00048 #undef _lti_enterCTOR 00049 #undef _lti_leaveCTOR 00050 #undef _lti_enterDTOR 00051 #undef _lti_leaveDTOR 00052 #undef _lti_showVar 00053 #undef _LTI_DEBUG