RDKit::FragCatParams Class Reference
container for user parameters used to create a fragment catalog
More...
#include <FragCatParams.h>
List of all members.
Detailed Description
container for user parameters used to create a fragment catalog
Definition at line 20 of file FragCatParams.h.
Constructor & Destructor Documentation
| RDKit::FragCatParams::FragCatParams |
( |
|
) |
[inline] |
| RDKit::FragCatParams::FragCatParams |
( |
unsigned int |
lLen, |
|
|
unsigned int |
uLen, |
|
|
std::string |
fgroupFile, |
|
|
double |
tol = 1e-08 | |
|
) |
| | |
construct from a function-group file
- Parameters:
-
| lLen | the lower limit on fragment size |
| uLen | the upper limit on fragment size |
| fgroupFile | the name of the function-group file |
| tol | (optional) the eigenvalue tolerance to be used when comparing fragments |
| RDKit::FragCatParams::FragCatParams |
( |
const FragCatParams & |
other |
) |
|
| RDKit::FragCatParams::FragCatParams |
( |
const std::string & |
pickle |
) |
|
construct from a pickle string (serialized representation)
| RDKit::FragCatParams::~FragCatParams |
( |
|
) |
|
Member Function Documentation
| unsigned int RDKit::FragCatParams::getLowerFragLength |
( |
|
) |
const [inline] |
| void RDKit::FragCatParams::setLowerFragLength |
( |
unsigned int |
lFrLen |
) |
[inline] |
| unsigned int RDKit::FragCatParams::getUpperFragLength |
( |
|
) |
const [inline] |
| void RDKit::FragCatParams::setUpperFragLength |
( |
unsigned int |
uFrLen |
) |
[inline] |
| double RDKit::FragCatParams::getTolerance |
( |
|
) |
const [inline] |
returns our fragment-comparison tolerance
Definition at line 57 of file FragCatParams.h.
| void RDKit::FragCatParams::setTolerance |
( |
double |
val |
) |
[inline] |
sets our fragment-comparison tolerance
Definition at line 59 of file FragCatParams.h.
| unsigned int RDKit::FragCatParams::getNumFuncGroups |
( |
|
) |
const [inline] |
returns our number of functional groups
Definition at line 62 of file FragCatParams.h.
| const MOL_SPTR_VECT& RDKit::FragCatParams::getFuncGroups |
( |
|
) |
const |
returns our std::vector of functional groups
| const ROMol* RDKit::FragCatParams::getFuncGroup |
( |
unsigned int |
fid |
) |
const |
returns a pointer to a specific functional group
| void RDKit::FragCatParams::toStream |
( |
std::ostream & |
|
) |
const [virtual] |
| std::string RDKit::FragCatParams::Serialize |
( |
|
) |
const [virtual] |
| void RDKit::FragCatParams::initFromStream |
( |
std::istream & |
ss |
) |
[virtual] |
| void RDKit::FragCatParams::initFromString |
( |
const std::string & |
text |
) |
[virtual] |
The documentation for this class was generated from the following file: