RDKit
Open-source cheminformatics and machine learning.
Main Page
Namespaces
Classes
Files
File List
File Members
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
#ifndef __BITVECTS_H__
16
#define __BITVECTS_H__
17
18
#include "
BitVect.h
"
19
#include "
ExplicitBitVect.h
"
20
#include "
SparseBitVect.h
"
21
typedef
SparseBitVect
SBV
;
22
typedef
ExplicitBitVect
EBV
;
23
24
#endif
EBV
ExplicitBitVect EBV
Definition:
BitVects.h:22
SparseBitVect
a class for bit vectors that are sparsely occupied.
Definition:
SparseBitVect.h:35
ExplicitBitVect.h
SBV
SparseBitVect SBV
Definition:
BitVects.h:21
BitVect.h
ExplicitBitVect
a class for bit vectors that are densely occupied
Definition:
ExplicitBitVect.h:26
SparseBitVect.h
DataStructs
BitVects.h
Generated on Sat Apr 23 2016 18:49:15 for RDKit by
1.8.11