BitVectUtils.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006 #ifndef __RD_BITVECTS_UTILS_H__
00007 #define __RD_BITVECTS_UTILS_H__
00008
00009 #include "BitVects.h"
00010 #include <string>
00011
00012
00013
00014 template <typename T>
00015 void FromDaylightString(T &sbv,std::string s);
00016
00017
00018
00019 template <typename T>
00020 void FromBitString(T &sbv,const std::string &s);
00021
00022
00023
00024
00025
00026
00027
00028
00029 ExplicitBitVect *convertToExplicit(const SparseBitVect *sbv);
00030 #endif