Searched defs:Extents (Results 1 – 2 of 2) sorted by relevance
173 struct Extents struct175 Extents() : width(0), height(0), depth(0) {} in Extents() argument176 Extents(int width_, int height_, int depth_) : width(width_), height(height_), depth(depth_) {} in Extents() argument179 Extents &operator=(const Extents &other) = default; argument188 bool operator==(const Extents &lhs, const Extents &rhs); argument
122 CRecordVector<CSeekExtent> Extents; variable