23.08
|
Go to the documentation of this file.
24 #ifndef ARM_COMPUTE_SIZE3D_H
25 #define ARM_COMPUTE_SIZE3D_H
43 Size3D(
size_t w,
size_t h,
size_t d) noexcept
83 return !(*
this == other);
Size3D(size_t w, size_t h, size_t d) noexcept
Constructor.
Size3D()=default
Default constructor.
size_t x() const
Semantic accessor for width as x.
size_t width
Width of the 3D shape or object.
size_t y() const
Semantic accessor for height as y.
size_t height
Height of the 3D shape or object.
size_t depth
Depth of the 3D shape or object.
std::string to_string() const
Convert the values stored to string.
size_t z() const
Semantic accessor for depth as z.
Class for specifying the size of a 3D shape or object.
Copyright (c) 2017-2023 Arm Limited.
bool operator==(const Size3D &other) const
bool operator!=(const Size3D &other) const