Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxVec2Byte.h

00001 /*
00002  *  Copyright (c) 1998, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *
00006  *  Author(s):
00007  *  Dennis Koelma (koelma@wins.uva.nl)
00008  *  Edo Poll (poll@wins.uva.nl)
00009  */
00010 
00011 #ifndef HxVec2Byte_h
00012 #define HxVec2Byte_h
00013 
00014 #include "HxVec2Tem.h"
00015 #include "HxByte.h"
00016 
00017 typedef HxVec2Tem<HxByte> HxVec2Byte;
00018 
00019 static HxVec2Byte dummyVec2Byte; // Dummy statement, see HxVec3Byte.h
00020 
00021 #endif

Generated on Tue Jan 8 13:59:17 2002 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001