Public Member Functions | Private Attributes
surfaceNeiOp Class Reference
Collaboration diagram for surfaceNeiOp:
Collaboration graph
[legend]

Public Member Functions

 surfaceNeiOp (const VRWGraph &faceEdges, const VRWGraph &edgeFaces)
 
label size () const
 
void operator() (const label tI, DynList< label > &neiTriangles) const
 
template<class labelListType >
void collectGroups (std::map< label, DynList< label > > &, const labelListType &, const DynList< label > &) const
 

Private Attributes

const VRWGraphfaceEdges_
 const reference to face-edges addressing More...
 
const VRWGraphedgeFaces_
 const reference to edge-faces addressing More...
 

Detailed Description

Definition at line 514 of file triSurfaceChecks.C.

Constructor & Destructor Documentation

◆ surfaceNeiOp()

surfaceNeiOp ( const VRWGraph faceEdges,
const VRWGraph edgeFaces 
)
inline

Definition at line 528 of file triSurfaceChecks.C.

Member Function Documentation

◆ size()

label size ( ) const
inline

Definition at line 538 of file triSurfaceChecks.C.

References surfaceNeiOp::faceEdges_, and VRWGraph::size().

Here is the call graph for this function:

◆ operator()()

void operator() ( const label  tI,
DynList< label > &  neiTriangles 
) const
inline

Definition at line 543 of file triSurfaceChecks.C.

References DynList< T, staticSize >::append(), DynList< T, staticSize >::clear(), surfaceNeiOp::edgeFaces_, surfaceNeiOp::faceEdges_, and forAllRow.

Here is the call graph for this function:

◆ collectGroups()

void collectGroups ( std::map< label, DynList< label > > &  ,
const labelListType &  ,
const DynList< label > &   
) const
inline

Definition at line 565 of file triSurfaceChecks.C.

Field Documentation

◆ faceEdges_

const VRWGraph& faceEdges_
private

const reference to face-edges addressing

Definition at line 518 of file triSurfaceChecks.C.

Referenced by surfaceNeiOp::operator()(), and surfaceNeiOp::size().

◆ edgeFaces_

const VRWGraph& edgeFaces_
private

const reference to edge-faces addressing

Definition at line 521 of file triSurfaceChecks.C.

Referenced by surfaceNeiOp::operator()().


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