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

vpvertex3d.cpp

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........: vpvector3d.h
00008 //  DESCRIPTION.: Contain the VPVector3D class declarations.
00009 //
00010 //  AUTHOR......: Anderson Maciel
00011 //  DATE........: August/22/2000
00012 //  DESCRIPTION.: Classe and methods declaration.
00013 //  DATE........: June/05/2001
00014 //  DESCRIPTION.: Fixing bugs.
00015 //
00017 
00018 #include <vpvertex3d.h>
00019 
00020 VPVertex3D::VPVertex3D( void ){
00021     x = 0;
00022   y = 0;
00023   z = 0;
00024 }

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