NCBI C++ ToolKit
Public Attributes | List of all members
meNode Struct Reference

Search Toolkit Book for meNode

#include "graph.h"
(Private to src/algo/phy_tree/fastme.)

+ Collaboration diagram for meNode:

Public Attributes

char label [50]
 
struct meEdgeparentEdge
 
struct meEdgeleftEdge
 
struct meEdgemiddleEdge
 
struct meEdgerightEdge
 
int index
 
int index2
 

Detailed Description

Definition at line 74 of file graph.h.

Member Data Documentation

◆ index

int meNode::index

◆ index2

int meNode::index2

◆ label

char meNode::label[50]

◆ leftEdge

struct meEdge* meNode::leftEdge

◆ middleEdge

struct meEdge* meNode::middleEdge

Definition at line 78 of file graph.h.

Referenced by decodeNewickSubtree(), detrifurcate(), and makeNode().

◆ parentEdge

struct meEdge* meNode::parentEdge

◆ rightEdge

struct meEdge* meNode::rightEdge

The documentation for this struct was generated from the following file:
Modified on Wed Sep 04 15:04:56 2024 by modify_doxy.py rev. 669887