RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
RGroupDecompJSONParsers.h
Go to the documentation of this file.
1//
2// Copyright (C) 2024 Novartis Biomedical Research and other RDKit contributors
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
11#pragma once
12
13#include "RGroupDecompParams.h"
14
15namespace RDKit {
16
19 RGroupDecompositionParameters &params, const std::string &details_json);
22 RGroupDecompositionParameters &params, const char *details_json);
23
24} // end namespace RDKit
#define RDKIT_RGROUPDECOMPOSITION_EXPORT
Definition export.h:441
Std stuff.
RDKIT_RGROUPDECOMPOSITION_EXPORT void updateRGroupDecompositionParametersFromJSON(RGroupDecompositionParameters &params, const std::string &details_json)
bool rdvalue_is(const RDValue_cast_t)