Changeset 93
- Timestamp:
- 11/12/04 12:19:06 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDTemplates.cc
r83 r93 77 77 template class CompiledParam<AutoDiff<Float> >; 78 78 template Vector<Bool>::Vector(const vector<bool> &); 79 template Vector<Float>::Vector(const vector<float> &); 80 template Vector<Double>::Vector(const vector<double> &); 79 81 template void Array<float>::tovector(vector<float> &) const; 80 template void hanning(Vector<Float>&, Vector<Bool>&, 81 const Vector<Float>&, const Vector<Bool>&, Bool, Bool); 82 template void Array<Bool>::tovector(vector<bool> &) const; 83 template void hanning(Vector<Float>&, Vector<Bool>&, 84 const Vector<Float>&, const Vector<Bool>&, Bool, Bool); 82 85 template void ImageUtilities::bin(MaskedArray<float>&, Coordinate&, MaskedArray<float> const&, Coordinate const&, uInt, uInt); 83 86 template class PtrHolder<Lattice<Float> >;
Note:
See TracChangeset
for help on using the changeset viewer.