If defined, use recursion to traverse the binary search tree, else use the BBTree class. More...
Classes | |
class | Interpolation |
class | Interpolation2D |
class | Interpolation3D |
Class used to calculate the volumes of intersection between the elements of two 3D meshes. More... | |
class | Interpolation3DSurf |
class | PlanarIntersector |
class | TargetIntersector |
Abstract base class of Intersector classes. These classes represent a target element and calculate its intersection with the source elements. More... | |
class | IteratorOnComposedEdge |
class | ComposedEdge |
class | MergePoints |
class | IntersectElement |
class | EdgeIntersector |
class | SameTypeEdgeIntersector |
class | CrossTypeEdgeIntersector |
class | Edge |
class | ArcCArcCIntersector |
class | ArcCSegIntersector |
class | EdgeArcCircle |
class | SegSegIntersector |
class | EdgeLin |
class | ElementaryEdge |
class | Node |
class | QuadraticPolygon |
Enumerations | |
enum | TypeOfFunction { SEG = 1, ARC_CIRCLE = 4, ARC_PARABOL = 8 } |
enum | TypeOfMod4QuadEdge { CIRCLE = 0, PARABOL = 1 } |
enum | TypeOfLocInEdge { START = 5, END = 1, INSIDE = 2, OUT_BEFORE = 3, OUT_AFTER = 4 } |
enum | TypeOfEdgeLocInPolygon { FULL_IN_1 = 1, FULL_ON_1 = 4, FULL_OUT_1 = 2, FULL_UNKNOWN = 3 } |
enum | TypeOfLocInPolygon { IN_1 = 7, ON_1 = 8, ON_LIM_1 = 12, ON_TANG_1 = 9, OUT_1 = 10, UNKNOWN = 11 } |
Variables | |
const unsigned | MAX_SIZE_OF_LINE_XFIG_FILE = 1024 |
If defined, use recursion to traverse the binary search tree, else use the BBTree class.
const unsigned INTERP_KERNEL::MAX_SIZE_OF_LINE_XFIG_FILE = 1024 |
Referenced by INTERP_KERNEL::EdgeLin::EdgeLin(), and INTERP_KERNEL::QuadraticPolygon::QuadraticPolygon().