votca 2024-dev
Loading...
Searching...
No Matches
Public Attributes | List of all members
votca::xtp::huffmanTree< T >::huffmanNode< S > Struct Template Reference
Collaboration diagram for votca::xtp::huffmanTree< T >::huffmanNode< S >:
Collaboration graph
[legend]

Public Attributes

huffmanNodeleftChild
 
huffmanNoderightChild
 
SrightLeaf
 
SleftLeaf
 
double probability
 
bool isOnLastLevel = false
 

Detailed Description

template<class T>
template<class S>
struct votca::xtp::huffmanTree< T >::huffmanNode< S >

Definition at line 132 of file huffmantree.h.

Member Data Documentation

◆ isOnLastLevel

template<class T >
template<class S >
bool votca::xtp::huffmanTree< T >::huffmanNode< S >::isOnLastLevel = false

Definition at line 140 of file huffmantree.h.

◆ leftChild

template<class T >
template<class S >
huffmanNode* votca::xtp::huffmanTree< T >::huffmanNode< S >::leftChild

Definition at line 135 of file huffmantree.h.

◆ leftLeaf

template<class T >
template<class S >
S* votca::xtp::huffmanTree< T >::huffmanNode< S >::leftLeaf

Definition at line 138 of file huffmantree.h.

◆ probability

template<class T >
template<class S >
double votca::xtp::huffmanTree< T >::huffmanNode< S >::probability

Definition at line 139 of file huffmantree.h.

◆ rightChild

template<class T >
template<class S >
huffmanNode* votca::xtp::huffmanTree< T >::huffmanNode< S >::rightChild

Definition at line 136 of file huffmantree.h.

◆ rightLeaf

template<class T >
template<class S >
S* votca::xtp::huffmanTree< T >::huffmanNode< S >::rightLeaf

Definition at line 137 of file huffmantree.h.


The documentation for this struct was generated from the following file: