Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

PCEnum.h File Reference

Predeclaration of various PC-tree related classes and enums. More...

#include <ogdf/basic/RegisteredArray.h>
#include <ogdf/basic/RegisteredSet.h>
#include <ostream>

Go to the source code of this file.

Namespaces

 ogdf
 The namespace for all OGDF objects.
 
 ogdf::pc_tree
 

Macros

#define OGDF_DECL_REG_ARRAY_TYPE(v, c)   ogdf::RegisteredArray<PCTreeRegistry, v, c>
 

Typedefs

template<typename Value , bool WithDefault = true>
using ogdf::pc_tree::PCTreeNodeArray = ogdf::RegisteredArray< PCTreeRegistry, Value, WithDefault >
 
template<typename Value >
using ogdf::pc_tree::PCTreeNodeArrayP = PCTreeNodeArray< std::unique_ptr< Value >, false >
 Shorthand for PCTreeNodeArray storing std::unique_ptr<Value>. More...
 
template<bool SupportFastSizeQuery = true>
using ogdf::pc_tree::PCTreeNodeSet = ogdf::RegisteredSet< PCTreeRegistry, SupportFastSizeQuery >
 

Enumerations

enum  ogdf::pc_tree::NodeLabel { ogdf::pc_tree::NodeLabel::Unknown, ogdf::pc_tree::NodeLabel::Partial, ogdf::pc_tree::NodeLabel::Full, ogdf::pc_tree::NodeLabel::Empty = Unknown }
 
enum  ogdf::pc_tree::PCNodeType { ogdf::pc_tree::PCNodeType::PNode, ogdf::pc_tree::PCNodeType::CNode, ogdf::pc_tree::PCNodeType::Leaf }
 

Functions

std::ostream & ogdf::pc_tree::operator<< (std::ostream &, const ogdf::pc_tree::PCNode &)
 
std::ostream & ogdf::pc_tree::operator<< (std::ostream &, const ogdf::pc_tree::PCNode *)
 
std::ostream & ogdf::pc_tree::operator<< (std::ostream &, const ogdf::pc_tree::PCTree &)
 
std::ostream & ogdf::pc_tree::operator<< (std::ostream &, const ogdf::pc_tree::PCTree *)
 
std::ostream & ogdf::pc_tree::operator<< (std::ostream &, ogdf::pc_tree::NodeLabel)
 
std::ostream & ogdf::pc_tree::operator<< (std::ostream &, ogdf::pc_tree::PCNodeType)
 

Detailed Description

Predeclaration of various PC-tree related classes and enums.

Author
Simon D. Fink ogdf@.nosp@m.niko.nosp@m..fink.nosp@m..bay.nosp@m.ern
License:
This file is part of the Open Graph Drawing Framework (OGDF).
Copyright (C)
See README.md in the OGDF root directory for details.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 or 3 as published by the Free Software Foundation; see the file LICENSE.txt included in the packaging of this file for details.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/copyleft/gpl.html

Definition in file PCEnum.h.

Macro Definition Documentation

◆ OGDF_DECL_REG_ARRAY_TYPE

#define OGDF_DECL_REG_ARRAY_TYPE (   v,
 
)    ogdf::RegisteredArray<PCTreeRegistry, v, c>

Definition at line 52 of file PCEnum.h.