RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
Rule1a.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
// CIP Rule 1a: Higher atomic number precedes lower.
19
class
Rule1a
:
public
SequenceRule
{
20
public
:
21
Rule1a
();
22
23
int
compare
(
const
Edge
*a,
const
Edge
*b)
const override
;
24
};
25
26
}
// namespace CIPLabeler
27
}
// namespace RDKit
SequenceRule.h
RDKit::CIPLabeler::Edge
Definition
Edge.h:23
RDKit::CIPLabeler::Rule1a
Definition
Rule1a.h:19
RDKit::CIPLabeler::Rule1a::compare
int compare(const Edge *a, const Edge *b) const override
RDKit::CIPLabeler::Rule1a::Rule1a
Rule1a()
RDKit::CIPLabeler::SequenceRule
Definition
SequenceRule.h:36
RDKit
Std stuff.
Definition
Abbreviations.h:19
GraphMol
CIPLabeler
rules
Rule1a.h
Generated on Mon Sep 30 2024 05:19:34 for RDKit by
1.9.8