Go to the source code of this file.
Enumerations | |
| enum | vnl_matlab_print_format { vnl_matlab_print_format_default, vnl_matlab_print_format_short, vnl_matlab_print_format_long, vnl_matlab_print_format_short_e, vnl_matlab_print_format_long_e } |
| pretty-printing matlab formats. More... | |
Functions | |
| vnl_matlab_print_format | vnl_matlab_print_format_top () |
| get top of stack :. | |
| vnl_matlab_print_format | vnl_matlab_print_format_set (vnl_matlab_print_format) |
| set new, get old format at top of stack :. | |
| void | vnl_matlab_print_format_push (vnl_matlab_print_format) |
| push/pop the top of the stack :. | |
| void | vnl_matlab_print_format_pop () |
Definition in file vnl_matlab_print_format.h.
pretty-printing matlab formats.
| vnl_matlab_print_format_default | |
| vnl_matlab_print_format_short | |
| vnl_matlab_print_format_long | |
| vnl_matlab_print_format_short_e | |
| vnl_matlab_print_format_long_e |
Definition at line 11 of file vnl_matlab_print_format.h.
| void vnl_matlab_print_format_pop | ( | ) |
Definition at line 31 of file vnl_matlab_print_format.cxx.
| void vnl_matlab_print_format_push | ( | vnl_matlab_print_format | ) |
push/pop the top of the stack :.
Definition at line 24 of file vnl_matlab_print_format.cxx.
| vnl_matlab_print_format vnl_matlab_print_format_set | ( | vnl_matlab_print_format | ) |
set new, get old format at top of stack :.
Definition at line 42 of file vnl_matlab_print_format.cxx.
| vnl_matlab_print_format vnl_matlab_print_format_top | ( | ) |
get top of stack :.
Definition at line 50 of file vnl_matlab_print_format.cxx.
1.7.5.1