Felt
3.1
Deformable surface library.
|
Common base traits for tracked grids with multiple tracking lists but single index per grid node. More...
#include <Tracked.hpp>
Inherited by Felt::Impl::Traits< Partitioned::Tracked::Numeric< T, D, N > >, Felt::Impl::Traits< Partitioned::Tracked::Simple< T, D, N > >, Felt::Impl::Traits< Tracked::LazyMultiListSingleIdxByValue< T, D, N > >, and Felt::Impl::Traits< Tracked::MultiListMultiIdxByRef< T, D, N > >.
Public Types | |
using | Leaf = T |
Single index stored in each grid node. More... | |
Static Public Attributes | |
static constexpr Dim | t_dims = D |
Dimension of grid. More... | |
static constexpr TupleIdx | t_num_lists = N |
Number of lists tracking grid nodes. More... | |
Common base traits for tracked grids with multiple tracking lists but single index per grid node.
T | type of data to store in the grid. |
D | number of dimensions of the grid. |
N | number of tracking lists. |
using Felt::Impl::DefaultTrackedTraits< T, D, N >::Leaf = T |
Single index stored in each grid node.
|
static |
Dimension of grid.
|
static |
Number of lists tracking grid nodes.