38 #ifndef pointEdgePoint_H 39 #define pointEdgePoint_H 62 Istream&
operator>>(Istream&, pointEdgePoint&);
63 Ostream&
operator<<(Ostream&,
const pointEdgePoint&);
86 template<
class TrackingData>
97 template<
class TrackingData>
130 template<
class TrackingData>
131 inline bool valid(TrackingData& td)
const;
134 template<
class TrackingData>
143 template<
class TrackingData>
147 const label patchFacei,
153 template<
class TrackingData>
166 template<
class TrackingData>
178 template<
class TrackingData>
187 template<
class TrackingData>
199 template<
class TrackingData>
void transform(const polyPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td)
Transform across an interface.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
pointEdgePoint()
Construct null.
const point & origin() const
bool contiguous< pointEdgePoint >()
Data associated with pointEdgePoint type are contiguous.
bool updateEdge(const polyMesh &mesh, const label edgeI, const label pointi, const pointEdgePoint &pointInfo, const scalar tol, TrackingData &td)
Influence of point on edge.
bool updatePoint(const polyMesh &mesh, const label pointi, const label edgeI, const pointEdgePoint &edgeInfo, const scalar tol, TrackingData &td)
Influence of edge on point.
Istream & operator>>(Istream &, directionInfo &)
bool sameGeometry(const pointEdgePoint &, const scalar tol, TrackingData &td) const
Check for identical geometrical data. Used for cyclics checking.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
friend Istream & operator>>(Istream &, pointEdgePoint &)
Ostream & operator<<(Ostream &, const ensightPart &)
bool equal(const pointEdgePoint &, TrackingData &td) const
Same (like operator==)
friend Ostream & operator<<(Ostream &, const pointEdgePoint &)
bool operator!=(const pointEdgePoint &) const
Mesh consisting of general polyhedral cells.
Holds information regarding nearest wall point. Used in PointEdgeWave. (so not standard FaceCellWave)...
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
A patch is a list of labels that address the faces in the global face list.
bool operator==(const pointEdgePoint &) const