#include "maxheap.h"#include "coreexp.h"#include "PatchTypeConstants.h"#include <WTypes.h>#include "TabTypes.h"#include "point3.h"Go to the source code of this file.
Classes |
|
| class | CapFace |
| class | MeshCapVert |
| class | MeshCapInfo |
| class | MeshCapPoly |
| class | MeshCapper |
| class | CapPatch |
| class | PatchCapVert |
| class | PatchCapVec |
| class PatchCapVec More... |
|
| class | PatchCapInfo |
| class | PatchCapPoly |
| class | PatchCapper |
Defines |
|
| #define | CAPTYPE_MORPH 0 |
| The capping code does the best job it can
given this constraint, however it is possible to wind up with long
sliver-like faces on the cap. |
|
| #define | CAPTYPE_GRID 1 |
| This helps to break up the shape and helps
reduce slivering. |
|
| #define | CF_ABLINE (1<<0) |
| #define | CF_BCLINE (1<<1) |
| #define | CF_CALINE (1<<2) |
| #define | MCV_ORIGINAL 0 |
| #define | MCV_FREE 1 |
| #define | PCVERT_ORIGINAL 0 |
| #define | PCVERT_FREE 1 |
| #define | PCVEC_ORIGINAL 0 |
| #define | PCVEC_NEW 1 |
Typedefs |
|
| typedef Tab< CapFace > | CapFaceTab |
| typedef Tab< MeshCapVert > | MeshCapVertTab |
| typedef Tab< CapPatch > | CapPatchTab |
| typedef Tab< PatchCapVert > | PatchCapVertTab |
| typedef Tab< PatchCapVec > | PatchCapVecTab |
| #define CF_ABLINE (1<<0) |
Definition at line 66 of file captypes.h.
| #define CF_BCLINE (1<<1) |
Definition at line 67 of file captypes.h.
| #define CF_CALINE (1<<2) |
Definition at line 68 of file captypes.h.
| #define MCV_ORIGINAL 0 |
Definition at line 84 of file captypes.h.
| #define MCV_FREE 1 |
Definition at line 85 of file captypes.h.
| #define PCVERT_ORIGINAL 0 |
Definition at line 249 of file captypes.h.
| #define PCVERT_FREE 1 |
Definition at line 250 of file captypes.h.
| #define PCVEC_ORIGINAL 0 |
Definition at line 281 of file captypes.h.
| #define PCVEC_NEW 1 |
Definition at line 282 of file captypes.h.
| typedef Tab<CapFace> CapFaceTab |
Definition at line 97 of file captypes.h.
| typedef Tab<MeshCapVert> MeshCapVertTab |
Definition at line 98 of file captypes.h.
| typedef Tab<CapPatch> CapPatchTab |
Definition at line 310 of file captypes.h.
| typedef Tab<PatchCapVert> PatchCapVertTab |
Definition at line 311 of file captypes.h.
| typedef Tab<PatchCapVec> PatchCapVecTab |
Definition at line 312 of file captypes.h.