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

Public Member Functions

 graphNeiOp (const VRWGraph &neiGroups)
 Construct from VRWGraph. More...
 
label size () const
 return the size of the graph More...
 
void operator() (const label groupI, DynList< label > &ng) const
 operator for finding neighbours More...
 

Private Attributes

const VRWGraphneiGroups_
 const reference to VRWGraph More...
 

Detailed Description

Definition at line 96 of file helperFunctionsFrontalMarking.C.

Constructor & Destructor Documentation

◆ graphNeiOp()

graphNeiOp ( const VRWGraph neiGroups)
inline

Construct from VRWGraph.

Definition at line 106 of file helperFunctionsFrontalMarking.C.

Member Function Documentation

◆ size()

label size ( ) const
inline

return the size of the graph

Definition at line 113 of file helperFunctionsFrontalMarking.C.

References graphNeiOp::neiGroups_, and VRWGraph::size().

Here is the call graph for this function:

◆ operator()()

void operator() ( const label  groupI,
DynList< label > &  ng 
) const
inline

operator for finding neighbours

Definition at line 119 of file helperFunctionsFrontalMarking.C.

References forAllRow, graphNeiOp::neiGroups_, DynList< T, staticSize >::setSize(), and VRWGraph::sizeOfRow().

Here is the call graph for this function:

Field Documentation

◆ neiGroups_

const VRWGraph& neiGroups_
private

const reference to VRWGraph

Definition at line 100 of file helperFunctionsFrontalMarking.C.

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


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