Defines | Functions

eg2hsplpcurvesf.c File Reference

#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"
Include dependency graph for eg2hsplpcurvesf.c:

Defines

#define CONST_
#define NCTLP   (lastomcknot-G2_CROSS00DEG)

Functions

boolean g2h_GetSplFinalPatchCurvesf (GHoleDomainf *domain, int spdimen, CONST_ float *hole_cp, float *acoeff, void(*outcurve)(int n, int lkn, const float *kn, const float *cp))
boolean g2h_GetSplABasisFPatchCurvef (GHoleDomainf *domain, int fn, int i, int *lkn, float *kn, float *bfpc)
boolean g2h_GetSplBBasisFPatchCurvef (GHoleDomainf *domain, int fn, int i, int *lkn, float *kn, float *bfpc)
boolean g2h_GetSplDBasisFPatchCurvef (GHoleDomainf *domain, int fn, int i, int *lkn, float *kn, float *bfpc)

Define Documentation

#define CONST_
#define NCTLP   (lastomcknot-G2_CROSS00DEG)

Function Documentation

boolean g2h_GetSplABasisFPatchCurvef ( GHoleDomainf domain,
int  fn,
int  i,
int *  lkn,
float *  kn,
float *  bfpc 
)
boolean g2h_GetSplBBasisFPatchCurvef ( GHoleDomainf domain,
int  fn,
int  i,
int *  lkn,
float *  kn,
float *  bfpc 
)
boolean g2h_GetSplDBasisFPatchCurvef ( GHoleDomainf domain,
int  fn,
int  i,
int *  lkn,
float *  kn,
float *  bfpc 
)
boolean g2h_GetSplFinalPatchCurvesf ( GHoleDomainf domain,
int  spdimen,
CONST_ float *  hole_cp,
float *  acoeff,
void(*)(int n, int lkn, const float *kn, const float *cp)  outcurve 
)