125 namespace ListListOps
129 template<
class AccessType,
class T,
class AccessOp>
133 template<
class T,
class AccessOp>
137 template<
class AccessType,
class T,
class AccessOp,
class OffsetOp>
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
AccessType combineOffset(const List< T > &, const labelList &sizes, AccessOp aop, OffsetOp oop=offsetOp< T >())
Like combine but also offsets sublists based on passed sizes.
AccessType combine(const List< T > &, AccessOp aop=accessOp< T >())
Combines sublists into one big list.
T operator()(const T &x, const label offset) const
const T & operator()(const T &x) const
labelList subSizes(const List< T > &, AccessOp aop=accessOp< T >())
Gets sizes of sublists.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)