Overture  Version 25
Macros | Functions
SmoothedPolygonMapping.C File Reference
#include "SmoothedPolygon.h"
#include "MappingInformation.h"
#include "display.h"
#include <float.h>
Include dependency graph for SmoothedPolygonMapping.C:

Macros

#define CPINIT   EXTERN_C_NAME(cpinit)
 
#define CPRSI   EXTERN_C_NAME(cprsi)
 
#define CPRG   EXTERN_C_NAME(cprg)
 
#define STTR   EXTERN_C_NAME(sttr)
 
#define STRT   EXTERN_C_NAME(strt)
 

Functions

void CPINIT (int &ndi, int &iwx, int &iwy, int &iwr, int &iws, int &iwr1, int &ndr, real &rwx, real &rwy, real &rwr, real &rws, real &rwr1, real &ccor, int &nc, real &sc, real &xc, real &yc, real &bv, real &sab, real &r12b, int &nsr, real &sr, int &ndwk, real &wk, real &x00, real &x01, real &x10, real &x11, real &y00, real &y01, real &y10, real &y11, int &iccor, int &per)
 
void CPRSI (int &nr, int &ns, int &per, int &ndw, real &w, real &iw, int &nwdi, int &iwx, int &iwy, int &iwr, int &iws, int &iwr1, int &nwdr, real &rwx, real &rwy, real &rwr, real &rws, real &rwr1, real &ccor)
 
void CPRG (real &r, real &s, real &x, real &y, real &xr, real &xs, real &yr, real &ys, int &ndiwk, int &iwk, int &ndrwk, real &rwk, int &ierr)
 
void STTR (real &t, real &r, real &rt, int &iw, real &rw, int &ierr)
 
void STRT (real &r, real &t, real &tr, int &iw, real &rw, int &ierr)
 

Macro Definition Documentation

#define CPINIT   EXTERN_C_NAME(cpinit)
#define CPRG   EXTERN_C_NAME(cprg)
#define CPRSI   EXTERN_C_NAME(cprsi)
#define STRT   EXTERN_C_NAME(strt)
#define STTR   EXTERN_C_NAME(sttr)

Function Documentation

void CPINIT ( int &  ndi,
int &  iwx,
int &  iwy,
int &  iwr,
int &  iws,
int &  iwr1,
int &  ndr,
real rwx,
real rwy,
real rwr,
real rws,
real rwr1,
real ccor,
int &  nc,
real sc,
real xc,
real yc,
real bv,
real sab,
real r12b,
int &  nsr,
real sr,
int &  ndwk,
real wk,
real x00,
real x01,
real x10,
real x11,
real y00,
real y01,
real y10,
real y11,
int &  iccor,
int &  per 
)
void CPRG ( real r,
real s,
real x,
real y,
real xr,
real xs,
real yr,
real ys,
int &  ndiwk,
int &  iwk,
int &  ndrwk,
real rwk,
int &  ierr 
)
void CPRSI ( int &  nr,
int &  ns,
int &  per,
int &  ndw,
real w,
real iw,
int &  nwdi,
int &  iwx,
int &  iwy,
int &  iwr,
int &  iws,
int &  iwr1,
int &  nwdr,
real rwx,
real rwy,
real rwr,
real rws,
real rwr1,
real ccor 
)
void STRT ( real r,
real t,
real tr,
int &  iw,
real rw,
int &  ierr 
)
void STTR ( real t,
real r,
real rt,
int &  iw,
real rw,
int &  ierr 
)