Typedef t8_point_view
Defined in File t8_vec.hxx
Typedef Documentation
-
template<std::size_t TDim, typename TType = double>
using t8_point_view = T8Type<std::span<TType, TDim>, t8_point_tag<TDim>, EqualityComparable, Swapable, RandomAccessible> Type alias for a non-owning point view in N-dimensional space.
- Template Parameters:
TDim – Dimension of the point.
TType – The type (const and so on)