Public Member Functions | |
WallPointBase () | |
Construct null. More... | |
WallPointBase (const point &origin, const scalar distSqr) | |
Construct from origin, distance. More... | |
WallPointBase (const face &f, const pointField &ps, const point ¢re, const scalar distSqr) | |
Construct from face, distance. More... | |
const point & | origin () const |
point & | origin () |
scalar | distSqr () const |
scalar & | distSqr () |
template<class TrackingData > | |
scalar | dist (TrackingData &td) 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 polyMesh &, const WallPointBase< Derived > &, const scalar, 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 | updateCell (const polyMesh &, const label thisCelli, const label neighbourFacei, const WallPointBase< Derived > &neighbourInfo, const scalar tol, TrackingData &td) |
Influence of neighbouring face. More... | |
template<class TrackingData > | |
bool | updateFace (const polyMesh &, const label thisFacei, const label neighbourCelli, const WallPointBase< Derived > &neighbourInfo, const scalar tol, TrackingData &td) |
Influence of neighbouring cell. More... | |
template<class TrackingData > | |
bool | updateFace (const polyMesh &, const label thisFacei, const WallPointBase< Derived > &neighbourInfo, const scalar tol, TrackingData &td) |
Influence of different value on same face. More... | |
template<class TrackingData > | |
bool | equal (const WallPointBase< Derived > &, TrackingData &td) const |
Same (like operator==) More... | |
bool | operator== (const WallPointBase< Derived > &) const |
bool | operator!= (const WallPointBase< Derived > &) const |
template<class TrackingData > | |
Foam::scalar | dist (TrackingData &td) const |
Protected Member Functions | |
template<class TrackingData > | |
bool | update (const point &, const WallPointBase< Derived > &w2, const scalar tol, TrackingData &td) |
Evaluate distance to point. Update distSqr, origin from whomever. More... | |
Friends | |
Ostream & | operator (Ostream &, const WallPointBase< Derived > &) |
Istream & | operator>> (Istream &, WallPointBase< Derived > &) |
Definition at line 53 of file wallPoint.H.
|
inline |
Construct null.
Definition at line 73 of file wallPointI.H.
Referenced by WallPointBase< wallPoint >::WallPointBase().
|
inline |
Construct from origin, distance.
Definition at line 82 of file wallPointI.H.
|
inline |
Construct from face, distance.
Definition at line 94 of file wallPointI.H.
|
inlineprotected |
Evaluate distance to point. Update distSqr, origin from whomever.
is nearer pt. Return true if w2 is closer to point, false otherwise.
Definition at line 36 of file wallPointI.H.
|
inline |
Definition at line 109 of file wallPointI.H.
Referenced by WallPointBase< wallPoint >::operator!=(), WallPointBase< wallPoint >::operator==(), and WallPointBase< wallPoint >::update().
|
inline |
Definition at line 116 of file wallPointI.H.
|
inline |
Definition at line 123 of file wallPointI.H.
Referenced by WallPointBase< wallPoint >::operator!=(), and WallPointBase< wallPoint >::sameGeometry().
|
inline |
Definition at line 130 of file wallPointI.H.
|
inline |
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 146 of file wallPointI.H.
|
inline |
Check for identical geometrical data. Used for cyclics checking.
Definition at line 155 of file wallPointI.H.
Referenced by WallPointBase< wallPoint >::valid().
|
inline |
Transform across an interface.
Definition at line 185 of file wallPointI.H.
Referenced by WallPointBase< wallPoint >::sameGeometry().
|
inline |
Influence of neighbouring face.
Definition at line 200 of file wallPointI.H.
Referenced by WallPointBase< wallPoint >::transform().
|
inline |
Influence of neighbouring cell.
Definition at line 223 of file wallPointI.H.
Referenced by WallPointBase< wallPoint >::updateCell(), and WallPointBase< wallPoint >::updateFace().
|
inline |
Influence of different value on same face.
Definition at line 246 of file wallPointI.H.
|
inline |
Same (like operator==)
Definition at line 268 of file wallPointI.H.
Referenced by WallPointBase< wallPoint >::updateFace().
|
inline |
Definition at line 281 of file wallPointI.H.
|
inline |
Definition at line 291 of file wallPointI.H.
|
inline |
Definition at line 138 of file wallPointI.H.
|
friend |
|
friend |