NCBI C++ ToolKit
|
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>
Public Member Functions | |
Node () | |
Public Attributes | |
TVec | pos |
TVec | prev_pos |
TVec | accel |
CPhyloTree::TTreeIdx | tree_node_idx |
bool | is_leaf |
float | constrained |
Data structure for a node in the particle system.
Definition at line 154 of file phylo_tree_ps.hpp.
|
inline |
Definition at line 155 of file phylo_tree_ps.hpp.
TVec CPhyloTreePS::Node::accel |
Definition at line 161 of file phylo_tree_ps.hpp.
Referenced by CPhyloTreePS::CalcForces().
float CPhyloTreePS::Node::constrained |
Definition at line 165 of file phylo_tree_ps.hpp.
bool CPhyloTreePS::Node::is_leaf |
Definition at line 163 of file phylo_tree_ps.hpp.
TVec CPhyloTreePS::Node::pos |
Definition at line 159 of file phylo_tree_ps.hpp.
Referenced by CPhyloTreePS::CalcForces(), and CPhyloTreePS::Draw().
TVec CPhyloTreePS::Node::prev_pos |
Definition at line 160 of file phylo_tree_ps.hpp.
CPhyloTree::TTreeIdx CPhyloTreePS::Node::tree_node_idx |
Definition at line 162 of file phylo_tree_ps.hpp.