Changeset 815
- Timestamp:
- 02/16/06 12:10:30 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDTemplates.cc
r794 r815 29 29 //# $Id: 30 30 //#--------------------------------------------------------------------------- 31 #include "S DMemTable.h"31 #include "Scantable.h" 32 32 33 33 #include <casa/aips.h> … … 39 39 40 40 namespace asap { 41 template class casa::CountedConstPtr<S DMemTable>;42 template class casa::CountedPtr<S DMemTable>;43 template class casa::PtrRep<S DMemTable>;44 template class casa::SimpleCountedConstPtr<S DMemTable>;45 template class casa::SimpleCountedPtr<S DMemTable>;41 template class casa::CountedConstPtr<Scantable>; 42 template class casa::CountedPtr<Scantable>; 43 template class casa::PtrRep<Scantable>; 44 template class casa::SimpleCountedConstPtr<Scantable>; 45 template class casa::SimpleCountedPtr<Scantable>; 46 46 } 47 47 … … 59 59 #include <scimath/Mathematics/InterpolateArray1D.cc> 60 60 #include <tables/Tables/BaseMappedArrayEngine.cc> 61 #include <tables/Tables/TableVector.h> 62 #include <tables/Tables/TVec.cc> 63 #include <tables/Tables/TableVector.cc> 64 #include <tables/Tables/TVecScaCol.cc> 65 #include <tables/Tables/TVecTemp.cc> 66 67 template class ROTableVector<uInt>; 68 template class TabVecScaCol<uInt>; 69 template class TabVecTemp<uInt>; 70 template class TabVecRep<uInt>; 71 72 template class ROTableVector<Float>; 73 template class TabVecScaCol<Float>; 74 template class TabVecTemp<Float>; 75 template class TabVecRep<Float>; 61 76 62 77 template void convertArray<Bool, uChar>(Array<Bool> &, Array<uChar> const &); … … 76 91 template MaskedArray<Float> operator*<Float>(MaskedArray<Float> const&, Array<Float> const&); 77 92 template MaskedArray<Float> operator*<Float>(Array<Float> const&, MaskedArray<Float> const&); 93 template MaskedArray<Float> operator*<Float>(Float const&, MaskedArray<Float> const&); 78 94 template Float stddev<Float>(MaskedArray<Float> const&); 79 95 template Float median<Float>(MaskedArray<Float> const&, Bool, Bool); … … 91 107 namespace mathutil { 92 108 template void hanning(Vector<Float>&, Vector<Bool>&, 93 const Vector<Float>&, 94 const Vector<Bool>&, 109 const Vector<Float>&, 110 const Vector<Bool>&, 95 111 Bool, Bool); 96 112 template uInt addEntry(Vector<uInt>&, uInt); … … 98 114 const Int& initVal); 99 115 } 100 template Array<Bool> SDPolUtil::stokesData (Array<Bool>& dataIn, Bool);101 template Array<Float> SDPolUtil::computeStokesDataForWriter(Array<Float>& dataIn, Bool);102 template Array<uChar> SDPolUtil::computeStokesDataForWriter(Array<uChar>& dataIn, Bool);116 //template Array<Bool> SDPolUtil::stokesData (Array<Bool>& dataIn, Bool); 117 //template Array<Float> SDPolUtil::computeStokesDataForWriter(Array<Float>& dataIn, Bool); 118 //template Array<uChar> SDPolUtil::computeStokesDataForWriter(Array<uChar>& dataIn, Bool); 103 119
Note:
See TracChangeset
for help on using the changeset viewer.