Changeset 3836 in Sophya for trunk/SophyaLib/NTools
- Timestamp:
- Aug 5, 2010, 3:23:35 PM (15 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/cimage.cc
r3667 r3836 8 8 #include <stdlib.h> 9 9 #include "pexceptions.h" 10 #include "cimage.h"11 10 #include "datatype.h" 12 11 #include <typeinfo> 12 13 #define CIMAGE_CC_BFILE // avoid extern template declarations 14 #include "cimage.h" 13 15 14 16 /*! -
trunk/SophyaLib/NTools/cimage.h
r3189 r3836 138 138 }; 139 139 140 141 //--------- extern template declarations (if needed) ----------- 142 #if defined ( NEED_EXT_DECL_TEMP ) && !defined( CIMAGE_CC_BFILE ) 143 extern template class Image<uint_1>; 144 extern template class Image<uint_2>; 145 extern template class Image<uint_4>; 146 extern template class Image<uint_8>; 147 extern template class Image<int_1>; 148 extern template class Image<int_2>; 149 extern template class Image<int_4>; 150 extern template class Image<int_8>; 151 extern template class Image<r_4>; 152 extern template class Image<r_8>; 153 extern template class Image< complex<r_4> >; 154 extern template class Image< complex<r_8> >; 155 #endif // Fin de if defined ( NEED_EXT_DECL_TEMP ) 156 140 157 } // End of namespace SOPHYA 141 158
Note:
See TracChangeset
for help on using the changeset viewer.