Go to the documentation of this file.
36 #ifndef patchFaceOrientation_H
37 #define patchFaceOrientation_H
40 #include "indirectPrimitivePatch.H"
85 template<
class TrackingData>
86 inline bool valid(TrackingData& td)
const;
89 template<
class TrackingData>
100 template<
class TrackingData>
113 template<
class TrackingData>
119 const bool sameOrientation,
125 template<
class TrackingData>
138 template<
class TrackingData>
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
Transport of orientation for use in PatchEdgeFaceWave.
bool operator==(const patchFaceOrientation &) const
void transform(const polyMesh &mesh, const indirectPrimitivePatch &patch, const tensor &rotTensor, const scalar tol, TrackingData &td)
Apply rotation matrix.
void flip()
Reverse orientation.
Mesh consisting of general polyhedral cells.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
bool updateEdge(const polyMesh &mesh, const indirectPrimitivePatch &patch, const label edgeI, const label faceI, const patchFaceOrientation &faceInfo, const scalar tol, TrackingData &td)
Influence of face on edge.
bool updateFace(const polyMesh &mesh, const indirectPrimitivePatch &patch, const label faceI, const label edgeI, const patchFaceOrientation &edgeInfo, const scalar tol, TrackingData &td)
Influence of edge on face.
patchFaceOrientation()
Construct null.
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
bool operator!=(const patchFaceOrientation &) const
friend Istream & operator>>(Istream &, patchFaceOrientation &)
bool equal(const patchFaceOrientation &, TrackingData &) const
Same (like operator==)
label flipStatus_
Flip status.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
friend Ostream & operator<<(Ostream &, const patchFaceOrientation &)
bool contiguous< patchFaceOrientation >()
Data associated with patchFaceOrientation type are contiguous.
label flipStatus() const
Orientation.
A list of faces which address into the list of points.