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

HxImageToHistogramMask.h

00001 /*
00002  *  Copyright (c) 2002, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Dennis Koelma (koelma@wins.uva.nl)
00007  */
00008 
00009 #ifndef HxImageToHistogramMask_h
00010 #define HxImageToHistogramMask_h
00011 
00012 
00013 #include "HxImageRep.h"
00014 #include "HxHistogram.h"
00015 
00016 
00017 HxHistogram
00018 HxImageToHistogramMask(HxImageRep im, int getDim, double lowBin,
00019     double highBin, int nBin, HxImageRep mask, int maskVal);
00020 
00021 class HxAlwaysInstantiateHistogramMask {
00022 public:
00023     HxAlwaysInstantiateHistogramMask();
00024 };
00025 
00026 static HxAlwaysInstantiateHistogramMask DoTheInstantiation2;
00027 
00028 #endif

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