Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
T3d.hpp
00001 
00002 #ifndef _CALIFE_T3D_H_
00003 #define _CALIFE_T3D_H_
00004 
00005 #include <t3d/t3d.h>
00006 
00007 #include "geom/t3d.hpp"
00008 
00009 #include <string>
00010 
00011 namespace jafar {
00012   namespace calife {
00013     class T3D {
00014       private:
00015         ::T3D * _pdata;
00016         void clear_data();
00017 
00018       public :
00019         T3D();
00020         T3D(::T3D * data);
00021         T3D(const jafar::geom::T3D & data);
00022         ~T3D(); 
00023 
00024         ::T3D* get_data();
00025         void set_data(::T3D *);
00026     };
00027   }
00028 }
00029 
00030 #endif /* _CALIFE_T3D_H_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:17 for Jafar by doxygen 1.7.6.1
LAAS-CNRS