Go to the documentation of this file.
35 #ifndef patchEdgeFaceInfo_H
36 #define patchEdgeFaceInfo_H
43 #include "primitivePatch.H"
74 template<
class TrackingData>
85 template<
class TrackingData>
121 template<
class TrackingData>
122 inline bool valid(TrackingData& td)
const;
125 template<
class TrackingData>
136 template<
class TrackingData>
149 template<
class TrackingData>
155 const bool sameOrientation,
161 template<
class TrackingData>
174 template<
class TrackingData>
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
bool contiguous< patchEdgeFaceInfo >()
Data associated with patchEdgeFaceInfo type are contiguous.
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.
patchEdgeFaceInfo()
Construct null.
friend Ostream & operator<<(Ostream &, const patchEdgeFaceInfo &)
Mesh consisting of general polyhedral cells.
bool operator!=(const patchEdgeFaceInfo &) const
point origin_
Position of nearest wall center.
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void transform(const polyMesh &mesh, const primitivePatch &patch, const tensor &rotTensor, const scalar tol, TrackingData &td)
Apply rotation matrix.
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.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
friend Istream & operator>>(Istream &, patchEdgeFaceInfo &)
bool operator==(const patchEdgeFaceInfo &) const
bool update(const point &, const patchEdgeFaceInfo &w2, const scalar tol, TrackingData &td)
Evaluate distance to point. Update distSqr, origin from whomever.
scalar distSqr_
Normal distance (squared) from point to origin.
bool equal(const patchEdgeFaceInfo &, TrackingData &td) const
Same (like operator==)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of faces which address into the list of points.
const point & origin() const