Ignore:
Timestamp:
11/12/04 12:19:06 (20 years ago)
Author:
mar637
Message:

added new tamplates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDTemplates.cc

    r83 r93  
    7777template class CompiledParam<AutoDiff<Float> >;
    7878template Vector<Bool>::Vector(const vector<bool> &);
     79template Vector<Float>::Vector(const vector<float> &);
     80template Vector<Double>::Vector(const vector<double> &);
    7981template void Array<float>::tovector(vector<float> &) const;
    80 template void hanning(Vector<Float>&, Vector<Bool>&,
    81                       const Vector<Float>&, const Vector<Bool>&, Bool, Bool);
     82template void Array<Bool>::tovector(vector<bool> &) const;
     83template void hanning(Vector<Float>&, Vector<Bool>&,
     84                      const Vector<Float>&, const Vector<Bool>&, Bool, Bool);
    8285template void ImageUtilities::bin(MaskedArray<float>&, Coordinate&, MaskedArray<float> const&, Coordinate const&, uInt, uInt);
    8386template class PtrHolder<Lattice<Float> >;
Note: See TracChangeset for help on using the changeset viewer.