Class to be used with PointEdgeWave which enumerates layers of points. More...
Public Member Functions | |
PointEdgeLayerInfoData () | |
Construct null. More... | |
PointEdgeLayerInfoData (const label pointLayer, const Type &data) | |
Construct given the point layer index. More... | |
const Type & | data () const |
Return the data. More... | |
template<class TrackingData > | |
void | transform (const polyPatch &patch, const label patchPointi, const transformer &transform, TrackingData &td) |
Transform across an interface. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const label edgei, const PointEdgeLayerInfoData< Type > &edgeInfo, const scalar tol, TrackingData &td) |
Influence of edge on point. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const PointEdgeLayerInfoData< Type > &newPointInfo, const scalar tol, TrackingData &td) |
Influence of different value on same point. More... | |
template<class TrackingData > | |
bool | updatePoint (const PointEdgeLayerInfoData< Type > &newPointInfo, const scalar tol, TrackingData &td) |
Influence of different value on same point. More... | |
template<class TrackingData > | |
bool | updateEdge (const polyMesh &mesh, const label edgei, const label pointi, const PointEdgeLayerInfoData< Type > &pointInfo, const scalar tol, TrackingData &td) |
Influence of point on edge. More... | |
template<class TrackingData > | |
bool | equal (const PointEdgeLayerInfoData< Type > &, TrackingData &td) const |
Same (like operator==) More... | |
bool | operator== (const PointEdgeLayerInfoData< Type > &) const |
bool | operator!= (const PointEdgeLayerInfoData< Type > &) const |
Public Member Functions inherited from pointEdgeLayerInfo | |
pointEdgeLayerInfo () | |
Construct null. More... | |
pointEdgeLayerInfo (const label pointLayer) | |
Construct given the point layer index. More... | |
label | pointLayer () const |
Return the point layer index. More... | |
label | edgeLayer () const |
Return the edge layer index. More... | |
template<class TrackingData > | |
bool | valid (TrackingData &td) const |
Check whether info has been changed at all or. More... | |
template<class TrackingData > | |
bool | sameGeometry (const pointEdgeLayerInfo &, const scalar tol, TrackingData &td) const |
Check for identical geometrical data. Used for cyclics checking. More... | |
template<class TrackingData > | |
void | transform (const polyPatch &patch, const label patchPointi, const transformer &transform, TrackingData &td) |
Transform across an interface. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const label edgei, const pointEdgeLayerInfo &edgeInfo, const scalar tol, TrackingData &td) |
Influence of edge on point. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const pointEdgeLayerInfo &newPointInfo, const scalar tol, TrackingData &td) |
Influence of different value on same point. More... | |
template<class TrackingData > | |
bool | updatePoint (const pointEdgeLayerInfo &newPointInfo, const scalar tol, TrackingData &td) |
Influence of different value on same point. More... | |
template<class TrackingData > | |
bool | updateEdge (const polyMesh &mesh, const label edgei, const label pointi, const pointEdgeLayerInfo &pointInfo, const scalar tol, TrackingData &td) |
Influence of point on edge. More... | |
template<class TrackingData > | |
bool | equal (const pointEdgeLayerInfo &, TrackingData &td) const |
Same (like operator==) More... | |
bool | operator== (const pointEdgeLayerInfo &) const |
bool | operator!= (const pointEdgeLayerInfo &) const |
Friends | |
Ostream & | operator (Ostream &, const PointEdgeLayerInfoData< Type > &) |
Istream & | operator>> (Istream &, PointEdgeLayerInfoData< Type > &) |
Class to be used with PointEdgeWave which enumerates layers of points.
Definition at line 62 of file PointEdgeLayerInfoData.H.
|
inline |
Construct null.
Definition at line 32 of file PointEdgeLayerInfoDataI.H.
|
inline |
Construct given the point layer index.
Definition at line 40 of file PointEdgeLayerInfoDataI.H.
|
inline |
Return the data.
Definition at line 54 of file PointEdgeLayerInfoDataI.H.
Referenced by mappedExtrudedPatchBase::patchLocalPoints().
|
inline |
Transform across an interface.
Definition at line 62 of file PointEdgeLayerInfoDataI.H.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::transform().
|
inline |
Influence of edge on point.
Definition at line 81 of file PointEdgeLayerInfoDataI.H.
References pointEdgeLayerInfo::updatePoint().
|
inline |
Influence of different value on same point.
Merge new and old info.
Definition at line 105 of file PointEdgeLayerInfoDataI.H.
References pointEdgeLayerInfo::updatePoint().
|
inline |
Influence of different value on same point.
No old information.
Definition at line 128 of file PointEdgeLayerInfoDataI.H.
References pointEdgeLayerInfo::updatePoint().
|
inline |
Influence of point on edge.
Definition at line 149 of file PointEdgeLayerInfoDataI.H.
References pointEdgeLayerInfo::updateEdge().
|
inline |
Same (like operator==)
Definition at line 173 of file PointEdgeLayerInfoDataI.H.
References Foam::operator==().
|
inline |
Definition at line 186 of file PointEdgeLayerInfoDataI.H.
References pointEdgeLayerInfo::operator==().
|
inline |
Definition at line 196 of file PointEdgeLayerInfoDataI.H.
|
friend |
|
friend |