RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
MolFragmenterJSONParser.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 "MolFragmenter.h"
14
15namespace RDKit {
16
17//! \brief Parse MolzipParams from JSON.
18/*! The passed MolzipParams instance is updated from
19 * the JSON-parsed content.
20 *
21 * @param params - molzip parameters
22 * @param details_json - JSON string
23 */
25 MolzipParams &params, const char *details_json);
26
27} // end namespace RDKit
#define RDKIT_CHEMTRANSFORMS_EXPORT
Definition export.h:57
Std stuff.
bool rdvalue_is(const RDValue_cast_t)
RDKIT_CHEMTRANSFORMS_EXPORT void parseMolzipParametersJSON(MolzipParams &params, const char *details_json)
Parse MolzipParams from JSON.