#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_ |
#define | NCTLP (lastomcknot-G2_CROSS00DEG) |
Functions | |
boolean | g2h_GetSplFinalPatchCurvesd (GHoleDomaind *domain, int spdimen, CONST_ double *hole_cp, double *acoeff, void(*outcurve)(int n, int lkn, const double *kn, const double *cp)) |
boolean | g2h_GetSplABasisFPatchCurved (GHoleDomaind *domain, int fn, int i, int *lkn, double *kn, double *bfpc) |
boolean | g2h_GetSplBBasisFPatchCurved (GHoleDomaind *domain, int fn, int i, int *lkn, double *kn, double *bfpc) |
boolean | g2h_GetSplDBasisFPatchCurved (GHoleDomaind *domain, int fn, int i, int *lkn, double *kn, double *bfpc) |
#define CONST_ |
#define NCTLP (lastomcknot-G2_CROSS00DEG) |
boolean g2h_GetSplABasisFPatchCurved | ( | GHoleDomaind * | domain, | |
int | fn, | |||
int | i, | |||
int * | lkn, | |||
double * | kn, | |||
double * | bfpc | |||
) |
boolean g2h_GetSplBBasisFPatchCurved | ( | GHoleDomaind * | domain, | |
int | fn, | |||
int | i, | |||
int * | lkn, | |||
double * | kn, | |||
double * | bfpc | |||
) |
boolean g2h_GetSplDBasisFPatchCurved | ( | GHoleDomaind * | domain, | |
int | fn, | |||
int | i, | |||
int * | lkn, | |||
double * | kn, | |||
double * | bfpc | |||
) |
boolean g2h_GetSplFinalPatchCurvesd | ( | GHoleDomaind * | domain, | |
int | spdimen, | |||
CONST_ double * | hole_cp, | |||
double * | acoeff, | |||
void(*)(int n, int lkn, const double *kn, const double *cp) | outcurve | |||
) |