Cheetah Software  1.0
BSplineBasic.h File Reference
#include <assert.h>
#include <stdio.h>
#include <iostream>
+ Include dependency graph for BSplineBasic.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BS_Basic< T, DIM, DEGREE, NUM_MIDDLE, CONST_LEVEL_INI, CONST_LEVEL_FIN >
 

Macros

#define SP_IS_EQUAL(x, y)   (((x) - (y)) * ((x) - (y)) < 1.e-10)
 
#define SP_SAFE_DELETE_AR(p)
 

Macro Definition Documentation

#define SP_IS_EQUAL (   x,
 
)    (((x) - (y)) * ((x) - (y)) < 1.e-10)

Definition at line 8 of file BSplineBasic.h.

#define SP_SAFE_DELETE_AR (   p)
Value:
if (p) { \
delete[] p; \
(p) = NULL; \
}

Definition at line 9 of file BSplineBasic.h.