Struct dimEquals

Struct Documentation

struct dimEquals

Check if given DataArray has given dimensionality.

One Check struct that checks whether the given DataArray entity has a dimensionality of the given uint value by getting its’ NDSize class via the “dataExtent” method and checking its’ size via “size” the method.

Public Functions

inline dimEquals(const size_t &value)
bool operator()(const DataArray &array) const

Public Members

size_t value