RDKit
Open-source cheminformatics and machine learning.
Rule6.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 
15 namespace RDKit {
16 namespace CIPLabeler {
17 
18 /**
19  * <b>Sequence Rule 6 (proposed)</b>
20  */
21 class Rule6 : public SequenceRule {
22  public:
23  Rule6();
24 
25  int compare(const Edge *a, const Edge *b) const override;
26 };
27 
28 } // namespace CIPLabeler
29 } // namespace RDKit
int compare(const Edge *a, const Edge *b) const override
Std stuff.
Definition: Abbreviations.h:19