RDKit
Open-source cheminformatics and machine learning.
Main Page
Namespaces
Classes
Files
File List
File Members
primes.h
Go to the documentation of this file.
1
//
2
// Copyright (C) 2002-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
#ifndef _RD_PRIMES_H
11
#define _RD_PRIMES_H
12
13
namespace
RDKit
{
14
const
int
NUM_PRIMES_AVAIL
= 1000;
15
extern
int
firstThousandPrimes
[
NUM_PRIMES_AVAIL
];
16
}
17
#endif
RDKit::NUM_PRIMES_AVAIL
const int NUM_PRIMES_AVAIL
the number of primes available and stored
Definition:
primes.h:14
RDKit
Includes a bunch of functionality for handling Atom and Bond queries.
Definition:
Atom.h:28
RDKit::firstThousandPrimes
int firstThousandPrimes[NUM_PRIMES_AVAIL]
Definition:
utils.h:21
GraphMol
SmilesParse
primes.h
Generated on Sat Apr 23 2016 18:49:15 for RDKit by
1.8.11