Struct dimDataFrameTicksMatchData

Struct Documentation

struct dimDataFrameTicksMatchData

Check if DataFrame dimension specifics ticks match data.

Struct for checking whether the number of rows in the dimensions of type “DataFrame” in the given dimensions vector matches the given DataArray’s data extent in the respective dimension: number of rows in DataFrame == number of entries along the corresponding dimension in the data.

Public Functions

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

Public Members

const DataArray &data