Transformation.hpp

00001 
00002 //
00003 // $Id: Transformation.hpp,v 1.5 2006/08/11 22:10:29 werner Exp $
00004 //
00005 // $Log: Transformation.hpp,v $
00006 // Revision 1.5  2006/08/11 22:10:29  werner
00007 // Intermediate version to drop vecal library
00008 //
00009 // Revision 1.4  2005/03/09 17:11:50  werner
00010 // Adjustments for Linux compilation.
00011 //
00012 // Revision 1.3  2005/03/09 17:02:35  werner
00013 // Renamed fiber -> fiberspace.
00014 //
00015 // Revision 1.2  2005/01/17 14:47:29  werner
00016 // Improved documentation.
00017 //
00018 // Revision 1.1  2004/08/23 13:02:50  werner
00019 // Objects separated into their own header files.
00020 //
00021 // Revision 1.1  2004/08/12 16:02:37  werner
00022 // Grid Library.
00023 //
00024 //
00026 #ifndef __FIBER_GRID_Transformation_HPP
00027 #define __FIBER_GRID_Transformation_HPP "Created 27.02.2001 21:42:27 by werner"
00028 
00029 #include "GridAPI.h"
00030 #include <field/Field.hpp>
00031 #include <memcore/TypeInfo.hpp>
00032 #include <set>
00033 #include <list>
00034 
00035 #include "FiberSpace.hpp"
00036 
00037 namespace Fiber
00038 {
00039 
00042 class   GRID_API Transformation : public FiberSpace<MemCore::TypeInfo>
00043 {
00044 };
00045 
00046 
00047 } /* namespace Fiber */ 
00048 
00049 #endif /* __FIBER_GRID_Transformation_HPP */