NCBI C++ ToolKit
Public Member Functions | Public Attributes | List of all members
SExtendedNodeParms Struct Reference

Search Toolkit Book for SExtendedNodeParms

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

+ Collaboration diagram for SExtendedNodeParms:

Public Member Functions

 SExtendedNodeParms ()
 
 SExtendedNodeParms (const SExtendedNodeParms &rhs)
 
SExtendedNodeParmsoperator= (const SExtendedNodeParms &rhs)
 
 ~SExtendedNodeParms ()
 

Public Attributes

vector< CRgbaColorm_MarkerColors
 
float m_MarkerSize
 
CSubtreeBoundarym_Boundary
 
vector< intm_SelClusters
 

Detailed Description

Definition at line 61 of file phylo_tree_node.hpp.

Constructor & Destructor Documentation

◆ SExtendedNodeParms() [1/2]

SExtendedNodeParms::SExtendedNodeParms ( )
inline

Definition at line 62 of file phylo_tree_node.hpp.

◆ SExtendedNodeParms() [2/2]

SExtendedNodeParms::SExtendedNodeParms ( const SExtendedNodeParms rhs)

Definition at line 124 of file phylo_tree_node.cpp.

References m_Boundary, m_MarkerColors, m_MarkerSize, m_SelClusters, and NULL.

◆ ~SExtendedNodeParms()

SExtendedNodeParms::~SExtendedNodeParms ( )

Definition at line 153 of file phylo_tree_node.cpp.

References m_Boundary, and NULL.

Member Function Documentation

◆ operator=()

SExtendedNodeParms & SExtendedNodeParms::operator= ( const SExtendedNodeParms rhs)

Definition at line 137 of file phylo_tree_node.cpp.

References m_Boundary, m_MarkerColors, m_MarkerSize, m_SelClusters, and NULL.

Member Data Documentation

◆ m_Boundary

CSubtreeBoundary* SExtendedNodeParms::m_Boundary

◆ m_MarkerColors

vector<CRgbaColor> SExtendedNodeParms::m_MarkerColors

◆ m_MarkerSize

float SExtendedNodeParms::m_MarkerSize

◆ m_SelClusters

vector<int> SExtendedNodeParms::m_SelClusters

The documentation for this struct was generated from the following files:
Modified on Fri Sep 20 14:57:03 2024 by modify_doxy.py rev. 669887