Grok  9.5.0
Public Member Functions | Public Attributes | List of all members
tagtree Class Reference

#include <codestream.hpp>

Public Member Functions

 tagtree (const uint32_t nx, const uint32_t ny)
 
void build () const
 

Public Attributes

uint8_t level
 
std::unique_ptr< tagtree_node[]> node
 
uint32_t num_nodes
 
const uint32_t num_cblk_x
 
const uint32_t num_cblk_y
 

Constructor & Destructor Documentation

◆ tagtree()

tagtree::tagtree ( const uint32_t  nx,
const uint32_t  ny 
)
inline

Member Function Documentation

◆ build()

void tagtree::build ( ) const
inline

Member Data Documentation

◆ level

uint8_t tagtree::level

Referenced by tagtree().

◆ node

std::unique_ptr<tagtree_node[]> tagtree::node

Referenced by tagtree().

◆ num_cblk_x

const uint32_t tagtree::num_cblk_x

Referenced by tagtree().

◆ num_cblk_y

const uint32_t tagtree::num_cblk_y

Referenced by tagtree().

◆ num_nodes

uint32_t tagtree::num_nodes

Referenced by build(), and tagtree().


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