Go to the documentation of this file.
38 #ifndef patchEdgeFaceRegion_H
39 #define patchEdgeFaceRegion_H
45 #include "indirectPrimitivePatch.H"
71 template<
class TrackingData>
102 template<
class TrackingData>
103 inline bool valid(TrackingData& td)
const;
106 template<
class TrackingData>
117 template<
class TrackingData>
130 template<
class TrackingData>
136 const bool sameOrientation,
142 template<
class TrackingData>
155 template<
class TrackingData>
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
bool operator==(const patchEdgeFaceRegion &) const
Mesh consisting of general polyhedral cells.
bool equal(const patchEdgeFaceRegion &, TrackingData &) const
Same (like operator==)
patchEdgeFaceRegion()
Construct null.
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 patchEdgeFaceRegion &faceInfo, const scalar tol, TrackingData &td)
Influence of face on edge.
void transform(const polyMesh &mesh, const indirectPrimitivePatch &patch, const tensor &rotTensor, const scalar tol, TrackingData &td)
Apply rotation matrix.
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
friend Ostream & operator<<(Ostream &, const patchEdgeFaceRegion &)
friend Istream & operator>>(Istream &, patchEdgeFaceRegion &)
bool operator!=(const patchEdgeFaceRegion &) const
bool contiguous< patchEdgeFaceRegion >()
Data associated with patchEdgeFaceRegion type are contiguous.
Transport of region for use in PatchEdgeFaceWave.
bool updateFace(const polyMesh &mesh, const indirectPrimitivePatch &patch, const label faceI, const label edgeI, const patchEdgeFaceRegion &edgeInfo, const scalar tol, TrackingData &td)
Influence of edge on face.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
bool update(const patchEdgeFaceRegion &w2, const scalar tol, TrackingData &td)
Combine current with w2. Update region_ if w2 has smaller.
A list of faces which address into the list of points.