Functions
vnl_matlab_print_format.cxx File Reference
#include <iostream>
#include <vector>
#include "vnl_matlab_print_format.h"

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 :. More...
 
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 :. More...
 
vnl_matlab_print_format vnl_matlab_print_format_top ()
 get top of stack :. More...
 

Function Documentation

◆ vnl_matlab_print_format_pop()

void vnl_matlab_print_format_pop ( )

Definition at line 29 of file vnl_matlab_print_format.cxx.

◆ vnl_matlab_print_format_push()

void vnl_matlab_print_format_push ( vnl_matlab_print_format  f)

push/pop the top of the stack :.

Definition at line 22 of file vnl_matlab_print_format.cxx.

◆ vnl_matlab_print_format_set()

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

◆ vnl_matlab_print_format_top()

vnl_matlab_print_format vnl_matlab_print_format_top ( )

get top of stack :.

Definition at line 48 of file vnl_matlab_print_format.cxx.