#include "../Eigen/Core"
Go to the source code of this file.
| Macros | |
| #define | CV_QUALIFIER | 
| Functions | |
| void | foo (CV_QUALIFIER float *ptr, DenseIndex rows, DenseIndex cols) | 
| int | main () | 
| #define CV_QUALIFIER | 
Definition at line 6 of file map_nonconst_ctor_on_const_ptr_2.cpp.
| void foo | ( | CV_QUALIFIER float * | ptr, | 
| DenseIndex | rows, | ||
| DenseIndex | cols | ||
| ) | 
Definition at line 11 of file map_nonconst_ctor_on_const_ptr_2.cpp.
| int main | ( | ) | 
Definition at line 15 of file map_nonconst_ctor_on_const_ptr_2.cpp.