concepts::AdaptiveControl< F > Struct Template Reference
Class to describe control structures of an adaptive space. More...
#include <space.hh>
Public Member Functions | |
AdaptiveControl () | |
Default constructor. More... | |
Public Attributes | |
F | idx_ |
Unique index of element. More... | |
AdaptiveControlTag | tag_ |
Control information. More... | |
Detailed Description
template<class F = uint>
struct concepts::AdaptiveControl< F >
Class to describe control structures of an adaptive space.
If you need more control information, derive from this class.
Constructor & Destructor Documentation
◆ AdaptiveControl()
template<class F = uint>
concepts::AdaptiveControl< F >::AdaptiveControl | ( | ) |
Default constructor.
Member Data Documentation
◆ idx_
template<class F = uint>
F concepts::AdaptiveControl< F >::idx_ |
◆ tag_
template<class F = uint>
AdaptiveControlTag concepts::AdaptiveControl< F >::tag_ |
The documentation for this struct was generated from the following file:
- space/space.hh