A Shape implementing Layout Concept describing the dimensions of a cube.
#include <shape.h>
|
static int const | kD = kD_ |
| The depth of the cube. More...
|
|
static int const | kH = kH_ |
| The height of the cube. More...
|
|
static int const | kW = kW_ |
| The width of the cube. More...
|
|
static int const | kC = kC_ |
| The number of scalars per element. More...
|
|
◆ kC
template<int kD_ = 1, int kH_ = 1, int kW_ = 1, int kC_ = 1>
◆ kD
template<int kD_ = 1, int kH_ = 1, int kW_ = 1, int kC_ = 1>
◆ kH
template<int kD_ = 1, int kH_ = 1, int kW_ = 1, int kC_ = 1>
◆ kW
template<int kD_ = 1, int kH_ = 1, int kW_ = 1, int kC_ = 1>
The documentation for this struct was generated from the following file: