Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Data.h

00001 /* OOQP                                                               *
00002  * Authors: E. Michael Gertz, Stephen J. Wright                       *
00003  * (C) 2001 University of Chicago. See Copyright Notification in OOQP */
00004 
00005 #ifndef DATA_H
00006 #define DATA_H
00007 
00008 class Variables;
00009 
00016 class Data
00017 {
00018 public:
00019   
00020   Data();    
00021   virtual ~Data();
00022   
00024   virtual double datanorm() = 0;
00025 
00027   virtual void print() = 0;
00028 };
00029 
00030 #endif

Generated on Mon May 24 17:40:46 2004 for OOQP by doxygen1.2.18