Go to the source code of this file.
Functions | |
void | vnl_matlab_print_format_push (vnl_matlab_print_format f) |
push/pop the top of the stack :. | |
void | vnl_matlab_print_format_pop () |
vnl_matlab_print_format | vnl_matlab_print_format_set (vnl_matlab_print_format f) |
set new, get old format at top of stack :. | |
vnl_matlab_print_format | vnl_matlab_print_format_top () |
get top of stack :. |
Definition in file vnl_matlab_print_format.cxx.
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 | f | ) |
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 | f | ) |
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.