C:/cmcintos/defOrgs/source/physical/abc/Deformation.cxx

00001 #ifndef _DEFORMATION_TXX
00002 #define _DEFORMATION_TXX
00003 
00004 #include "Deformation.h"
00005 
00006 namespace mial
00007 {
00008 
00009 template<class DataType,int nDims,class MType, class VType >
00010 int Deformation<DataType, nDims,MType, VType >::getStatus()
00011 {
00012         return status;
00013 }
00014 
00015 template<class DataType,int nDims,class MType, class VType>
00016 std::string Deformation<DataType, nDims,MType,VType >::getName()
00017 {
00018         return name;
00019 }
00020 
00021 } // end namespace mial
00022 #endif

Generated on Wed Jul 19 13:05:18 2006 for IDO by  doxygen 1.4.7