Struct dimTicksMatchData

Struct Documentation

struct dimTicksMatchData

Check if range dimension specifics ticks match data.

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

Public Functions

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

Public Members

const DataArray &data