Data Structures | Namespaces | Macros
VRWGraph.H File Reference
Include dependency graph for VRWGraph.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  rowElement
 
class  VRWGraph
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define forAllRow(graph, rowI, index)   for(Foam::label index=0;index<(graph).sizeOfRow(rowI);++index)
 

Detailed Description

Original source file VRWGraph.H

Definition in file VRWGraph.H.

Macro Definition Documentation

◆ forAllRow

#define forAllRow (   graph,
  rowI,
  index 
)    for(Foam::label index=0;index<(graph).sizeOfRow(rowI);++index)

Definition at line 277 of file VRWGraph.H.