Home
last modified time | relevance | path

Searched defs:Array2d (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/photo/src/
Darrays.hpp51 struct Array2d struct
53 T* a;
54 int n1,n2;
55 bool needToDeallocArray;
57 Array2d(const Array2d& array2d): in Array2d() argument
66 Array2d(T* _a, int _n1, int _n2): in Array2d() function
71 Array2d(int _n1, int _n2): in Array2d() function
77 ~Array2d() in ~Array2d()
83 T* operator [] (int i) in operator []()
88 inline T* row_ptr(int i) in row_ptr()