#include <dune/common/exceptions.hh>
#include <dune/common/typetraits.hh>
#include <dune/common/shared_ptr.hh>
#include <dune/common/array.hh>
#include <dune/common/tuples.hh>
#include <dune/typetree/typetraits.hh>
#include <dune/typetree/nodetags.hh>
#include <dune/typetree/utility.hh>
Go to the source code of this file.
|
template<typename SourceNode , typename Transformation , typename Tag > |
void | Dune::TypeTree::registerNodeTransformation (SourceNode *, Transformation *, Tag *) |
| Register transformation descriptor to transform SourceNode with Transformation. More...
|
|