intersection Class Reference

Foam::intersection. More...

Collaboration diagram for intersection:

Public Types

enum  direction { vector, contactSphere }
 
enum  algorithm { fullRay, halfRay, visible }
 

Static Public Member Functions

static scalar planarTol ()
 Return planar tolerance. More...
 
static scalar setPlanarTol (const scalar t)
 Set the planar tolerance, returning the previous value. More...
 

Static Public Attributes

static const NamedEnum< direction, 2 > directionNames_
 Direction names. More...
 
static const NamedEnum< algorithm, 3 > algorithmNames_
 Projection algorithm names. More...
 

Detailed Description

Foam::intersection.

Source files

Definition at line 49 of file intersection.H.

Member Enumeration Documentation

◆ direction

enum direction
strong
Enumerator
vector 
contactSphere 

Definition at line 61 of file intersection.H.

◆ algorithm

enum algorithm
strong
Enumerator
fullRay 
halfRay 
visible 

Definition at line 67 of file intersection.H.

Member Function Documentation

◆ planarTol()

static scalar planarTol ( )
inlinestatic

Return planar tolerance.

Definition at line 83 of file intersection.H.

Referenced by surfaceIntersection::surfaceIntersection().

Here is the caller graph for this function:

◆ setPlanarTol()

static scalar setPlanarTol ( const scalar  t)
inlinestatic

Set the planar tolerance, returning the previous value.

Definition at line 89 of file intersection.H.

References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.

Referenced by treeDataCell::findIntersectOp::operator()().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ directionNames_

const Foam::NamedEnum< Foam::intersection::direction, 2 > directionNames_
static

Direction names.

Definition at line 77 of file intersection.H.

Referenced by NamedEnum< directionType, 3 >::names().

◆ algorithmNames_

const Foam::NamedEnum< Foam::intersection::algorithm, 3 > algorithmNames_
static

Projection algorithm names.

Definition at line 80 of file intersection.H.

Referenced by NamedEnum< directionType, 3 >::names(), and slidingInterface::writeDict().


The documentation for this class was generated from the following files: