|
Data Structures |
struct | __IdPoint__ |
Defines |
#define | PNT_FLOAT (PNT | TY_FLOAT) |
#define | IdPntFree(pi) _IdPntFree((PIDPOINT *)&(pi) ) |
#define | IdPntGetDataLength(pi) (pi)->NbDatas |
#define | IdPntGetData(pi) (pi)->Datas |
#define | IdPntTabFree(pp, nbp, libere) _IdPntTabFree ((PIDPOINT **)&(pp),(nbp),(libere) ) |
#define | IdPntX(p) (p).X |
#define | IdPntY(p) (p).Y |
#define | IdPntZ(p) (p).Z |
#define | IdPntSamePnt(p1, p2) |
Typedefs |
typedef __IdPoint__ | IDPOINT |
typedef IDPOINT * | PIDPOINT |
Functions |
PIDPOINT | IdPntAlloc (int) |
PIDPOINT | IdPntRemplit (PIDPOINT, double, double, double, int) |
PIDPOINT * | IdPntTabAlloc (int, int) |
void | IdPntCopy (PIDPOINT, PIDPOINT) |
void | IdPntFree (PIDPOINT) |
int | IdPntGetDataLength (PIDPOINT) |
float * | IdPntGetData (PIDPOINT) |
void | IdPntTabFree (PIDPOINT *, int, int) |
float | IdPntX (IDPOINT) |
float | IdPntY (IDPOINT) |
float | IdPntZ (IDPOINT) |
int | IdPntSamePnt (IDPOINT, IDPOINT) |