00001 #ifndef IDALBERA_H_ 00002 #define IDALBERA_H_ 00003 00004 class idAlBeRa 00005 { 00006 public: 00007 int _id; 00008 double _radio; 00009 int _deltavoxel; 00010 idAlBeRa(int id, double radio,int deltavoxel); 00011 }; 00012 00013 #endif /*IDALBERA_H_*/