Main Page | Namespace List | Compound List | File List | Compound Members | File Members

Texture_region.h

Go to the documentation of this file.
00001 #ifndef TEXTURE_REGION_H_
00002 #define TEXTURE_REGION_H_
00003 
00004 #include "Texture.h"
00005 #include "Texture_covariance.h"
00006 #include "Region_info.h"
00007 
00008 
00009 class Texture_region {
00010  public:
00011   
00012   Texture_region();
00013   //Texture_region(Texture *tIn);
00014   //Texture_region(Texture_covariance *covIn);
00015   Texture_region(Texture *tIn, Texture_covariance *covIn);
00016   ~Texture_region();
00017 
00019   void setRegionInfo(Region_info *info);
00020   
00021  private:
00022   Texture *t;
00023   Texture_covariance *cov;
00024   Region_info *r;
00025 
00026 };
00027 
00028 
00029 
00030 
00031 #endif

Generated on Thu Sep 4 14:59:31 2003 for Content-Based Image Retrieval by doxygen 1.3.3