#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 "eg1holed.h"
#include "eg1hprivated.h"
#include "eg1herror.h"
Defines | |
#define | CONST_ |
Functions | |
boolean | g1h_GetFinalPatchCurvesd (GHoleDomaind *domain, int spdimen, CONST_ double *hole_cp, double *acoeff, void(*outcurve)(int n, const double *cp)) |
boolean | g1h_GetExtFinalPatchCurvesd (GHoleDomaind *domain, int spdimen, CONST_ double *hole_cp, double *acoeff, void(*outcurve)(int n, const double *cp)) |
boolean | g1h_GetABasisFPatchCurved (GHoleDomaind *domain, int fn, int i, double *bfpc) |
boolean | g1h_GetBBasisFPatchCurved (GHoleDomaind *domain, int fn, int i, double *bfpc) |
#define CONST_ |
boolean g1h_GetABasisFPatchCurved | ( | GHoleDomaind * | domain, | |
int | fn, | |||
int | i, | |||
double * | bfpc | |||
) |
boolean g1h_GetBBasisFPatchCurved | ( | GHoleDomaind * | domain, | |
int | fn, | |||
int | i, | |||
double * | bfpc | |||
) |
boolean g1h_GetExtFinalPatchCurvesd | ( | GHoleDomaind * | domain, | |
int | spdimen, | |||
CONST_ double * | hole_cp, | |||
double * | acoeff, | |||
void(*)(int n, const double *cp) | outcurve | |||
) |
boolean g1h_GetFinalPatchCurvesd | ( | GHoleDomaind * | domain, | |
int | spdimen, | |||
CONST_ double * | hole_cp, | |||
double * | acoeff, | |||
void(*)(int n, const double *cp) | outcurve | |||
) |