| MADNESS
    version 0.9
    | 
Multidimension Key for MRA tree and associated iterators. More...
#include <vector>#include <madness/mra/power.h>#include <madness/world/array.h>#include <madness/world/binfsar.h>#include <madness/world/worldhash.h>#include <stdint.h>

Go to the source code of this file.
| Classes | |
| class | madness::KeyChildIterator< NDIM > | 
| Iterates in lexical order thru all children of a key.  More... | |
| class | madness::Key< NDIM > | 
| Key is the index for a node of the 2^NDIM-tree.  More... | |
| class | madness::KeyChildIterator< NDIM > | 
| Iterates in lexical order thru all children of a key.  More... | |
| struct | madness::archive::ArchiveLoadImpl< Archive, Key< NDIM > > | 
| struct | madness::archive::ArchiveLoadImpl< BinaryFstreamInputArchive, Key< NDIM > > | 
| struct | madness::archive::ArchiveStoreImpl< Archive, Key< NDIM > > | 
| Namespaces | |
| madness | |
| Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces. | |
| madness::archive | |
| Typedefs | |
| typedef int64_t | madness::Translation | 
| typedef int | madness::Level | 
| Functions | |
| template<std::size_t NDIM> | |
| std::ostream & | madness::operator<< (std::ostream &s, const Key< NDIM > &key) | 
| template<size_t NDIM> | |
| Key< NDIM > | madness::displacement (const Key< NDIM > &source, const Key< NDIM > &target) | 
| given a source and a target, return the displacement in translation  More... | |
| template<std::size_t NDIM, typename opT > | |
| void | madness::foreach_child (const Key< NDIM > &parent, opT &op) | 
| Applies op(key) to each child key of parent.  More... | |
| template<std::size_t NDIM, typename objT > | |
| void | madness::foreach_child (const Key< NDIM > &parent, objT *obj, void(objT::*memfun)(const Key< NDIM > &)) | 
| Applies member function of obj to each child key of parent.  More... | |
Multidimension Key for MRA tree and associated iterators.
 1.8.8
 1.8.8