FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_dev/devotcl.h

00001 /***************************************************************************
00002                           devotcl.h  -  description
00003                              -------------------
00004     begin                : Sun Dec 7 2003
00005     copyright            : (C) 2003 by gmp
00006     email                : peppe@newpeppe
00007  ***************************************************************************/
00008 
00009 #ifndef DEVOTCL_H
00010 #define DEVOTCL_H
00011 
00012 #include <devot.h>
00013 
00018  class DevOtCl : public DevOt  { // funziona anche con protecd...
00019 
00020 protected:
00021   gvet  P_Cin,Dins,Dind;
00022   double drinq,rin,rinq;
00023 public:
00024         DevOtCl();
00025         ~DevOtCl();
00026   virtual int Posizione();
00027   virtual double CamInter();
00028   virtual double CamBuco();
00029   virtual void  Prgeom();
00030 
00031 };
00032 
00033 #endif
 All Classes Namespaces Files Functions Variables