Variant of pointEdgePoint with some transported additional data. WIP - should be templated on data like wallPointData. More...
Public Member Functions | |
pointData () | |
Construct null. More... | |
pointData (const point &origin, const scalar distSqr, const scalar s, const vector &v) | |
Construct from origin, distance. More... | |
scalar | s () const |
const vector & | v () const |
template<class TrackingData > | |
void | transform (const polyPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td) |
Transform across an interface. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const label edgei, const pointData &edgeinfo, const scalar tol, TrackingData &td) |
Influence of edge on point. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const pointData &newPointInfo, const scalar tol, TrackingData &td) |
Influence of different value on same point. More... | |
template<class TrackingData > | |
bool | updateEdge (const polyMesh &mesh, const label edgei, const label pointi, const pointData &pointInfo, const scalar tol, TrackingData &td) |
Influence of point on edge. More... | |
bool | operator== (const pointData &) const |
bool | operator!= (const pointData &) const |
Public Member Functions inherited from pointEdgePoint | |
pointEdgePoint () | |
Construct null. More... | |
pointEdgePoint (const point &, const scalar) | |
Construct from origin, distance. More... | |
const point & | origin () const |
scalar | distSqr () const |
template<class TrackingData > | |
bool | valid (TrackingData &td) const |
Check whether origin has been changed at all or. More... | |
template<class TrackingData > | |
void | transform (const polyPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td) |
Transform across an interface. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const label edgeI, const pointEdgePoint &edgeInfo, const scalar tol, TrackingData &td) |
Influence of edge on point. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const pointEdgePoint &newPointInfo, const scalar tol, TrackingData &td) |
Influence of different value on same point. More... | |
template<class TrackingData > | |
bool | updateEdge (const polyMesh &mesh, const label edgeI, const label pointi, const pointEdgePoint &pointInfo, const scalar tol, TrackingData &td) |
Influence of point on edge. More... | |
template<class TrackingData > | |
bool | equal (const pointEdgePoint &, TrackingData &td) const |
Same (like operator==) More... | |
bool | operator== (const pointEdgePoint &) const |
bool | operator!= (const pointEdgePoint &) const |
Friends | |
Ostream & | operator<< (Ostream &, const pointData &) |
Istream & | operator>> (Istream &, pointData &) |
Variant of pointEdgePoint with some transported additional data. WIP - should be templated on data like wallPointData.
Definition at line 60 of file pointData.H.
|
inline |
Construct null.
Definition at line 31 of file pointDataI.H.
Construct from origin, distance.
Definition at line 39 of file pointDataI.H.
|
inline |
Definition at line 55 of file pointDataI.H.
Referenced by Foam::operator<<(), and pointData::operator==().
|
inline |
Definition at line 61 of file pointDataI.H.
Referenced by Foam::operator<<(), and pointData::operator==().
|
inline |
Transform across an interface.
Definition at line 68 of file pointDataI.H.
References Foam::transform(), dimensionSet::transform, and pointEdgePoint::transform().
|
inline |
Influence of edge on point.
Definition at line 82 of file pointDataI.H.
References pointEdgePoint::updatePoint().
|
inline |
Influence of different value on same point.
Merge new and old info.
Definition at line 117 of file pointDataI.H.
References pointEdgePoint::updatePoint().
|
inline |
Influence of point on edge.
Definition at line 150 of file pointDataI.H.
References pointEdgePoint::updateEdge().
|
inline |
Definition at line 187 of file pointDataI.H.
References pointEdgePoint::operator==(), pointData::s(), s(), and pointData::v().
|
inline |
Definition at line 197 of file pointDataI.H.