Public Member Functions | Private Attributes
treeDataPrimitivePatch< PatchType >::findSelfIntersectOp Class Reference
Collaboration diagram for treeDataPrimitivePatch< PatchType >::findSelfIntersectOp:
Collaboration graph
[legend]

Public Member Functions

 findSelfIntersectOp (const indexedOctree< treeDataPrimitivePatch > &tree, const label edgeID)
 
bool operator() (const label index, const point &start, const point &end, point &intersectionPoint) const
 Calculate intersection of face with edge of patch. Excludes. More...
 

Private Attributes

const indexedOctree< treeDataPrimitivePatch > & tree_
 
const label edgeID_
 

Detailed Description

template<class PatchType>
class Foam::treeDataPrimitivePatch< PatchType >::findSelfIntersectOp

Definition at line 171 of file treeDataPrimitivePatch.H.

Constructor & Destructor Documentation

◆ findSelfIntersectOp()

findSelfIntersectOp ( const indexedOctree< treeDataPrimitivePatch > &  tree,
const label  edgeID 
)

Definition at line 123 of file treeDataPrimitivePatch.C.

Member Function Documentation

◆ operator()()

bool operator() ( const label  index,
const point start,
const point end,
point intersectionPoint 
) const

Calculate intersection of face with edge of patch. Excludes.

faces that use edgeID. Used to find self intersection.

Definition at line 578 of file treeDataPrimitivePatch.C.

References Foam::constant::electromagnetic::e, Foam::exit(), f(), Foam::FatalError, FatalErrorInFunction, Foam::findIndex(), and treeDataPrimitivePatch< PatchType >::patch().

Here is the call graph for this function:

Field Documentation

◆ tree_

const indexedOctree<treeDataPrimitivePatch>& tree_
private

Definition at line 173 of file treeDataPrimitivePatch.H.

◆ edgeID_

const label edgeID_
private

Definition at line 175 of file treeDataPrimitivePatch.H.


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