cgma
|
#include "CubitDefines.h"
Go to the source code of this file.
enum CubitOctreeType |
Definition at line 34 of file CubitOctreeConstants.hpp.
enum DistanceMetric |
Definition at line 81 of file CubitOctreeConstants.hpp.
enum InterpolationMode |
Definition at line 66 of file CubitOctreeConstants.hpp.
Definition at line 73 of file CubitOctreeConstants.hpp.
enum InterpolationType |
Definition at line 69 of file CubitOctreeConstants.hpp.
enum IntersectionMethod |
Definition at line 84 of file CubitOctreeConstants.hpp.
enum OctreeNodeConstant |
Definition at line 45 of file CubitOctreeConstants.hpp.
enum OctreePosition |
Definition at line 60 of file CubitOctreeConstants.hpp.
{ OCTREE_SIZE_DEFAULT=0 };
enum SizeType |
Definition at line 78 of file CubitOctreeConstants.hpp.
{ MESH_SIZE, SCALED_SIZE };
const double ANG_FACET_EXTRACT[4] = { 15.0, 15.0, 10.0, 5.0 } |
Definition at line 97 of file CubitOctreeConstants.hpp.
const double ANGLE_BETWEEN_FACETS_NORMAL_FOR_OCTREE_BASED_ON_SURF_CURVATURE_FACTOR = 0.5 |
Definition at line 94 of file CubitOctreeConstants.hpp.
const int CUTOFF_BBOX_RANGE_RATIO = 17 |
Definition at line 31 of file CubitOctreeConstants.hpp.
const int CUTOFF_NUM_NODES = 250 |
Definition at line 32 of file CubitOctreeConstants.hpp.
const int CUTOFF_OCTREE_DEPTH = 3 |
Definition at line 30 of file CubitOctreeConstants.hpp.
const InterpolationModeInsideCell DEFAULT_INTERPOLATION_INSIDE_CELL = INVERSE_SQUARE_DISTANCE_INTERPOLATION_INSIDE_CELL |
Definition at line 74 of file CubitOctreeConstants.hpp.
Definition at line 71 of file CubitOctreeConstants.hpp.
Definition at line 89 of file CubitOctreeConstants.hpp.
const double FACET_SPLITTING_INTERNAL_ANGLE = 10.0 * CUBIT_PI / 180.0 |
Definition at line 53 of file CubitOctreeConstants.hpp.
const int INCR_DEPTH_OCTREE_FOR_SKELETON = 0 |
Definition at line 38 of file CubitOctreeConstants.hpp.
const int MAX_DEPTH_OCTREE[4] = { 0, 7, 7, 7} |
Definition at line 37 of file CubitOctreeConstants.hpp.
const int MAX_NUM_ZERO_SIZE_NODES = 2 |
Definition at line 28 of file CubitOctreeConstants.hpp.
const int MIN_DEPTH_OCTREE[4] = { 0, 2, 5, 5} |
Definition at line 36 of file CubitOctreeConstants.hpp.
const double N_CLOSEST_FACETS_FACTOR_FOR_FRONT_NORMALS = 1.00 |
Definition at line 90 of file CubitOctreeConstants.hpp.
const IntersectionMethod OCTREE_DEFAULT_INTERSECTION_METHOD[4] = { (IntersectionMethod)0, SAT_INTERSECT, SAT_INTERSECT, SAT_INTERSECT} |
Definition at line 88 of file CubitOctreeConstants.hpp.
const double OCTREE_EPSILON = 0.000001 |
Definition at line 62 of file CubitOctreeConstants.hpp.
const int OCTREE_MAX_DEPTH_OCTREE[4] = { 0, MAX_DEPTH_OCTREE[1] + INCR_DEPTH_OCTREE_FOR_SKELETON,MAX_DEPTH_OCTREE[2] + INCR_DEPTH_OCTREE_FOR_SKELETON, MAX_DEPTH_OCTREE[3] + INCR_DEPTH_OCTREE_FOR_SKELETON} |
Definition at line 40 of file CubitOctreeConstants.hpp.
const int OCTREE_MIN_DEPTH_OCTREE[4] = { 0, MIN_DEPTH_OCTREE[1] + INCR_DEPTH_OCTREE_FOR_SKELETON,MIN_DEPTH_OCTREE[2] + INCR_DEPTH_OCTREE_FOR_SKELETON, MIN_DEPTH_OCTREE[3] + INCR_DEPTH_OCTREE_FOR_SKELETON} |
Definition at line 39 of file CubitOctreeConstants.hpp.
const CubitBoolean OCTREE_NEGATIVE = CUBIT_FALSE |
Definition at line 64 of file CubitOctreeConstants.hpp.
const CubitBoolean OCTREE_POSITIVE = CUBIT_TRUE |
Definition at line 63 of file CubitOctreeConstants.hpp.
const int OCTREE_TIME_ACCURACY_LEVEL = 2 |
Definition at line 51 of file CubitOctreeConstants.hpp.
const double OCTREE_TOLERANCE_FOR_CURVE_DECIMATION_FACTOR = 0.5 |
Definition at line 48 of file CubitOctreeConstants.hpp.
const int OCTREE_X = 0 |
Definition at line 20 of file CubitOctreeConstants.hpp.
const int OCTREE_Y = 1 |
Definition at line 21 of file CubitOctreeConstants.hpp.
const int OCTREE_Z = 2 |
Definition at line 22 of file CubitOctreeConstants.hpp.
const double SLENDER_FACET_INTERNAL_ANGLE = 10.0 * CUBIT_PI / 180.0 |
Definition at line 95 of file CubitOctreeConstants.hpp.