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

Public Member Functions

 findAllIntersectOp (const indexedOctree< treeDataPrimitivePatch > &tree, DynamicList< label > &shapeMask)
 
bool operator() (const label index, const point &start, const point &end, point &intersectionPoint) const
 Calculate intersection of unique face with ray. Sets result. More...
 

Private Attributes

const indexedOctree< treeDataPrimitivePatch > & tree_
 
DynamicList< label > & shapeMask_
 

Detailed Description

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

Definition at line 145 of file treeDataPrimitivePatch.H.

Constructor & Destructor Documentation

◆ findAllIntersectOp()

findAllIntersectOp ( const indexedOctree< treeDataPrimitivePatch > &  tree,
DynamicList< label > &  shapeMask 
)

Definition at line 110 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 unique face with ray. Sets result.

accordingly. Used to find all faces.

Definition at line 560 of file treeDataPrimitivePatch.C.

References Foam::findIndex().

Here is the call graph for this function:

Field Documentation

◆ tree_

const indexedOctree<treeDataPrimitivePatch>& tree_
private

Definition at line 147 of file treeDataPrimitivePatch.H.

◆ shapeMask_

DynamicList<label>& shapeMask_
private

Definition at line 149 of file treeDataPrimitivePatch.H.


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