FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_dev/devclrt.h

00001 /***************************************************************************
00002                           devclrt.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 DEVCLRT_H
00010 #define DEVCLRT_H
00011 
00012 #include "devcln.h"
00013 
00018 class DevClRt:public DevCln
00019 // Cilindro con buco rettangolare interno
00020 {
00021   protected:
00022   gvet P_Cin,Dins,Dind;
00023   public:
00024   DevClRt(){devtype=TypDevClRt;devclass="CiliRet";};
00025         ~DevClRt(){};
00026   virtual int Posizione();
00027   virtual double CamInter();
00028   virtual double CamBuco();
00029   virtual void  Prgeom();
00030 };
00031 #endif
 All Classes Namespaces Files Functions Variables