PointEdgeLayerInfoData.H File Reference
Include dependency graph for PointEdgeLayerInfoData.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PointEdgeLayerInfoData< Type >
 Class to be used with PointEdgeWave which enumerates layers of points. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define DefineContiguousPointEdgeLayerInfoDataType(Type, nullArg)
 

Functions

template<class Type >
Ostream & operator<< (Ostream &, const PointEdgeLayerInfoData< Type > &)
 
template<class Type >
Istream & operator>> (Istream &, PointEdgeLayerInfoData< Type > &)
 
template<>
bool contiguous< PointEdgeLayerInfoData< bool > > ()
 
template<>
bool contiguous< PointEdgeLayerInfoData< label > > ()
 
 FOR_ALL_FIELD_TYPES (DefineContiguousPointEdgeLayerInfoDataType)
 

Detailed Description

Original source file PointEdgeLayerInfoData.H

Definition in file PointEdgeLayerInfoData.H.

Macro Definition Documentation

◆ DefineContiguousPointEdgeLayerInfoDataType

#define DefineContiguousPointEdgeLayerInfoDataType (   Type,
  nullArg 
)
Value:
template<> \
inline bool contiguous<PointEdgeLayerInfoData<Type>>() \
{ \
return true; \
}

Definition at line 181 of file PointEdgeLayerInfoData.H.