Overture
Version 25
|
Macros | |
#define | ANSI_DECLARATORS |
#define | REAL double |
#define | INITIALPOINTS(i0, i1) initialPointsp[i0+initialPointsDim0*(i1)] |
#define | INITIALFACES(i0, i1) initialFacesp[i0+initialFacesDim0*(i1)] |
#define | HOLES(i0, i1) holesp[i0+holesDim0*(i1)] |
#define | TRIANGLES(i0, i1) trianglesp[i0+trianglesDim0*(i1)] |
#define | POINTS(i0, i1) pointsp[i0+pointsDim0*(i1)] |
#define ANSI_DECLARATORS |
#define HOLES | ( | i0, | |
i1 | |||
) | holesp[i0+holesDim0*(i1)] |
Referenced by TriangleWrapper::generate().
#define INITIALFACES | ( | i0, | |
i1 | |||
) | initialFacesp[i0+initialFacesDim0*(i1)] |
Referenced by TriangleWrapper::generate().
#define INITIALPOINTS | ( | i0, | |
i1 | |||
) | initialPointsp[i0+initialPointsDim0*(i1)] |
Referenced by TriangleWrapper::generate().
#define POINTS | ( | i0, | |
i1 | |||
) | pointsp[i0+pointsDim0*(i1)] |
Referenced by TriangleWrapper::generate().
#define REAL double |
#define TRIANGLES | ( | i0, | |
i1 | |||
) | trianglesp[i0+trianglesDim0*(i1)] |
Referenced by TriangleWrapper::generate().