Biomechanical Joint Model
 Author: Anderson Maciel

comebiaxialjoint.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2001 by Anderson Maciel                                 *
00003  *   andi.maciel@gmail.com                                                 *
00004  *                                                                         *
00005  *   This program is free software; you can redistribute it and/or modify  *
00006  *   it under the terms of the GNU General Public License as published by  *
00007  *   the Free Software Foundation; either version 2 of the License, or     *
00008  *   (at your option) any later version.                                   *
00009  *                                                                         *
00010  *   This program is distributed in the hope that it will be useful,       *
00011  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00012  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00013  *   GNU General Public License for more details.                          *
00014  *                                                                         *
00015  *   You should have received a copy of the GNU General Public License     *
00016  *   along with this program; if not, write to the                         *
00017  *   Free Software Foundation, Inc.,                                       *
00018  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
00019  **************************************************************************/
00020 
00022 //
00023 //  PROJECT.....: vpat - Creating Virtual Patients
00024 //  RESPONSIBLE.: Carla Freitas e Luciana Nedel
00025 //
00026 //  FILE........: vpbiaxialjoint.h
00027 //  DESCRIPTION.: Contain the COME_BiaxialJoint class declarations.
00028 //
00029 //  AUTHOR......: Anderson Maciel
00030 //  DATE........: January/15/2001
00031 //  DESCRIPTION.: Class and new methods declaration.
00032 //
00034 
00035 #ifndef __COME_BIAXIALJOINT_H
00036 #define __COME_BIAXIALJOINT_H
00037 
00038 
00039 #include        <kinematics/comejoint.h>
00040 
00042 // Class Name: COME_BiaxialJoint
00043 // Superclass: COME_Joint
00044 // Subclass: COME_CondylarJoint, COME_SaddleJoint, COME_EllipsoidJoint
00045 
00046 class   COME_BiaxialJoint : public COME_Joint{
00047 
00048         private:
00049 
00050         public:
00051                 COME_BiaxialJoint( void );
00052                 COME_BiaxialJoint( COME_Joint *parent );
00053                 COME_BiaxialJoint( COME_Joint *parent, COME_Dof *dof1, COME_Dof *dof2 );
00054                 void    setFlexionTo( double value );
00055                 void    setAductionTo( double value );
00056 
00057 };
00058 
00060 // Class Name: COME_CondylarJoint
00061 // Superclass: COME_BiaxialJoint
00062 // Subclass: none
00063 
00064 class   COME_CondylarJoint : public COME_BiaxialJoint{
00065 
00066 };
00067 
00069 // Class Name: COME_SaddleJoint
00070 // Superclass: COME_BiaxialJoint
00071 // Subclass: none
00072 
00073 class   COME_SaddlelJoint : public COME_BiaxialJoint{
00074 
00075 };
00076 
00078 // Class Name: COME_EllipsoidJoint
00079 // Superclass: COME_BiaxialJoint
00080 // Subclass: none
00081 
00082 class   COME_EllipsoidJoint : public COME_BiaxialJoint{
00083 
00084 };
00085 
00086 #endif

Generated on Thu Dec 1 10:13:32 2005 for COME - Biomechanical Joint Model by  doxygen 1.4.5