dune-functions 2.9.0
Public Member Functions | Public Attributes | List of all members
Dune::Functions::TreeData< T, ND, LO >::InitVisitor Struct Reference

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

Inheritance diagram for Dune::Functions::TreeData< T, ND, LO >::InitVisitor:
Inheritance graph

Public Member Functions

 InitVisitor (RawContainer &data)
 
template<typename Node , typename TreePath >
void apply (Node &node, TreePath treePath)
 
void pre (Node &node, TreePath treePath)
 
void pre (Node &node, TreePath treePath)
 
void leaf (Node &node, TreePath treePath)
 

Public Attributes

RawContainerdata_
 

Constructor & Destructor Documentation

◆ InitVisitor()

template<class T , template< class > class ND, bool LO>
Dune::Functions::TreeData< T, ND, LO >::InitVisitor::InitVisitor ( RawContainer data)
inline

Member Function Documentation

◆ apply()

template<class T , template< class > class ND, bool LO>
template<typename Node , typename TreePath >
void Dune::Functions::TreeData< T, ND, LO >::InitVisitor::apply ( Node &  node,
TreePath  treePath 
)
inline

◆ leaf()

void Dune::Functions::UniformNodeVisitor< InitVisitor , leafOnly >::leaf ( Node &  node,
TreePath  treePath 
)
inlineinherited

◆ pre() [1/2]

void Dune::Functions::UniformNodeVisitor< InitVisitor , leafOnly >::pre ( Node &  node,
TreePath  treePath 
)
inlineinherited

◆ pre() [2/2]

void Dune::Functions::UniformNodeVisitor< InitVisitor , leafOnly >::pre ( Node &  node,
TreePath  treePath 
)
inlineinherited

Member Data Documentation

◆ data_

template<class T , template< class > class ND, bool LO>
RawContainer& Dune::Functions::TreeData< T, ND, LO >::InitVisitor::data_

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