#include <DynamicCurve.h>
Public Member Functions | |
Node () | |
Node (const std::pair< pid_t, idx_t > &index) | |
Public Attributes | |
std::pair< pid_t, idx_t > | index_ |
std::vector< Node > | children_ |
|
inline |
|
inline |
std::vector< Node > walberla::blockforest::internal::Node< pid_t, idx_t >::children_ |
std::pair< pid_t, idx_t > walberla::blockforest::internal::Node< pid_t, idx_t >::index_ |