cgma
|
00001 //------------------------------------------------------------------------- 00002 // Filename : Lump.cpp 00003 // 00004 // Purpose : 00005 // 00006 // Special Notes : 00007 // 00008 // Creator : Xuechen Liu 00009 // 00010 // Creation Date : 08/02/96 00011 // 00012 // Owner : Malcolm J. Panthaki 00013 //------------------------------------------------------------------------- 00014 00015 #include "Lump.hpp" 00016 #include "RefVolume.hpp" 00017 00018 00019 //------------------------------------------------------------------------- 00020 // Purpose : The default constructor. Does not do anything right now. 00021 // 00022 // Special Notes : 00023 // 00024 // Creator : Xuechen Liu 00025 // 00026 // Creation Date : 08/02/96 00027 //------------------------------------------------------------------------- 00028 00029 Lump::Lump() 00030 { 00031 } 00032 00033 //------------------------------------------------------------------------- 00034 // Purpose : The destructor. Does not do anything right now. 00035 // 00036 // Special Notes : 00037 // 00038 // Creator : Raikanta Sahu 00039 // 00040 // Creation Date : 09/06/96 00041 //------------------------------------------------------------------------- 00042 00043 Lump::~Lump() 00044 {}