|
Overture
Version 25
|
#include "SurfaceStitcher.h"#include "ReductionMapping.h"#include "CompositeGrid.h"#include "Ugen.h"#include "display.h"#include "BodyDefinition.h"#include "ParallelUtility.h"#include "InterpolatePoints.h"
Macros | |
| #define | FOR_3D(i1, i2, i3, I1, I2, I3) |
| #define | FOR_3(i1, i2, i3, I1, I2, I3) |
| #define | MASK(i0, i1, i2) maskp[(i0)+(i1)*md1+(i2)*md2] |
| #define | MASK2(i0, i1, i2) mask2p[(i0)+(i1)*mask2d1+(i2)*mask2d2] |
| #define | MASK(i0, i1, i2) maskp[(i0)+(i1)*md1+(i2)*md2] |
| #define | MASK2(i0, i1, i2) mask2p[(i0)+(i1)*mask2d1+(i2)*mask2d2] |
| #define | IA(i0, i1) iap[i0+iaDim0*(i1)] |
| #define | XA(i0, i1) xap[i0+xaDim0*(i1)] |
| #define | STATUS(i0) statusp[i0] |
| #define FOR_3 | ( | i1, | |
| i2, | |||
| i3, | |||
| I1, | |||
| I2, | |||
| I3 | |||
| ) |
Referenced by SurfaceStitcher::enlargeGap().
| #define FOR_3D | ( | i1, | |
| i2, | |||
| i3, | |||
| I1, | |||
| I2, | |||
| I3 | |||
| ) |
Referenced by SurfaceStitcher::enlargeGap(), SurfaceStitcher::enlargeGapWidth(), and SurfaceStitcher::setMask().
| #define IA | ( | i0, | |
| i1 | |||
| ) | iap[i0+iaDim0*(i1)] |
| #define STATUS | ( | i0 | ) | statusp[i0] |
| #define XA | ( | i0, | |
| i1 | |||
| ) | xap[i0+xaDim0*(i1)] |
1.8.3