Determines length of string of edges walked to point. More...
Public Member Functions | |
pointEdgeStructuredWalk () | |
Construct null. More... | |
pointEdgeStructuredWalk (const point &, const point &, const scalar, const vector &) | |
Construct from components. More... | |
bool | inZone () const |
scalar | dist () const |
const vector & | data () 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 pointEdgeStructuredWalk &, 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 pointEdgeStructuredWalk &edgeInfo, const scalar tol, TrackingData &td) |
Influence of edge on point. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const pointEdgeStructuredWalk &newPointInfo, const scalar tol, TrackingData &td) |
Influence of different value on same point. More... | |
template<class TrackingData > | |
bool | updatePoint (const pointEdgeStructuredWalk &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 pointEdgeStructuredWalk &pointInfo, const scalar tol, TrackingData &td) |
Influence of point on edge. More... | |
template<class TrackingData > | |
bool | equal (const pointEdgeStructuredWalk &, TrackingData &) const |
Same (like operator==) More... | |
bool | operator== (const pointEdgeStructuredWalk &) const |
bool | operator!= (const pointEdgeStructuredWalk &) const |
Friends | |
Ostream & | operator<< (Ostream &, const pointEdgeStructuredWalk &) |
Istream & | operator>> (Istream &, pointEdgeStructuredWalk &) |
Determines length of string of edges walked to point.
Definition at line 64 of file pointEdgeStructuredWalk.H.
|
inline |
Construct null.
Definition at line 59 of file pointEdgeStructuredWalkI.H.
|
inline |
Construct from components.
Definition at line 70 of file pointEdgeStructuredWalkI.H.
|
inline |
Definition at line 86 of file pointEdgeStructuredWalkI.H.
References VectorSpace< Vector< scalar >, scalar, 3 >::max.
Referenced by pointEdgeStructuredWalk::updateEdge(), and pointEdgeStructuredWalk::updatePoint().
|
inline |
Definition at line 98 of file pointEdgeStructuredWalkI.H.
Referenced by pointEdgeStructuredWalk::sameGeometry().
|
inline |
Definition at line 104 of file pointEdgeStructuredWalkI.H.
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 111 of file pointEdgeStructuredWalkI.H.
References VectorSpace< Vector< scalar >, scalar, 3 >::max, and pointEdgeStructuredWalk::sameGeometry().
|
inline |
Check for identical geometrical data. Used for cyclics checking.
Definition at line 120 of file pointEdgeStructuredWalkI.H.
References Foam::diff(), pointEdgeStructuredWalk::dist(), Foam::mag(), and pointEdgeStructuredWalk::transform().
Referenced by pointEdgeStructuredWalk::valid().
|
inline |
Transform across an interface.
Definition at line 148 of file pointEdgeStructuredWalkI.H.
References transformer::transformPosition(), and pointEdgeStructuredWalk::updatePoint().
Referenced by pointEdgeStructuredWalk::sameGeometry().
|
inline |
Influence of edge on point.
Definition at line 163 of file pointEdgeStructuredWalkI.H.
References pointEdgeStructuredWalk::inZone().
Referenced by pointEdgeStructuredWalk::transform(), and pointEdgeStructuredWalk::updatePoint().
|
inline |
Influence of different value on same point.
Merge new and old info.
Definition at line 186 of file pointEdgeStructuredWalkI.H.
References pointEdgeStructuredWalk::inZone(), and pointEdgeStructuredWalk::updatePoint().
|
inline |
Influence of different value on same point.
No information about current position whatsoever.
Definition at line 208 of file pointEdgeStructuredWalkI.H.
References pointEdgeStructuredWalk::updateEdge().
|
inline |
Influence of point on edge.
Definition at line 221 of file pointEdgeStructuredWalkI.H.
References pointEdgeStructuredWalk::equal(), and pointEdgeStructuredWalk::inZone().
Referenced by pointEdgeStructuredWalk::updatePoint().
|
inline |
Same (like operator==)
Definition at line 243 of file pointEdgeStructuredWalkI.H.
References pointEdgeStructuredWalk::operator==().
Referenced by pointEdgeStructuredWalk::updateEdge().
|
inline |
Definition at line 255 of file pointEdgeStructuredWalkI.H.
Referenced by pointEdgeStructuredWalk::equal().
|
inline |
Definition at line 264 of file pointEdgeStructuredWalkI.H.
|
friend |
|
friend |