idAlBeRa.h

Go to the documentation of this file.
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_*/

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1