![]() |
PandaRoot
|
#include <PndFTSArray.h>
Public Types | |
| enum | { Size = y == 0 ? x : (z == 0 ? x * y : x * y * z), Dim = y == 0 ? 1 : (z == 0 ? 2 : 3), X = x, Y = y, Z = z } |
Definition at line 635 of file PndFTSArray.h.
| anonymous enum |
| Enumerator | |
|---|---|
| Size | |
| Dim | |
| X | |
| Y | |
| Z | |
Definition at line 637 of file PndFTSArray.h.