Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxDataPtr2dVec3Short.h

00001 /*
00002  *  Copyright (c) 1996, 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 HxDataPtr2dVec3Short_h
00012 #define HxDataPtr2dVec3Short_h
00013  
00014 #include "HxDataPtr2dTem.h"
00015 #include "HxVec3Short.h"
00016  
00017 class HxDataPtr2dVec3Short : public HxDataPtr2dTem<HxVec3Short,HxVec3Int> {
00018 public:
00019     HxDataPtr2dVec3Short(HxVec3Short* data, int width) :
00020         HxDataPtr2dTem<HxVec3Short,HxVec3Int>(data, width) {}
00021     HxDataPtr2dVec3Short(HxVec3Short* data, size_t* size) :
00022         HxDataPtr2dTem<HxVec3Short,HxVec3Int>(data, size) {}
00023 };
00024  
00025 #endif

Generated on Tue Feb 3 14:18:33 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001