EvolvingObjects
eoTransform.h
00001 
00023 //-----------------------------------------------------------------------------
00024 
00025 #ifndef _eoTransform_h
00026 #define _eoTransform_h
00027 
00028 
00029 //-----------------------------------------------------------------------------
00030 #include <eoPop.h>
00031 //-----------------------------------------------------------------------------
00032 
00039 template<class EOT>
00040 class eoTransform : public eoUF<eoPop<EOT>&, void>
00041 {};
00042 
00043 #endif
 All Classes Namespaces Files Functions Variables Typedefs Friends