78 template<
class TrackingData>
91 template<
class TrackingData>
126 template<
class TrackingData>
148 s_ = newPointInfo.s_;
149 v_ = newPointInfo.v_;
160 template<
class TrackingData>
170 s_ = newPointInfo.s_;
171 v_ = newPointInfo.v_;
182 template<
class TrackingData>
233 return !(*
this == rhs);
Variant of pointEdgePoint with some transported additional data. WIP - should be templated on data li...
void transform(const tensor &rotTensor, TrackingData &td)
Apply rotation matrix to origin.
bool updatePoint(const polyMesh &mesh, const label pointi, const label edgeI, const pointData &edgeInfo, const scalar tol, TrackingData &td)
Influence of edge on point.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
bool updateEdge(const polyMesh &mesh, const label edgeI, const label pointi, const pointData &pointInfo, const scalar tol, TrackingData &td)
Influence of point on edge.
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
bool operator==(const pointData &) const
pointEdgePoint()
Construct null.
void transform(const tensor &rotTensor, TrackingData &td)
Apply rotation matrix to origin.
bool operator!=(const pointData &) const
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.
pointData()
Construct null.
bool operator==(const pointEdgePoint &) const
Mesh consisting of general polyhedral cells.
Holds information regarding nearest wall point. Used in PointEdgeWave. (so not standard FaceCellWave)...
dimensionSet transform(const dimensionSet &)