vnl_matlab_print_format.h
Go to the documentation of this file.
1 #ifndef vnl_matlab_print_format_h_
2 #define vnl_matlab_print_format_h_
3 
4 #include "vnl/vnl_export.h"
5 /*
6  fsm
7 */
8 
9 //:
10 // \file
11 
12 //: pretty-printing matlab formats
14 {
20 };
21 
22 // -------------------- Setting the default format.
23 
24 //: get top of stack :
26 
27 //: set new, get old format at top of stack :
29 
30 //: push/pop the top of the stack :
32 VNL_EXPORT void vnl_matlab_print_format_pop ();
33 
34 #endif
VNL_EXPORT vnl_matlab_print_format vnl_matlab_print_format_set(vnl_matlab_print_format)
set new, get old format at top of stack :.
VNL_EXPORT void vnl_matlab_print_format_pop()
vnl_matlab_print_format
pretty-printing matlab formats.
VNL_EXPORT void vnl_matlab_print_format_push(vnl_matlab_print_format)
push/pop the top of the stack :.
VNL_EXPORT vnl_matlab_print_format vnl_matlab_print_format_top()
get top of stack :.