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 | updatePoint (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 > | |
bool | sameGeometry (const pointEdgePoint &, const scalar tol, TrackingData &td) const |
Check for identical geometrical data. Used for cyclics checking. 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 | updatePoint (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 40 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.
References pointData::transform().
Referenced by Foam::operator<<(), and pointData::operator==().
|
inline |
Transform across an interface.
Definition at line 69 of file pointDataI.H.
References pointEdgePoint::transform(), transformer::transform(), and pointData::updatePoint().
Referenced by pointData::v().
|
inline |
Influence of edge on point.
Definition at line 84 of file pointDataI.H.
References pointEdgePoint::updatePoint().
Referenced by pointData::transform(), and pointData::updatePoint().
|
inline |
Influence of different value on same point.
Merge new and old info.
Definition at line 119 of file pointDataI.H.
References pointData::updatePoint(), and pointEdgePoint::updatePoint().
Influence of different value on same point.
No information about current position whatsoever.
Definition at line 153 of file pointDataI.H.
References pointData::updateEdge(), and pointEdgePoint::updatePoint().
|
inline |
Influence of point on edge.
Definition at line 175 of file pointDataI.H.
References pointEdgePoint::updateEdge().
Referenced by pointData::updatePoint().
Definition at line 211 of file pointDataI.H.
References pointEdgePoint::operator==(), pointData::s(), and pointData::v().
Definition at line 221 of file pointDataI.H.