FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_dev/devsfera.h

00001 /***************************************************************************
00002                           DevSfera.h  -  description
00003                              -------------------
00004     begin                : Sat May 26 2001
00005     copyright            : (C) 2001 by Giuseppe Pierazzini
00006     email                : peppe@unipi.it
00007  ***************************************************************************/
00008 
00009 #ifndef DevSfera_H
00010 #define DevSfera_H
00011 
00012 #include "device.h"
00013 
00019 class DevSfera:public Device
00020 // Volume sferico senza buco
00021 {
00022   protected:
00023   gvet    Douts,Doutd;
00024   double rout,routq,rin,rinq;
00025   double rbuco,rbucoq,zbucoin,zbucoout;
00026   public:
00027   DevSfera();
00028         ~DevSfera();
00029   virtual int Posizione();
00030   virtual double CamEster();
00031   virtual double CamInter();
00032    virtual double CamBuco();
00033   virtual void  Prgeom();
00034 
00035 };
00036 #endif
 All Classes Namespaces Files Functions Variables