#include "vnl_matlab_print_scalar.h"
#include <vcl_cstdio.h>
#include <vcl_cstdlib.h>
#include <vcl_cstring.h>
#include <vcl_complex.h>
#include <vcl_iostream.h>
Go to the source code of this file.
Defines | |
#define | inst(T) template vcl_ostream &vnl_matlab_print_scalar(vcl_ostream &, T, vnl_matlab_print_format) |
Functions | |
void | vnl_matlab_print_scalar (int v, char *buf, vnl_matlab_print_format) |
void | vnl_matlab_print_scalar (unsigned v, char *buf, vnl_matlab_print_format) |
void | vnl_matlab_print_scalar (float v, char *buf, vnl_matlab_print_format format) |
void | vnl_matlab_print_scalar (double v, char *buf, vnl_matlab_print_format format) |
void | vnl_matlab_print_scalar (long double v, char *buf, vnl_matlab_print_format format) |
void | vnl_matlab_print_scalar (vcl_complex< double > v, char *buf, vnl_matlab_print_format format) |
void | vnl_matlab_print_scalar (vcl_complex< float > v, char *buf, vnl_matlab_print_format format) |
void | vnl_matlab_print_scalar (vcl_complex< long double > v, char *buf, vnl_matlab_print_format format) |
template<class T > | |
vcl_ostream & | vnl_matlab_print_scalar (vcl_ostream &s, T value, vnl_matlab_print_format format) |
print scalar to vcl_ostream. | |
inst (int) | |
inst (float) | |
inst (double) | |
inst (long double) | |
inst (vcl_complex< float >) | |
inst (vcl_complex< double >) | |
inst (vcl_complex< long double >) |
#define inst | ( | T | ) | template vcl_ostream &vnl_matlab_print_scalar(vcl_ostream &, T, vnl_matlab_print_format) |
Definition at line 242 of file vnl_matlab_print_scalar.cxx.
inst | ( | int | ) |
inst | ( | float | ) |
inst | ( | double | ) |
inst | ( | long | double | ) |
inst | ( | vcl_complex< float > | ) |
inst | ( | vcl_complex< double > | ) |
inst | ( | vcl_complex< long double > | ) |
void vnl_matlab_print_scalar | ( | int | v, |
char * | buf, | ||
vnl_matlab_print_format | |||
) |
Definition at line 10 of file vnl_matlab_print_scalar.cxx.
void vnl_matlab_print_scalar | ( | unsigned | v, |
char * | buf, | ||
vnl_matlab_print_format | |||
) |
Definition at line 17 of file vnl_matlab_print_scalar.cxx.
void vnl_matlab_print_scalar | ( | float | v, |
char * | buf, | ||
vnl_matlab_print_format | format | ||
) |
Definition at line 24 of file vnl_matlab_print_scalar.cxx.
void vnl_matlab_print_scalar | ( | double | v, |
char * | buf, | ||
vnl_matlab_print_format | format | ||
) |
Definition at line 53 of file vnl_matlab_print_scalar.cxx.
void vnl_matlab_print_scalar | ( | long double | v, |
char * | buf, | ||
vnl_matlab_print_format | format | ||
) |
Definition at line 82 of file vnl_matlab_print_scalar.cxx.
void vnl_matlab_print_scalar | ( | vcl_complex< double > | v, |
char * | buf, | ||
vnl_matlab_print_format | format | ||
) |
Definition at line 89 of file vnl_matlab_print_scalar.cxx.
void vnl_matlab_print_scalar | ( | vcl_complex< float > | v, |
char * | buf, | ||
vnl_matlab_print_format | format | ||
) |
Definition at line 156 of file vnl_matlab_print_scalar.cxx.
void vnl_matlab_print_scalar | ( | vcl_complex< long double > | v, |
char * | buf, | ||
vnl_matlab_print_format | format | ||
) |
Definition at line 223 of file vnl_matlab_print_scalar.cxx.
vcl_ostream& vnl_matlab_print_scalar | ( | vcl_ostream & | s, |
T | value, | ||
vnl_matlab_print_format | format | ||
) |
print scalar to vcl_ostream.
Definition at line 233 of file vnl_matlab_print_scalar.cxx.