00001 //deprecated 00003 // 00004 // PROJECT.....: vpat - Creating Virtual Patients 00005 // RESPONSIBLE.: Carla Freitas e Luciana Nedel 00006 // 00007 // FILE........: vpraysegment.h 00008 // DESCRIPTION.: Contain the VPRaySegment class declarations. 00009 // 00010 // AUTHOR......: Isabel Harb Manssour 00011 // DATE........: May/30/2000 00012 // DESCRIPTION.: Class declaration. 00013 // 00015 00016 00017 // To foresee several "includes" 00018 #ifndef __VPRAYSEGMENT_H 00019 #define __VPRAYSEGMENT_H 00020 00021 00022 00023 00024 //----------------------------------------------------------------- 00025 // R A Y S E G M E N T 00026 //----------------------------------------------------------------- 00027 00028 00030 // Class Name: VPRaySegment 00031 // Superclass: - 00032 // Subclasses: - 00034 00035 class VPRaySegment { 00036 private: 00037 00038 public: 00039 VPRaySegment() {}; 00040 }; 00041 00042 00043 #endif // __VPRAYSEGMENT_H