Enumerations | Functions
vnl_matlab_print_format.h File Reference
#include "vnl/vnl_export.h"

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_EXPORT vnl_matlab_print_format vnl_matlab_print_format_top ()
 get top of stack :. More...
 
VNL_EXPORT vnl_matlab_print_format vnl_matlab_print_format_set (vnl_matlab_print_format)
 set new, get old format at top of stack :. More...
 
VNL_EXPORT void vnl_matlab_print_format_push (vnl_matlab_print_format)
 push/pop the top of the stack :. More...
 
VNL_EXPORT void vnl_matlab_print_format_pop ()
 

Enumeration Type Documentation

◆ vnl_matlab_print_format

pretty-printing matlab formats.

Enumerator
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 13 of file vnl_matlab_print_format.h.

Function Documentation

◆ vnl_matlab_print_format_pop()

VNL_EXPORT void vnl_matlab_print_format_pop ( )

Definition at line 29 of file vnl_matlab_print_format.cxx.

◆ vnl_matlab_print_format_push()

VNL_EXPORT void vnl_matlab_print_format_push ( vnl_matlab_print_format  )

push/pop the top of the stack :.

Definition at line 22 of file vnl_matlab_print_format.cxx.

◆ vnl_matlab_print_format_set()

VNL_EXPORT 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 40 of file vnl_matlab_print_format.cxx.

◆ vnl_matlab_print_format_top()

VNL_EXPORT vnl_matlab_print_format vnl_matlab_print_format_top ( )

get top of stack :.

Definition at line 48 of file vnl_matlab_print_format.cxx.