67 template<
class TrackingData>
80 template<
class TrackingData>
115 template<
class TrackingData>
137 s_ = newPointInfo.s_;
138 v_ = newPointInfo.v_;
149 template<
class TrackingData>
159 s_ = newPointInfo.s_;
160 v_ = newPointInfo.v_;
171 template<
class TrackingData>
222 return !(*
this == rhs);
bool operator!=(const pointData &) const
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 > &)
pointEdgePoint()
Construct null.
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.
pointData()
Construct null.
Mesh consisting of general polyhedral cells.
Holds information regarding nearest wall point. Used in PointEdgeWave. (so not standard FaceCellWave)...
bool operator==(const pointEdgePoint &) const
bool operator==(const pointData &) const
dimensionSet transform(const dimensionSet &)