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

HxDataPtr3dShort.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 HxDataPtr3dShort_h
00012 #define HxDataPtr3dShort_h
00013  
00014 #include "HxDataPtr3dScalarTem.h"
00015  
00016 class HxDataPtr3dShort : public HxDataPtr3dScalarTem<short,HxScalarInt> {
00017 public:
00018     HxDataPtr3dShort(short* data, int width, int height) :
00019         HxDataPtr3dScalarTem<short,HxScalarInt>(data, width, height) {}
00020     HxDataPtr3dShort(short* data, size_t* size) :
00021         HxDataPtr3dScalarTem<short,HxScalarInt>(data, size) {}
00022 };
00023  
00024 #endif

Generated on Mon Jan 27 15:48:42 2003 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001