Cheetah Software
1.0
|
#include <assert.h>
#include <stdio.h>
#include <iostream>
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) |
#define SP_IS_EQUAL | ( | x, | |
y | |||
) | (((x) - (y)) * ((x) - (y)) < 1.e-10) |
Definition at line 8 of file BSplineBasic.h.
#define SP_SAFE_DELETE_AR | ( | p | ) |
Definition at line 9 of file BSplineBasic.h.