cgma
|
#include "PartitionLumpImprint.hpp"
#include "PartitionLump.hpp"
#include "PartitionSurface.hpp"
#include "PartitionLoop.hpp"
#include "PartitionCoEdge.hpp"
#include "PartitionCurve.hpp"
#include "PartitionPoint.hpp"
#include "CubitVector.hpp"
#include "PartitionEngine.hpp"
#include "SegmentedCurve.hpp"
#include "PartPTCurve.hpp"
#include "PartSurfFacetTool.hpp"
#include "CubitFacetData.hpp"
#include "CubitFacetEdgeData.hpp"
#include "CubitPointData.hpp"
#include "GfxDebug.hpp"
Go to the source code of this file.
Defines | |
#define | PART_LUMP_PRINT(...) PRINT_DEBUG(PART_LUMP_DEBUG, __VA_ARGS__) |
Variables | |
const double | DIST_TOL = 1000.0 * GEOMETRY_RESABS |
const double | DIST_TOL_SQR = DIST_TOL*DIST_TOL |
const int | PART_LUMP_DEBUG = 88 |
#define PART_LUMP_PRINT | ( | ... | ) | PRINT_DEBUG(PART_LUMP_DEBUG, __VA_ARGS__) |
Definition at line 36 of file PartitionLumpImprint.cpp.
const double DIST_TOL = 1000.0 * GEOMETRY_RESABS |
Definition at line 32 of file PartitionLumpImprint.cpp.
const double DIST_TOL_SQR = DIST_TOL*DIST_TOL |
Definition at line 33 of file PartitionLumpImprint.cpp.
const int PART_LUMP_DEBUG = 88 |
Definition at line 35 of file PartitionLumpImprint.cpp.