Functions
core/vnl/vnl_matlab_print_format.cxx File Reference
#include "vnl_matlab_print_format.h"
#include <vcl_iostream.h>
#include <vcl_vector.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 :.
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 :.

Detailed Description

Definition in file vnl_matlab_print_format.cxx.


Function Documentation

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.