00001 // 00002 // Copyright (c) 2001-2006 greg Landrum and Rational Discovery LLC 00003 // 00004 // @@ All Rights Reserved @@ 00005 // This file is part of the RDKit. 00006 // The contents are covered by the terms of the BSD license 00007 // which is included in the file license.txt, found at the root 00008 // of the RDKit source tree. 00009 // 00010 /*! \file BitVects.h 00011 00012 \brief Pulls in all the BitVect classes 00013 00014 */ 00015 #ifndef __BITVECTS_H__ 00016 #define __BITVECTS_H__ 00017 00018 #include "BitVect.h" 00019 #include "ExplicitBitVect.h" 00020 #include "SparseBitVect.h" 00021 typedef SparseBitVect SBV; 00022 typedef ExplicitBitVect EBV; 00023 00024 #endif
1.7.1