NCBI C++ ToolKit
Public Member Functions | Public Attributes | List of all members
CPhyloTreePS::Node Struct Reference

Search Toolkit Book for CPhyloTreePS::Node

Data structure for a node in the particle system. More...

#include <gui/widgets/phylo_tree/phylo_tree_ps.hpp>

+ Collaboration diagram for CPhyloTreePS::Node:

Public Member Functions

 Node ()
 

Public Attributes

TVec pos
 
TVec prev_pos
 
TVec accel
 
CPhyloTree::TTreeIdx tree_node_idx
 
bool is_leaf
 
float constrained
 

Detailed Description

Data structure for a node in the particle system.

Definition at line 154 of file phylo_tree_ps.hpp.

Constructor & Destructor Documentation

◆ Node()

CPhyloTreePS::Node::Node ( )
inline

Definition at line 155 of file phylo_tree_ps.hpp.

Member Data Documentation

◆ accel

TVec CPhyloTreePS::Node::accel

Definition at line 161 of file phylo_tree_ps.hpp.

Referenced by CPhyloTreePS::CalcForces().

◆ constrained

float CPhyloTreePS::Node::constrained

Definition at line 165 of file phylo_tree_ps.hpp.

◆ is_leaf

bool CPhyloTreePS::Node::is_leaf

Definition at line 163 of file phylo_tree_ps.hpp.

◆ pos

TVec CPhyloTreePS::Node::pos

Definition at line 159 of file phylo_tree_ps.hpp.

Referenced by CPhyloTreePS::CalcForces(), and CPhyloTreePS::Draw().

◆ prev_pos

TVec CPhyloTreePS::Node::prev_pos

Definition at line 160 of file phylo_tree_ps.hpp.

◆ tree_node_idx

CPhyloTree::TTreeIdx CPhyloTreePS::Node::tree_node_idx

Definition at line 162 of file phylo_tree_ps.hpp.


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