00001 //deprecated 00003 // 00004 // PROJECT.....: vpat - Creating Virtual Patients 00005 // RESPONSIBLE.: Carla Freitas e Luciana Nedel 00006 // 00007 // FILE........: vpcutvolume.cpp 00008 // DESCRIPTION.: Contain the VPCutVolume class implementation. 00009 // 00010 // AUTHOR......: Isabel Harb Manssour 00011 // DATE........: December/14/2000 00012 // DESCRIPTION.: Implementation of class methods. 00013 // 00015 00016 00017 #include <vpcutvolume.h> 00018 00019 00021 // Description: Class "VPCutVolume" constructor without parameter. 00022 // Parameters.: - 00023 // Return.....: - 00024 00025 VPCutVolume::VPCutVolume () { 00026 00027 } 00028