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

HxBlob2dFeature.h

00001 /*
00002  *  Copyright (c) 2002, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *
00006  *  Author(s):
00007  *  Dennis Koelma (koelma@science.uva.nl)
00008  */
00009 
00010 #ifndef HxBlob2dFeature_h
00011 #define HxBlob2dFeature_h
00012 
00013 #include "HxStd.h"
00014 #include "HxIoFwd.h"
00015 #include "HxString.h"
00016 
00017 
00020 class HxBlob2dFeature {
00021 public:
00023                                 HxBlob2dFeature();
00024 
00026     virtual                     ~HxBlob2dFeature();
00027 
00029     virtual HxBlob2dFeature*    clone() const = 0;
00030 
00031 protected:
00033                                 HxBlob2dFeature(const HxBlob2dFeature&);
00034 };
00035 
00036 inline
00037 HxBlob2dFeature::HxBlob2dFeature()
00038 {
00039 }
00040 
00041 inline
00042 HxBlob2dFeature::~HxBlob2dFeature()
00043 {
00044 }
00045 
00046 inline
00047 HxBlob2dFeature::HxBlob2dFeature(const HxBlob2dFeature& rhs)
00048 {
00049 }
00050 
00051 #endif

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