cgma
FBDefines.hpp File Reference

Go to the source code of this file.

Variables

const double EPSILON = 1.e-7
const double EPSILON2 = 1.e-14
const int NUMHASHBINS = 101
const int INTERIOR_VERT = 7
const int UNKNOWN_VERT = 8
const int VERTEX_0 = 1
const int VERTEX_1 = 2
const int VERTEX_2 = 3
const int EDGE_0 = 4
const int EDGE_1 = 5
const int EDGE_2 = 6
const int BDRY_EDGE = 9
const int INTERIOR_EDGE = -999999999
const int INTERSECTION_EDGE = -55555555
const int UNKNOWN = 999999999
const int LEFT = 1
const int RIGHT = 2
const int BOTH = 3
const int UNSET = -1
const int BDRY_VERT = 777777777
const int FB_INSIDE = 1
const int FB_OUTSIDE = 2
const int FB_SAME = 4
const int FB_OPPOSITE = 8
const int FB_ORIENTATION_INSIDE = 1
const int FB_ORIENTATION_ON = 0
const int FB_ORIENTATION_OUTSIDE = 2
const int FB_ORIENTATION_UNDEFINED = -2
const int FB_ORIENTATION_SAME = 4
const int FB_ORIENTATION_OPPOSITE = 8
const int FB_INVALID_BODY = -3

Variable Documentation

const int BDRY_EDGE = 9

Definition at line 41 of file FBDefines.hpp.

const int BDRY_VERT = 777777777

Definition at line 49 of file FBDefines.hpp.

const int BOTH = 3

Definition at line 47 of file FBDefines.hpp.

const int EDGE_0 = 4

Definition at line 38 of file FBDefines.hpp.

const int EDGE_1 = 5

Definition at line 39 of file FBDefines.hpp.

const int EDGE_2 = 6

Definition at line 40 of file FBDefines.hpp.

const double EPSILON = 1.e-7

Definition at line 30 of file FBDefines.hpp.

const double EPSILON2 = 1.e-14

Definition at line 31 of file FBDefines.hpp.

const int FB_INSIDE = 1

Definition at line 50 of file FBDefines.hpp.

const int FB_INVALID_BODY = -3

Definition at line 60 of file FBDefines.hpp.

const int FB_OPPOSITE = 8

Definition at line 53 of file FBDefines.hpp.

const int FB_ORIENTATION_INSIDE = 1

Definition at line 54 of file FBDefines.hpp.

const int FB_ORIENTATION_ON = 0

Definition at line 55 of file FBDefines.hpp.

const int FB_ORIENTATION_OPPOSITE = 8

Definition at line 59 of file FBDefines.hpp.

const int FB_ORIENTATION_OUTSIDE = 2

Definition at line 56 of file FBDefines.hpp.

const int FB_ORIENTATION_SAME = 4

Definition at line 58 of file FBDefines.hpp.

const int FB_ORIENTATION_UNDEFINED = -2

Definition at line 57 of file FBDefines.hpp.

const int FB_OUTSIDE = 2

Definition at line 51 of file FBDefines.hpp.

const int FB_SAME = 4

Definition at line 52 of file FBDefines.hpp.

const int INTERIOR_EDGE = -999999999

Definition at line 42 of file FBDefines.hpp.

const int INTERIOR_VERT = 7

Definition at line 33 of file FBDefines.hpp.

const int INTERSECTION_EDGE = -55555555

Definition at line 43 of file FBDefines.hpp.

const int LEFT = 1

Definition at line 45 of file FBDefines.hpp.

const int NUMHASHBINS = 101

Definition at line 32 of file FBDefines.hpp.

const int RIGHT = 2

Definition at line 46 of file FBDefines.hpp.

const int UNKNOWN = 999999999

Definition at line 44 of file FBDefines.hpp.

const int UNKNOWN_VERT = 8

Definition at line 34 of file FBDefines.hpp.

const int UNSET = -1

Definition at line 48 of file FBDefines.hpp.

const int VERTEX_0 = 1

Definition at line 35 of file FBDefines.hpp.

const int VERTEX_1 = 2

Definition at line 36 of file FBDefines.hpp.

const int VERTEX_2 = 3

Definition at line 37 of file FBDefines.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines