FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_dev/devrtrt.h

00001 /***************************************************************************
00002                           devrtrt.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 DEVRTRT_H
00010 #define DEVRTRT_H
00011 
00012 #include "devrt.h"
00013 
00017 //using namespace std;
00018 
00019 //=======================================================
00020 class DevRtRt:public DevRt
00021 // Parallepipedo con buco rettangolare interno
00022 {
00023   protected:
00024   gvet P_Cin,Dins,Dind;  
00025   public:
00026 
00027   DevRtRt(){devtype=TypDevRtRt;devclass="ParallRett";};
00028         ~DevRtRt();
00029   int Posizione();
00030   double CamInter();
00031   double CamBuco();
00032   void  Prgeom();
00033 };
00034 #endif
 All Classes Namespaces Files Functions Variables