Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

vpquantificationtools.h

Go to the documentation of this file.
00001 //deprecated
00003 //
00004 //  PROJECT.....: vpat - Creating Virtual Patients
00005 //  RESPONSIBLE.: Carla Freitas e Luciana Nedel
00006 //
00007 //  FILE........: vpquantificationtools.h
00008 //  DESCRIPTION.: Contain the VPQuantificationTools class hierarchy 
00009 //                declarations. 
00010 //
00011 //  AUTHOR......: Isabel Harb Manssour
00012 //  DATE........: May/30/2000
00013 //  DESCRIPTION.: Class declaration.
00014 //
00016 
00017 
00018 // To foresee several "includes"
00019 #ifndef __VPQUANTIFICATIONTOOLS_H   
00020 #define __VPQUANTIFICATIONTOOLS_H
00021 
00022 
00023 
00024 
00025 //-----------------------------------------------------------------
00026 // Q U A N T I F I C A T I O N   T O O L S    
00027 //-----------------------------------------------------------------
00028 
00029 
00031 // Class Name: VPQuantificationTools
00032 // Superclass: -
00033 // Subclasses: VPPointValue, VPDistanceValue, VPVolumeValue
00035 
00036 class VPQuantificationTools {
00037     public:
00038         VPQuantificationTools() {};
00039 };
00040 
00041 
00043 // Class Name: VPPointValue
00044 // Superclass: VPQuantificationTools
00045 // Subclasses: -
00047 
00048 class VPPointValue: public VPQuantificationTools {
00049     public:
00050         VPPointValue();
00051 };
00052 
00053 
00055 // Class Name: VPDistanceValue
00056 // Superclass: VPQuantificationTools
00057 // Subclasses: -
00059 
00060 class VPDistanceValue: public VPQuantificationTools {
00061     public:
00062         VPDistanceValue();
00063 };
00064 
00065 
00067 // Class Name: VPVolumeValue
00068 // Superclass: VPQuantificationTools
00069 // Subclasses: -
00071 
00072 class VPVolumeValue: public VPQuantificationTools {
00073     public:
00074         VPVolumeValue();
00075 };
00076 
00077 
00078 
00079 #endif  // __VPQUANTIFICATIONTOOLS_H

Generated on Tue Sep 6 10:00:05 2005 for VPAT by  doxygen 1.4.4