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

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

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

Public Member Functions

 CopyVisitor (TreeData &thisTD, const TreeData &otherTD)
 
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

TreeDatathisTD_
 
const TreeDataotherTD_
 

Constructor & Destructor Documentation

◆ CopyVisitor()

template<class T , template< class > class ND, bool LO>
Dune::Functions::TreeData< T, ND, LO >::CopyVisitor::CopyVisitor ( TreeData thisTD,
const TreeData otherTD 
)
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 >::CopyVisitor::apply ( Node &  node,
TreePath  treePath 
)
inline

◆ leaf()

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

◆ pre() [1/2]

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

◆ pre() [2/2]

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

Member Data Documentation

◆ otherTD_

template<class T , template< class > class ND, bool LO>
const TreeData& Dune::Functions::TreeData< T, ND, LO >::CopyVisitor::otherTD_

◆ thisTD_

template<class T , template< class > class ND, bool LO>
TreeData& Dune::Functions::TreeData< T, ND, LO >::CopyVisitor::thisTD_

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