arbeit
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

RasterData.h

Go to the documentation of this file.
00001 //------------------------------------------------------------------------
00002 //
00003 //   Joe Kniss
00004 //     7-1-03
00005 //                   ________    ____   ___ 
00006 //                  |        \  /    | /  /
00007 //                  +---+     \/     |/  /
00008 //                  +--+|  |\    /|     < 
00009 //                  |  ||  | \  / |  |\  \ 
00010 //                  |      |  \/  |  | \  \ 
00011 //                   \_____|      |__|  \__\
00012 //                       Copyright  2003 
00013 //                      Joe Michael Kniss
00014 //                   <<< jmk@cs.utah.edu >>>
00015 //               "All Your Base are Belong to Us"
00016 //-------------------------------------------------------------------------
00017 
00018 ///RasterData.h
00019 /// a base class for raster data
00020 
00021 #ifndef __SIMIAN_RASTER_DATA_DOT_H
00022 #define __SIMIAN_RASTER_DATA_DOT_H
00023 
00024 #include <core/DataObj.h>
00025 #include <nrro/nrro.h>
00026 
00027 /// an interface for raster data
00028 
00029 class RasterDataIF : public DataObj
00030 {
00031 public:
00032    RasterDataIF() :DataObj() {}
00033    virtual ~RasterDataIF(){}
00034 
00035 
00036 protected:
00037 
00038 };
00039 
00040 
00041 #endif

Send questions, comments, and bug reports to:
jmk