#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_Q2FillHoleConstrf (GHoleDomainf *domain, int spdimen, CONST_ float *hole_cp, int nconstr, CONST_ float *constr, float *acoeff, void *usrptr, void(*outpatch)(int n, int m, const float *cp, void *usrptr)) |
boolean | g1h_Q2FillHoleAltConstrf (GHoleDomainf *domain, int spdimen, CONST_ float *hole_cp, int naconstr, CONST_ float *constr, float *acoeff, void *usrptr, void(*outpatch)(int n, int m, const float *cp, void *usrptr)) |
#define CONST_ |
boolean g1h_Q2FillHoleAltConstrf | ( | GHoleDomainf * | domain, | |
int | spdimen, | |||
CONST_ float * | hole_cp, | |||
int | naconstr, | |||
CONST_ float * | constr, | |||
float * | acoeff, | |||
void * | usrptr, | |||
void(*)(int n, int m, const float *cp, void *usrptr) | outpatch | |||
) |
boolean g1h_Q2FillHoleConstrf | ( | GHoleDomainf * | domain, | |
int | spdimen, | |||
CONST_ float * | hole_cp, | |||
int | nconstr, | |||
CONST_ float * | constr, | |||
float * | acoeff, | |||
void * | usrptr, | |||
void(*)(int n, int m, const float *cp, void *usrptr) | outpatch | |||
) |