RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
DiscreteDistMat.h
Go to the documentation of this file.
1//
2// Copyright (C) 2004-2006 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#include <RDGeneral/export.h>
11#ifndef __RD_DISCRETEDISTMAT_H__
12#define __RD_DISCRETEDISTMAT_H__
13#include "DiscreteValueVect.h"
14
15namespace RDKit {
17 public:
19 ~DiscreteDistMat() = default;
20 unsigned int getDist(unsigned char v1, unsigned char v2,
22
23 private:
24 unsigned int d_oneBitTab[256 * 256];
25 unsigned int d_twoBitTab[256 * 256];
26 unsigned int d_fourBitTab[256 * 256];
27};
29} // namespace RDKit
30#endif
unsigned int getDist(unsigned char v1, unsigned char v2, DiscreteValueVect::DiscreteValueType type)
DiscreteValueType
used to define the possible range of the values
#define RDKIT_DATASTRUCTS_EXPORT
Definition export.h:81
Std stuff.
DiscreteDistMat * getDiscreteDistMat()