Ignore:
Timestamp:
Sep 29, 2007, 12:26:36 AM (15 years ago)
Author:
Peter
Message:

adding IteratorWeighted?.h in Makefile.am (so file is included in dist). Also added a file with weighted_iterator_traits as suggested in comment:ticket:251:19. I think we should have one traits class for each property, and that guided me in choice of name. When you need to decide weighted or not call weighted_iterator_traits<T>::type and there is no need to set this in Iterator or IteratorWeighted?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/Makefile.am

    r881 r908  
    3232
    3333include_utility_HEADERS = \
    34   Alignment.h Exception.h FileUtil.h Iterator.h \
    35   kNNI.h matrix.h NNI.h \
     34  Alignment.h Exception.h FileUtil.h Iterator.h IteratorTraits.h \
     35  IteratorWeighted.h kNNI.h matrix.h NNI.h  \
    3636  PCA.h stl_utility.h SVD.h TypeInfo.h utility.h vector.h WeNNI.h
Note: See TracChangeset for help on using the changeset viewer.