DUNE-FUNCTIONS (2.7)

Dune::Functions::UniformNodeVisitor< SimpleNodeVisitorImp, leafOnly > Struct Template Reference

Mixin for visitors that should apply the same action on all nodes. More...

#include <dune/functions/common/treedata.hh>

Detailed Description

template<class SimpleNodeVisitorImp, bool leafOnly>
struct Dune::Functions::UniformNodeVisitor< SimpleNodeVisitorImp, leafOnly >

Mixin for visitors that should apply the same action on all nodes.

By deriving from this you only have to implement apply(node,treepath) in the derived class. This will be used for pre(...) and leaf(...).

Template Parameters
DerivedType of derived class implementing apply(node,treepath)
leafOnlyFlag to enable leaf only traversal

The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)