22 lines
No EOL
620 B
HTML
22 lines
No EOL
620 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Node</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>Node</h3><pre>Defined in file <a href="biotree.asn.html">biotree.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCNode.html">CNode</a>
|
|
|
|
|
|
Node ::= SEQUENCE {
|
|
id INTEGER, -- node uid
|
|
parent INTEGER OPTIONAL, -- parent node id
|
|
features <a href="NodeFeatureSet.html">NodeFeatureSet</a> OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |