#include <set>
#include <cfloat>
#include "message-macros.hh"
#include "corefine-3d-face-face.hh"
Go to the source code of this file.
Classes | |
struct | SFaceListIterators |
Defines | |
#define | a0 FMap->alpha0 |
#define | a1 FMap->alpha1 |
#define | a2 FMap->alpha2 |
#define | a3 FMap->alpha3 |
#define | VTX(d) ((CAttributeVertex*)FMap->getDirectInfo(d, FVertexDI)) |
#define | LINK(d) ((CDart*)FMap->getDirectInfo(d, FLinkedVertexDI)) |
#define | freeMark(m) (FMap->freeMark(m)) |
#define | GET_IP(d) ((TInterPt*)FMap->getDirectInfo(d, FInterPointDI)) |
#define | VECT(d) |
#define a0 FMap->alpha0 |
Definition at line 40 of file corefine-3d-face-face.cc.
#define a1 FMap->alpha1 |
Definition at line 41 of file corefine-3d-face-face.cc.
#define a2 FMap->alpha2 |
Definition at line 42 of file corefine-3d-face-face.cc.
#define a3 FMap->alpha3 |
Definition at line 43 of file corefine-3d-face-face.cc.
#define freeMark | ( | m | ) | (FMap->freeMark(m)) |
Definition at line 52 of file corefine-3d-face-face.cc.
#define GET_IP | ( | d | ) | ((TInterPt*)FMap->getDirectInfo(d, FInterPointDI)) |
Definition at line 1410 of file corefine-3d-face-face.cc.
#define LINK | ( | d | ) | ((CDart*)FMap->getDirectInfo(d, FLinkedVertexDI)) |
Definition at line 47 of file corefine-3d-face-face.cc.
#define VECT | ( | d | ) |
Value:
(FMap->isMarked(d, ANegativeMark) ?\ -((CPlane*)FMap->getDirectInfo(d, AFacePlaneDI))->getNormal():\ ((CPlane*)FMap->getDirectInfo(d, AFacePlaneDI))->getNormal())
Definition at line 2871 of file corefine-3d-face-face.cc.
#define VTX | ( | d | ) | ((CAttributeVertex*)FMap->getDirectInfo(d, FVertexDI)) |
Definition at line 46 of file corefine-3d-face-face.cc.