00001
00002
00003
00004
00005 #if !defined (AQSENSE_SAL3D_AREA_H)
00006 #define AQSENSE_SAL3D_AREA_H
00007
00008 #if defined (_MSC_VER) && (_MSC_VER >= 1020)
00009 #pragma once
00010 #endif
00011
00012 #include "sal3d_def.h"
00013 #include "cop.h"
00014
00015
00016
00017
00018
00019 SAL3D_API(int)
00020 sal3d_area_to_ref_line (const sal3d_cop cop, int row, int edge_points, float *area,
00021 sal3d_error *e DEFZERO);
00022 SAL3D_API(int)
00023 sal3d_area_area_enclosed (const sal3d_cop *cops, int numb_cops, int row, float *area,
00024 sal3d_error *e DEFZERO);
00025 #endif