COVISE Core
Public Member Functions | List of all members
covise::Converter Class Reference

#include <covise_converter.h>

Public Member Functions

void short_to_exch (short input, char *output)
 
void int_to_exch (int input, char *output)
 
void long_to_exch (long input, char *output)
 
void float_to_exch (float input, char *output)
 
void double_to_exch (double input, char *output)
 
void ushort_to_exch (unsigned short input, char *output)
 
void uint_to_exch (unsigned int input, char *output)
 
void ulong_to_exch (unsigned long input, char *output)
 
void exch_to_short (char *input, short *output)
 
void exch_to_int (char *input, int *output)
 
void exch_to_long (char *input, long *output)
 
void exch_to_float (char *input, float *output)
 
void exch_to_double (char *input, double *output)
 
void exch_to_ushort (char *input, unsigned short *output)
 
void exch_to_uint (char *input, unsigned int *output)
 
void exch_to_ulong (char *input, unsigned long *output)
 
void short_array_to_exch (short *input, char *output, int n)
 
void int_array_to_exch (int *input, char *output, int n)
 
void long_array_to_exch (long *input, char *output, int n)
 
void float_array_to_exch (float *input, char *output, int n)
 
void double_array_to_exch (double *input, char *output, int n)
 
void exch_to_short_array (char *input, short *output, int n)
 
void exch_to_int_array (char *input, int *output, int n)
 
void exch_to_long_array (char *input, long *output, int n)
 
void exch_to_float_array (char *input, float *output, int n)
 
void exch_to_double_array (char *input, double *output, int n)
 

Member Function Documentation

◆ double_array_to_exch()

void covise::Converter::double_array_to_exch ( double *  input,
char *  output,
int  n 
)

◆ double_to_exch()

void covise::Converter::double_to_exch ( double  input,
char *  output 
)

◆ exch_to_double()

void covise::Converter::exch_to_double ( char *  input,
double *  output 
)

◆ exch_to_double_array()

void covise::Converter::exch_to_double_array ( char *  input,
double *  output,
int  n 
)

◆ exch_to_float()

void covise::Converter::exch_to_float ( char *  input,
float *  output 
)

◆ exch_to_float_array()

void covise::Converter::exch_to_float_array ( char *  input,
float *  output,
int  n 
)

◆ exch_to_int()

void covise::Converter::exch_to_int ( char *  input,
int *  output 
)

◆ exch_to_int_array()

void covise::Converter::exch_to_int_array ( char *  input,
int *  output,
int  n 
)

◆ exch_to_long()

void covise::Converter::exch_to_long ( char *  input,
long *  output 
)

◆ exch_to_long_array()

void covise::Converter::exch_to_long_array ( char *  input,
long *  output,
int  n 
)

◆ exch_to_short()

void covise::Converter::exch_to_short ( char *  input,
short *  output 
)

◆ exch_to_short_array()

void covise::Converter::exch_to_short_array ( char *  input,
short *  output,
int  n 
)

◆ exch_to_uint()

void covise::Converter::exch_to_uint ( char *  input,
unsigned int *  output 
)

◆ exch_to_ulong()

void covise::Converter::exch_to_ulong ( char *  input,
unsigned long *  output 
)

◆ exch_to_ushort()

void covise::Converter::exch_to_ushort ( char *  input,
unsigned short *  output 
)

◆ float_array_to_exch()

void covise::Converter::float_array_to_exch ( float *  input,
char *  output,
int  n 
)

◆ float_to_exch()

void covise::Converter::float_to_exch ( float  input,
char *  output 
)

◆ int_array_to_exch()

void covise::Converter::int_array_to_exch ( int *  input,
char *  output,
int  n 
)

◆ int_to_exch()

void covise::Converter::int_to_exch ( int  input,
char *  output 
)

◆ long_array_to_exch()

void covise::Converter::long_array_to_exch ( long *  input,
char *  output,
int  n 
)

◆ long_to_exch()

void covise::Converter::long_to_exch ( long  input,
char *  output 
)

◆ short_array_to_exch()

void covise::Converter::short_array_to_exch ( short *  input,
char *  output,
int  n 
)

◆ short_to_exch()

void covise::Converter::short_to_exch ( short  input,
char *  output 
)

◆ uint_to_exch()

void covise::Converter::uint_to_exch ( unsigned int  input,
char *  output 
)

◆ ulong_to_exch()

void covise::Converter::ulong_to_exch ( unsigned long  input,
char *  output 
)

◆ ushort_to_exch()

void covise::Converter::ushort_to_exch ( unsigned short  input,
char *  output 
)

The documentation for this class was generated from the following file: