cgma
|
#include <float.h>
#include "CastTo.hpp"
#include "CubitVector.hpp"
#include "CubitPoint.hpp"
#include "CubitFacet.hpp"
#include "CubitFacetEdge.hpp"
#include "CubitFacetEdgeData.hpp"
#include "CpuTimer.hpp"
#include "CubitMessage.hpp"
#include "CubitBox.hpp"
#include "DLIList.hpp"
#include "FacetEvalTool.hpp"
#include "GeometryDefines.h"
#include "CubitTransformMatrix.hpp"
#include "ChollaDebug.hpp"
#include "TDFacetBoundaryEdge.hpp"
#include "TDFacetBoundaryPoint.hpp"
#include "GfxDebug.hpp"
#include "KDDTree.hpp"
#include "AbstractTree.hpp"
#include "CubitFileIOWrapper.hpp"
#include "FacetDataUtil.hpp"
Go to the source code of this file.
Defines | |
#define | GRID_SEARCH_THRESHOLD 20 |
#define | MAX_CLOSE_POINTS 100 |
#define | ONE_THIRD 0.33333333333333333333333333333333333 |
#define | TWO_THIRDS .666666666666666666666666666666666666667 |
#define | INCR 0.01 |
#define GRID_SEARCH_THRESHOLD 20 |
Definition at line 36 of file FacetEvalTool.cpp.
#define INCR 0.01 |
#define MAX_CLOSE_POINTS 100 |
#define ONE_THIRD 0.33333333333333333333333333333333333 |
#define TWO_THIRDS .666666666666666666666666666666666666667 |