Go to the source code of this file.
Namespaces | |
Foam | |
Macros | |
#define | SNAP_END_ENCODE(pos, val) (((val) << (4 + 2 * pos))) |
#define | SNAP_END_VALUE(pos, val) (((val) >> (4 + 2 * pos)) & 0x3) |
#define | ADD_SNAP_INDEX(pos, d1, d2, idx1, idx2) |
Functions | |
defineTypeNameAndDebug (isoSurfaceTopo, 0) | |
static int | getTetCutIndex (scalar p0, scalar p1, scalar p2, scalar p3, const scalar val, const bool doSnap) noexcept |
static void | appendTriLabels (DynamicList< label > &verts, const label a, const label b, const label c, const bool flip) |
static const point & | getMeshPointRef (const polyMesh &mesh, const label pointi) |
Original source file isoSurfaceTopo.C
Definition in file isoSurfaceTopo.C.
#define SNAP_END_ENCODE | ( | pos, | |
val | |||
) | (((val) << (4 + 2 * pos))) |
Definition at line 58 of file isoSurfaceTopo.C.
#define SNAP_END_VALUE | ( | pos, | |
val | |||
) | (((val) >> (4 + 2 * pos)) & 0x3) |
Definition at line 59 of file isoSurfaceTopo.C.
#define ADD_SNAP_INDEX | ( | pos, | |
d1, | |||
d2, | |||
idx1, | |||
idx2 | |||
) |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.