SG++-Doxygen-Documentation
|
Context for the TreeStorage class. More...
#include <TreeStorageContext.hpp>
Public Types | |
typedef std::function< T(MultiIndex const &)> | function_type |
Public Member Functions | |
TreeStorageContext (size_t numDimensions, function_type func) | |
Public Attributes | |
function_type | func |
size_t | numDimensions |
Context for the TreeStorage class.
Contains context information about the number of dimensions and the function to generate default entries for the storage. The context is referenced by all nodes.
typedef std::function<T(MultiIndex const &)> sgpp::combigrid::TreeStorageContext< T >::function_type |
|
inline |
function_type sgpp::combigrid::TreeStorageContext< T >::func |
size_t sgpp::combigrid::TreeStorageContext< T >::numDimensions |
Referenced by sgpp::combigrid::InternalTreeStorageNode< T >::get(), sgpp::combigrid::TreeStorage< T >::get(), sgpp::combigrid::TreeStorage< T >::getGuidedIterator(), sgpp::combigrid::TreeStorage< T >::getNumDimensions(), sgpp::combigrid::TreeStorage< T >::getStoredDataIterator(), and sgpp::combigrid::InternalTreeStorageNode< T >::set().