#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 "eg2holef.h"
#include "eg2hprivatef.h"
#include "eg2herror.h"
Defines | |
#define | CONST_ |
Functions | |
boolean | g2h_GetFinalPatchCurvesf (GHoleDomainf *domain, int spdimen, CONST_ float *hole_cp, float *acoeff, void(*outcurve)(int n, const float *cp)) |
boolean | g2h_GetExtFinalPatchCurvesf (GHoleDomainf *domain, int spdimen, CONST_ float *hole_cp, float *acoeff, void(*outcurve)(int n, const float *cp)) |
boolean | g2h_GetABasisFPatchCurvef (GHoleDomainf *domain, int fn, int i, float *bfpc) |
boolean | g2h_GetBBasisFPatchCurvef (GHoleDomainf *domain, int fn, int i, float *bfpc) |
#define CONST_ |
boolean g2h_GetABasisFPatchCurvef | ( | GHoleDomainf * | domain, | |
int | fn, | |||
int | i, | |||
float * | bfpc | |||
) |
boolean g2h_GetBBasisFPatchCurvef | ( | GHoleDomainf * | domain, | |
int | fn, | |||
int | i, | |||
float * | bfpc | |||
) |
boolean g2h_GetExtFinalPatchCurvesf | ( | GHoleDomainf * | domain, | |
int | spdimen, | |||
CONST_ float * | hole_cp, | |||
float * | acoeff, | |||
void(*)(int n, const float *cp) | outcurve | |||
) |
boolean g2h_GetFinalPatchCurvesf | ( | GHoleDomainf * | domain, | |
int | spdimen, | |||
CONST_ float * | hole_cp, | |||
float * | acoeff, | |||
void(*)(int n, const float *cp) | outcurve | |||
) |