iRoCS Toolbox  1.1.0
Macros | Typedefs | Functions | Variables
svm_defines.hh File Reference
#include <config.hh>
#include <cstdio>
#include <cstdarg>
#include <cstring>
#include <algorithm>
Include dependency graph for svm_defines.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define INF   HUGE_VAL
 
#define Malloc(type, n)   (type *)malloc((n)*sizeof(type))
 

Typedefs

typedef float Qfloat
 
typedef signed char schar
 

Functions

template<class S , class T >
void clone (T *&dst, S *src, int n)
 
void info (char *fmt,...)
 
void info_flush ()
 

Variables

const unsigned int MAX_BELIEVABLE_UNIQUE_ID = 100000000
 

Macro Definition Documentation

◆ INF

#define INF   HUGE_VAL

Definition at line 85 of file svm_defines.hh.

◆ Malloc

#define Malloc (   type,
 
)    (type *)malloc((n)*sizeof(type))

Definition at line 86 of file svm_defines.hh.

Typedef Documentation

◆ Qfloat

typedef float Qfloat

Definition at line 66 of file svm_defines.hh.

◆ schar

typedef signed char schar

Definition at line 67 of file svm_defines.hh.

Function Documentation

◆ clone()

template<class S , class T >
void clone ( T *&  dst,
S *  src,
int  n 
)
inline

Definition at line 80 of file svm_defines.hh.

Referenced by svt::SVC_Q< FV, KF >::SVC_Q().

◆ info()

void info ( char *  fmt,
  ... 
)
inline

Definition at line 88 of file svm_defines.hh.

Referenced by info_flush().

◆ info_flush()

void info_flush ( )
inline

Definition at line 95 of file svm_defines.hh.

Variable Documentation

◆ MAX_BELIEVABLE_UNIQUE_ID

const unsigned int MAX_BELIEVABLE_UNIQUE_ID = 100000000

Definition at line 63 of file svm_defines.hh.

Referenced by svt::Kernel_MATRIX< KERNEL >::updateCache().