27 lines
No EOL
1.2 KiB
HTML
27 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>PC-StereoGroup</title>
|
|
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
|
|
</script>
|
|
<script type="text/javascript">
|
|
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h3>PC-StereoGroup</h3><pre>Defined in file <a href="pcsubstance.asn.html">pcsubstance.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCPC__StereoGroup.html">CPC_StereoGroup</a>
|
|
|
|
|
|
PC-StereoGroup ::= SEQUENCE {
|
|
type INTEGER {
|
|
absolute (1), -- Absolute configuration is known
|
|
or (2), -- Relative configuration is known (absolute configuration is unknown)
|
|
and (3), -- Mixture of stereoisomers
|
|
unknown (255) -- Unknown configuration type
|
|
},
|
|
aid SEQUENCE OF INTEGER -- <a href="Atom.html">Atom</a> Identifiers of atoms in this group
|
|
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
|
|
}</pre>
|
|
</body>
|
|
</html> |