#include <vnl_matlab_print2.h>
Public Member Functions | |
| vnl_matlab_print_proxy (T const &obj_, char const *name_, vnl_matlab_print_format format_) | |
| ~vnl_matlab_print_proxy () | |
Public Attributes | |
| T const & | obj |
| char const * | name |
| vnl_matlab_print_format | format |
Definition at line 35 of file vnl_matlab_print2.h.
| vnl_matlab_print_proxy< T >::vnl_matlab_print_proxy | ( | T const & | obj_, |
| char const * | name_, | ||
| vnl_matlab_print_format | format_ | ||
| ) | [inline] |
Definition at line 40 of file vnl_matlab_print2.h.
| vnl_matlab_print_proxy< T >::~vnl_matlab_print_proxy | ( | ) | [inline] |
Definition at line 44 of file vnl_matlab_print2.h.
| vnl_matlab_print_format vnl_matlab_print_proxy< T >::format |
Definition at line 39 of file vnl_matlab_print2.h.
| char const* vnl_matlab_print_proxy< T >::name |
Definition at line 38 of file vnl_matlab_print2.h.
| T const& vnl_matlab_print_proxy< T >::obj |
Definition at line 37 of file vnl_matlab_print2.h.
1.7.5.1