Public Member Functions | |
patchEdgeFaceInfo () | |
Construct null. More... | |
patchEdgeFaceInfo (const point &, const scalar) | |
Construct from origin, distance. More... | |
const point & | origin () const |
scalar | distSqr () const |
template<class TrackingData > | |
bool | valid (TrackingData &td) const |
Check whether origin has been changed at all or. More... | |
template<class TrackingData > | |
void | transform (const polyMesh &mesh, const primitivePatch &patch, const tensor &rotTensor, const scalar tol, TrackingData &td) |
Apply rotation matrix. More... | |
template<class TrackingData > | |
bool | updateEdge (const polyMesh &mesh, const primitivePatch &patch, const label edgeI, const label facei, const patchEdgeFaceInfo &faceInfo, const scalar tol, TrackingData &td) |
Influence of face on edge. More... | |
template<class TrackingData > | |
bool | updateEdge (const polyMesh &mesh, const primitivePatch &patch, const patchEdgeFaceInfo &edgeInfo, const bool sameOrientation, const scalar tol, TrackingData &td) |
New information for edge (from e.g. coupled edge) More... | |
template<class TrackingData > | |
bool | updateFace (const polyMesh &mesh, const primitivePatch &patch, const label facei, const label edgeI, const patchEdgeFaceInfo &edgeInfo, const scalar tol, TrackingData &td) |
Influence of edge on face. More... | |
template<class TrackingData > | |
bool | equal (const patchEdgeFaceInfo &, TrackingData &td) const |
Same (like operator==) More... | |
bool | operator== (const patchEdgeFaceInfo &) const |
bool | operator!= (const patchEdgeFaceInfo &) const |
Friends | |
Ostream & | operator<< (Ostream &, const patchEdgeFaceInfo &) |
Istream & | operator>> (Istream &, patchEdgeFaceInfo &) |
Definition at line 67 of file patchEdgeFaceInfo.H.
|
inline |
Construct null.
Definition at line 120 of file patchEdgeFaceInfoI.H.
|
inline |
Construct from origin, distance.
Definition at line 128 of file patchEdgeFaceInfoI.H.
|
inline |
Definition at line 140 of file patchEdgeFaceInfoI.H.
Referenced by patchEdgeFaceInfo::operator==().
|
inline |
Definition at line 146 of file patchEdgeFaceInfoI.H.
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 153 of file patchEdgeFaceInfoI.H.
References VectorSpace< Vector< scalar >, scalar, 3 >::max, and patchEdgeFaceInfo::transform().
|
inline |
Apply rotation matrix.
Definition at line 161 of file patchEdgeFaceInfoI.H.
References Foam::transform(), and patchEdgeFaceInfo::updateEdge().
Referenced by patchEdgeFaceInfo::valid().
|
inline |
Influence of face on edge.
Definition at line 175 of file patchEdgeFaceInfoI.H.
References Foam::e, PrimitivePatch< FaceList, PointField >::edges(), PrimitivePatch< FaceList, PointField >::meshPoints(), and PrimitivePatch< FaceList, PointField >::points().
Referenced by patchEdgeFaceInfo::transform().
|
inline |
New information for edge (from e.g. coupled edge)
Definition at line 198 of file patchEdgeFaceInfoI.H.
References patchEdgeFaceInfo::updateFace().
|
inline |
Influence of edge on face.
Definition at line 213 of file patchEdgeFaceInfoI.H.
References patchEdgeFaceInfo::equal(), and PrimitivePatch< FaceList, PointField >::faceCentres().
Referenced by patchEdgeFaceInfo::updateEdge().
|
inline |
Same (like operator==)
Definition at line 229 of file patchEdgeFaceInfoI.H.
References patchEdgeFaceInfo::operator==().
Referenced by patchEdgeFaceInfo::updateFace().
|
inline |
Definition at line 241 of file patchEdgeFaceInfoI.H.
References patchEdgeFaceInfo::origin().
Referenced by patchEdgeFaceInfo::equal().
|
inline |
Definition at line 250 of file patchEdgeFaceInfoI.H.
|
friend |
|
friend |