/* * Copyright (c) ICG. All rights reserved. * See copyright.txt for more information. * * Institute for Computer Graphics and Vision * Graz, University of Technology / Austria * * * This software is distributed WITHOUT ANY WARRANTY; without even * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the above copyright notices for more information. * * * Project : MIPItkProjects * Module : CommonItkUtilities * Class : $RCSfile: commonTypedefs.h,v $ * Language : C++ * Description : * * Author : Martin Urschler * EMail : urschler@icg.tu-graz.ac.at * Date : $Date: 2006-09-11 08:44:08 $ * Version : $Revision: 1.5 $ * Full Id : $Id: commonTypedefs.h,v 1.5 2006-09-11 08:44:08 urschler Exp $ * */ #ifndef __COMMON_TYPEDEFS__ #define __COMMON_TYPEDEFS__ // include files // typedefs typedef unsigned char MY_UINT8; typedef unsigned short MY_UINT16; typedef signed short MY_INT16; typedef unsigned int MY_UINT32; #endif // __COMMON_TYPEDEFS__