RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
Rule4c.h
Go to the documentation of this file.
1//
2//
3// Copyright (C) 2020 Schrödinger, LLC
4//
5// @@ All Rights Reserved @@
6// This file is part of the RDKit.
7// The contents are covered by the terms of the BSD license
8// which is included in the file license.txt, found at the root
9// of the RDKit source tree.
10//
11#pragma once
12
13#include "SequenceRule.h"
14
15namespace RDKit {
16namespace CIPLabeler {
17
18/**
19 * <b>Sequence Rule 4c</b>
20 * <i>‘r’ precedes ‘s’ and ‘m’ precedes ‘p’</i>
21 *
22 */
23class Rule4c : public SequenceRule {
24 public:
26
27 int compare(const Edge *a, const Edge *b) const override;
28};
29
30} // namespace CIPLabeler
31} // namespace RDKit
int compare(const Edge *a, const Edge *b) const override
Std stuff.