#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"
Functions | |
void | g2h_DrawSplBasFuncNumd (GHoleDomaind *domain, int *nfunc_a, int *nfunc_b, int *nfunc_c, int *nfunc_d) |
void | g2h_DrawSplBasAuxPatchesd (GHoleDomaind *domain, int fn, void(*drawpatch)(int n, int lknu, const double *knu, int m, int lknv, const double *knv, const point3d *cp)) |
void | g2h_DrawSplBasFunctiond (GHoleDomaind *domain, int fn, void(*drawpatch)(int n, int lknu, const double *knu, int m, int lknv, const double *knv, const point3d *cp)) |
void | g2h_DrawSplBFAomcd (GHoleDomaind *domain, int fn, void(*drawpoly)(int degree, int lastknot, const double *knots, const double *coeff)) |
void | g2h_DrawSplBFBomcd (GHoleDomaind *domain, int fn, void(*drawpoly)(int degree, int lastknot, const double *knots, const double *coeff)) |
void | g2h_DrawSplBFDomcd (GHoleDomaind *domain, int fn, void(*drawpoly)(int degree, int lastknot, const double *knots, const double *coeff)) |
void | g2h_DrawSplFinalSurfBCd (GHoleDomaind *domain, int spdimen, const double *hole_cp, const double *acoeff, void(*drawcurve)(int degree, int spdimen, int lastknot, const double *knots, const double *cp)) |
void | g2h_DrawSplMatricesd (GHoleDomaind *domain, void(*drawmatrix)(int k, int r, int s, int t, double *A, double *B)) |
void g2h_DrawSplBasAuxPatchesd | ( | GHoleDomaind * | domain, | |
int | fn, | |||
void(*)(int n, int lknu, const double *knu, int m, int lknv, const double *knv, const point3d *cp) | drawpatch | |||
) |
void g2h_DrawSplBasFuncNumd | ( | GHoleDomaind * | domain, | |
int * | nfunc_a, | |||
int * | nfunc_b, | |||
int * | nfunc_c, | |||
int * | nfunc_d | |||
) |
void g2h_DrawSplBasFunctiond | ( | GHoleDomaind * | domain, | |
int | fn, | |||
void(*)(int n, int lknu, const double *knu, int m, int lknv, const double *knv, const point3d *cp) | drawpatch | |||
) |
void g2h_DrawSplBFAomcd | ( | GHoleDomaind * | domain, | |
int | fn, | |||
void(*)(int degree, int lastknot, const double *knots, const double *coeff) | drawpoly | |||
) |
void g2h_DrawSplBFBomcd | ( | GHoleDomaind * | domain, | |
int | fn, | |||
void(*)(int degree, int lastknot, const double *knots, const double *coeff) | drawpoly | |||
) |
void g2h_DrawSplBFDomcd | ( | GHoleDomaind * | domain, | |
int | fn, | |||
void(*)(int degree, int lastknot, const double *knots, const double *coeff) | drawpoly | |||
) |
void g2h_DrawSplFinalSurfBCd | ( | GHoleDomaind * | domain, | |
int | spdimen, | |||
const double * | hole_cp, | |||
const double * | acoeff, | |||
void(*)(int degree, int spdimen, int lastknot, const double *knots, const double *cp) | drawcurve | |||
) |
void g2h_DrawSplMatricesd | ( | GHoleDomaind * | domain, | |
void(*)(int k, int r, int s, int t, double *A, double *B) | drawmatrix | |||
) |