FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_dev/devxtax.h

00001 /***************************************************************************
00002                           devxtax  -  description
00003                              -------------------
00004     begin                : Sat Aug 14 2004
00005     copyright            : (C) 2004 by gmp
00006     email                : peppe@newpeppe
00007  ***************************************************************************/
00008 #ifndef DEVXTAX_H
00009 #define DEVXTAX_H
00010 
00011 #include <devrt.h>
00012 
00016 class DevXTax : public DevRt
00017 {
00018 protected:
00019   gvet P_Cin,Dins,Dind; 
00020   gvet ForSize,Vtxup,Vtxdw;
00021   gvet Ptxup,Ptxdw;
00022   double dtxd,nv,t;
00023 public:
00024     DevXTax();
00025     ~DevXTax();
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