Searched defs:Array4d (Results 1 – 1 of 1) sorted by relevance
| /external/opencv3/modules/photo/src/ |
| D | arrays.hpp | 131 struct Array4d struct 133 T* a; 134 int n1,n2,n3,n4; 135 bool needToDeallocArray; 136 int steps[4]; 138 void init_steps() in init_steps() 146 Array4d(T* _a, int _n1, int _n2, int _n3, int _n4) : in Array4d() argument 152 Array4d(int _n1, int _n2, int _n3, int _n4) : in Array4d() function 159 ~Array4d() in ~Array4d() 165 Array3d<T> operator [] (int i) in operator []() [all …]
|