RDKit
Open-source cheminformatics and machine learning.
BitVects.h
Go to the documentation of this file.
1 //
2 // Copyright (c) 2001-2006 greg Landrum and Rational Discovery LLC
3 //
4 // @@ All Rights Reserved @@
5 // This file is part of the RDKit.
6 // The contents are covered by the terms of the BSD license
7 // which is included in the file license.txt, found at the root
8 // of the RDKit source tree.
9 //
10 /*! \file BitVects.h
11 
12  \brief Pulls in all the BitVect classes
13 
14 */
15 #include <RDGeneral/export.h>
16 #ifndef __BITVECTS_H__
17 #define __BITVECTS_H__
18 
19 #include "BitVect.h"
20 #include "ExplicitBitVect.h"
21 #include "SparseBitVect.h"
24 
25 #endif
BitVect.h
SBV
SparseBitVect SBV
Definition: BitVects.h:22
ExplicitBitVect.h
EBV
ExplicitBitVect EBV
Definition: BitVects.h:23
SparseBitVect
a class for bit vectors that are sparsely occupied.
Definition: SparseBitVect.h:34
SparseBitVect.h
ExplicitBitVect
a class for bit vectors that are densely occupied
Definition: ExplicitBitVect.h:29
export.h