Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

ogdf::pc_tree::PCNodeChildrenIterable Struct Reference

#include <ogdf/basic/pctree/PCTreeIterators.h>

Public Member Functions

 PCNodeChildrenIterable (PCNode *node)
 
PCNodeIterator begin () const noexcept
 
unsigned long count () const
 
PCNodeIterator end () const noexcept
 

Public Attributes

PCNode *const m_node
 

Detailed Description

Definition at line 82 of file PCTreeIterators.h.

Constructor & Destructor Documentation

◆ PCNodeChildrenIterable()

ogdf::pc_tree::PCNodeChildrenIterable::PCNodeChildrenIterable ( PCNode node)
inlineexplicit

Definition at line 85 of file PCTreeIterators.h.

Member Function Documentation

◆ begin()

PCNodeIterator ogdf::pc_tree::PCNodeChildrenIterable::begin ( ) const
noexcept

◆ count()

unsigned long ogdf::pc_tree::PCNodeChildrenIterable::count ( ) const

◆ end()

PCNodeIterator ogdf::pc_tree::PCNodeChildrenIterable::end ( ) const
noexcept

Member Data Documentation

◆ m_node

PCNode* const ogdf::pc_tree::PCNodeChildrenIterable::m_node

Definition at line 83 of file PCTreeIterators.h.


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