walberla::blockforest::internal::Node< pid_t, idx_t > Struct Template Reference

#include <DynamicCurve.h>

Public Member Functions

 Node ()
 
 Node (const std::pair< pid_t, idx_t > &index)
 

Public Attributes

std::pair< pid_t, idx_tindex_
 
std::vector< Nodechildren_
 

Constructor & Destructor Documentation

◆ Node() [1/2]

template<typename pid_t , typename idx_t >
walberla::blockforest::internal::Node< pid_t, idx_t >::Node ( )
inline

◆ Node() [2/2]

template<typename pid_t , typename idx_t >
walberla::blockforest::internal::Node< pid_t, idx_t >::Node ( const std::pair< pid_t, idx_t > &  index)
inline

Member Data Documentation

◆ children_

template<typename pid_t , typename idx_t >
std::vector< Node > walberla::blockforest::internal::Node< pid_t, idx_t >::children_

◆ index_

template<typename pid_t , typename idx_t >
std::pair< pid_t, idx_t > walberla::blockforest::internal::Node< pid_t, idx_t >::index_

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