#include <DDCompactViewImpl.h>
Definition at line 14 of file DDCompactViewImpl.h.
DDCompactViewImpl::DDCompactViewImpl |
( |
| ) |
|
|
explicit |
DDCompactViewImpl::DDCompactViewImpl |
( |
const DDLogicalPart & |
rootnodedata | ) |
|
DDCompactViewImpl::~DDCompactViewImpl |
( |
| ) |
|
Definition at line 10 of file DDCompactViewImpl.cc.
References math::Graph< N, E >::edgeData(), math::Graph< N, E >::edges(), graph_, LogDebug, root_, and math::Graph< N, E >::size().
13 LogDebug(
"DDCompactViewImpl") <<
"In destructor, graph is empty. Root:" <<
root_ << std::endl;
15 LogDebug(
"DDCompactViewImpl") <<
"In destructor, graph is NOT empty. Root:" <<
root_
16 <<
" graph_.size() = " <<
graph_.
size() << std::endl;
19 for (; erange.first != erange.second; ++(erange.first)) {
27 <<
"DDD transient representation has been destructed." << std::endl
Relative position of a child-volume inside a parent-volume.
edge_range edges(index_type nodeIndex)
auto size() const -> adj_list::size_type
std::pair< edge_iterator, edge_iterator > edge_range
const E & edgeData(index_type i) const
Log< level::Info, false > LogInfo
const Graph& DDCompactViewImpl::graph |
( |
| ) |
const |
|
inline |
Graph DDCompactViewImpl::graph_ |
|
protected |