#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 "eg1holef.h"
#include "eg1hprivatef.h"
#include "eg1herror.h"
Defines | |
#define | CONST_ |
Functions | |
boolean | g1h_GetFinalPatchCurvesf (GHoleDomainf *domain, int spdimen, CONST_ float *hole_cp, float *acoeff, void(*outcurve)(int n, const float *cp)) |
boolean | g1h_GetExtFinalPatchCurvesf (GHoleDomainf *domain, int spdimen, CONST_ float *hole_cp, float *acoeff, void(*outcurve)(int n, const float *cp)) |
boolean | g1h_GetABasisFPatchCurvef (GHoleDomainf *domain, int fn, int i, float *bfpc) |
boolean | g1h_GetBBasisFPatchCurvef (GHoleDomainf *domain, int fn, int i, float *bfpc) |
#define CONST_ |
boolean g1h_GetABasisFPatchCurvef | ( | GHoleDomainf * | domain, | |
int | fn, | |||
int | i, | |||
float * | bfpc | |||
) |
boolean g1h_GetBBasisFPatchCurvef | ( | GHoleDomainf * | domain, | |
int | fn, | |||
int | i, | |||
float * | bfpc | |||
) |
boolean g1h_GetExtFinalPatchCurvesf | ( | GHoleDomainf * | domain, | |
int | spdimen, | |||
CONST_ float * | hole_cp, | |||
float * | acoeff, | |||
void(*)(int n, const float *cp) | outcurve | |||
) |
boolean g1h_GetFinalPatchCurvesf | ( | GHoleDomainf * | domain, | |
int | spdimen, | |||
CONST_ float * | hole_cp, | |||
float * | acoeff, | |||
void(*)(int n, const float *cp) | outcurve | |||
) |