dune-functions 2.9.0
Public Member Functions | Public Attributes | List of all members
Dune::Functions::DefaultNodeToRangeMap< Tree >::Visitor Struct Reference

#include <dune/functions/functionspacebases/defaultnodetorangemap.hh>

Inheritance diagram for Dune::Functions::DefaultNodeToRangeMap< Tree >::Visitor:
Inheritance graph

Public Member Functions

 Visitor (std::vector< std::size_t > &indices)
 
template<typename Node , typename TreePath >
void leaf (Node &node, TreePath treePath)
 

Public Attributes

std::vector< std::size_t > & indices_
 
std::size_t counter_
 

Constructor & Destructor Documentation

◆ Visitor()

template<class Tree >
Dune::Functions::DefaultNodeToRangeMap< Tree >::Visitor::Visitor ( std::vector< std::size_t > &  indices)
inline

Member Function Documentation

◆ leaf()

template<class Tree >
template<typename Node , typename TreePath >
void Dune::Functions::DefaultNodeToRangeMap< Tree >::Visitor::leaf ( Node &  node,
TreePath  treePath 
)
inline

Member Data Documentation

◆ counter_

template<class Tree >
std::size_t Dune::Functions::DefaultNodeToRangeMap< Tree >::Visitor::counter_

◆ indices_

template<class Tree >
std::vector<std::size_t>& Dune::Functions::DefaultNodeToRangeMap< Tree >::Visitor::indices_

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