#include <math.h>#include <stdlib.h>#include <string.h>#include <stdio.h>#include "pkvaria.h"#include "pknum.h"#include "pkgeom.h"#include "multibs.h"#include "eg2holed.h"#include "eg2hprivated.h"#include "eg2herror.h"
Defines | |
| #define | CONST_ |
Functions | |
| boolean | g2h_GetFinalPatchCurvesd (GHoleDomaind *domain, int spdimen, CONST_ double *hole_cp, double *acoeff, void(*outcurve)(int n, const double *cp)) |
| boolean | g2h_GetExtFinalPatchCurvesd (GHoleDomaind *domain, int spdimen, CONST_ double *hole_cp, double *acoeff, void(*outcurve)(int n, const double *cp)) |
| boolean | g2h_GetABasisFPatchCurved (GHoleDomaind *domain, int fn, int i, double *bfpc) |
| boolean | g2h_GetBBasisFPatchCurved (GHoleDomaind *domain, int fn, int i, double *bfpc) |
| #define CONST_ |
| boolean g2h_GetABasisFPatchCurved | ( | GHoleDomaind * | domain, | |
| int | fn, | |||
| int | i, | |||
| double * | bfpc | |||
| ) |
| boolean g2h_GetBBasisFPatchCurved | ( | GHoleDomaind * | domain, | |
| int | fn, | |||
| int | i, | |||
| double * | bfpc | |||
| ) |
| boolean g2h_GetExtFinalPatchCurvesd | ( | GHoleDomaind * | domain, | |
| int | spdimen, | |||
| CONST_ double * | hole_cp, | |||
| double * | acoeff, | |||
| void(*)(int n, const double *cp) | outcurve | |||
| ) |
| boolean g2h_GetFinalPatchCurvesd | ( | GHoleDomaind * | domain, | |
| int | spdimen, | |||
| CONST_ double * | hole_cp, | |||
| double * | acoeff, | |||
| void(*)(int n, const double *cp) | outcurve | |||
| ) |
1.7.1