#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <malloc.h>
#include <string.h>
#include <ctype.h>
#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "camerad.h"
#include "multibs.h"
#include "bsfile.h"
Functions | |
void | bsf_WritePointd (int spdimen, const double *point) |
void | bsf_WritePointsd (int spdimen, int cols, int rows, int pitch, const double *points) |
void | bsf_WritePointsMK (int npoints, const byte *mk) |
void bsf_WritePointd | ( | int | spdimen, | |
const double * | point | |||
) |
void bsf_WritePointsd | ( | int | spdimen, | |
int | cols, | |||
int | rows, | |||
int | pitch, | |||
const double * | points | |||
) |
void bsf_WritePointsMK | ( | int | npoints, | |
const byte * | mk | |||
) |