FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_dev/devytax.h

00001 /***************************************************************************
00002                           devytax.h  -  description
00003                              -------------------
00004     begin                : Mon Jul 30 2001
00005     copyright            : (C) 2001 by Giuseppe Pierazzini
00006     email                : peppe@unipi.it
00007  ***************************************************************************/
00008 
00009 #ifndef DEVYTAX_H
00010 #define DEVYTAX_H
00011 
00012 #include "devrtrt.h"
00013 
00019 class DevYTax : public DevRtRt  {
00020 protected:
00021 double Rtaxq;
00022 public: 
00023         DevYTax();
00024         ~DevYTax();
00025   virtual int Posizione();
00026   virtual void  Prgeom();
00027 };
00028 
00029 #endif
 All Classes Namespaces Files Functions Variables