38 #ifndef pointEdgePoint_H 39 #define pointEdgePoint_H 61 Istream&
operator>>(Istream&, pointEdgePoint&);
62 Ostream&
operator<<(Ostream&,
const pointEdgePoint&);
85 template<
class TrackingData>
96 template<
class TrackingData>
129 template<
class TrackingData>
130 inline bool valid(TrackingData& td)
const;
133 template<
class TrackingData>
143 template<
class TrackingData>
147 const label patchPointi,
153 template<
class TrackingData>
157 const label patchPointi,
163 template<
class TrackingData>
171 template<
class TrackingData>
184 template<
class TrackingData>
196 template<
class TrackingData>
205 template<
class TrackingData>
217 template<
class TrackingData>
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 enterDomain(const polyPatch &patch, const label patchPointi, const point &pos, TrackingData &td)
Convert relative origin to absolute by adding entering point.
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.
void transform(const tensor &rotTensor, TrackingData &td)
Apply rotation matrix to origin.
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.
dimensionedScalar pos(const dimensionedScalar &ds)
Istream & operator>>(Istream &, directionInfo &)
void leaveDomain(const polyPatch &patch, const label patchPointi, const point &pos, TrackingData &td)
Convert origin to relative vector to leaving point.
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