#include <vnl_matlab_header.h>
Public Types | |
| enum | type_t { vnl_DOUBLE_PRECISION = 0, vnl_SINGLE_PRECISION = 10, vnl_COLUMN_WISE = 0, vnl_ROW_WISE = 100, vnl_LITTLE_ENDIAN = 0, vnl_BIG_ENDIAN = 1000, vnl_none = 0 } |
Public Attributes | |
| vxl_int_32 | type |
| vxl_int_32 | rows |
| vxl_int_32 | cols |
| vxl_int_32 | imag |
| vxl_int_32 | namlen |
Definition at line 22 of file vnl_matlab_header.h.
| vnl_DOUBLE_PRECISION | |
| vnl_SINGLE_PRECISION | |
| vnl_COLUMN_WISE | |
| vnl_ROW_WISE | |
| vnl_LITTLE_ENDIAN | |
| vnl_BIG_ENDIAN | |
| vnl_none |
Definition at line 30 of file vnl_matlab_header.h.
| vxl_int_32 vnl_matlab_header::cols |
Definition at line 26 of file vnl_matlab_header.h.
| vxl_int_32 vnl_matlab_header::imag |
Definition at line 27 of file vnl_matlab_header.h.
| vxl_int_32 vnl_matlab_header::namlen |
Definition at line 28 of file vnl_matlab_header.h.
| vxl_int_32 vnl_matlab_header::rows |
Definition at line 25 of file vnl_matlab_header.h.
| vxl_int_32 vnl_matlab_header::type |
Definition at line 24 of file vnl_matlab_header.h.
1.7.5.1