Struct dimLabelsMatchData

Struct Documentation

struct dimLabelsMatchData

Check if set dimension specifics labels match data.

One Check struct that checks whether the dimensions of type “Set” in the given dimensions vector have labels that match the given DataArray’s data: number of labels == number of entries along the corresponding dimension in the data.

Public Functions

inline dimLabelsMatchData(const DataArray &data)
bool operator()(const std::vector<Dimension> &dims) const

Public Members

const DataArray &data