Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Transferrable.hpp
00001 /* $Id$ */
00002 
00003 #ifndef _GEOM_TRANSFERABLE_HPP_
00004 #define _GEOM_TRANSFERABLE_HPP_
00005 
00006 namespace jafar {
00007   namespace geom {
00008     template<int dimension>
00009     class Repere;
00013     template<int dimension>
00014     class Transferrable {
00015         typedef Repere<dimension> RepereD;
00016       public:
00017         virtual ~Transferrable() {}
00018         virtual void changeReference( const RepereD* reference ) = 0;
00019     };
00020   }
00021 }
00022 
00023 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

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