For use with PointEdgeWave. Determines topological distance to starting points. More...
Public Member Functions | |
pointTopoDistanceData () | |
Construct null. More... | |
pointTopoDistanceData (const label data, const label distance) | |
Construct from count. More... | |
label | data () const |
label | distance () 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 pointTopoDistanceData &, 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 pointTopoDistanceData &edgeInfo, const scalar tol, TrackingData &td) |
Influence of edge on point. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const pointTopoDistanceData &newPointInfo, const scalar tol, TrackingData &td) |
Influence of different value on same point. More... | |
template<class TrackingData > | |
bool | updatePoint (const pointTopoDistanceData &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 pointTopoDistanceData &pointInfo, const scalar tol, TrackingData &td) |
Influence of point on edge. More... | |
template<class TrackingData > | |
bool | equal (const pointTopoDistanceData &, TrackingData &) const |
Same (like operator==) More... | |
bool | operator== (const pointTopoDistanceData &) const |
bool | operator!= (const pointTopoDistanceData &) const |
Friends | |
Ostream & | operator<< (Ostream &, const pointTopoDistanceData &) |
Istream & | operator>> (Istream &, pointTopoDistanceData &) |
For use with PointEdgeWave. Determines topological distance to starting points.
Definition at line 65 of file pointTopoDistanceData.H.
|
inline |
Construct null.
Definition at line 34 of file pointTopoDistanceDataI.H.
|
inline |
Construct from count.
Definition at line 43 of file pointTopoDistanceDataI.H.
Definition at line 96 of file pointTopoDistanceData.H.
Referenced by pointTopoDistanceData::operator==().
|
inline |
Definition at line 100 of file pointTopoDistanceData.H.
References pointTopoDistanceData::equal(), mesh, pointTopoDistanceData::operator!=(), pointTopoDistanceData::operator<<, pointTopoDistanceData::operator==(), pointTopoDistanceData::operator>>, pointTopoDistanceData::sameGeometry(), pointTopoDistanceData::transform(), pointTopoDistanceData::updateEdge(), pointTopoDistanceData::updatePoint(), and pointTopoDistanceData::valid().
Referenced by pointTopoDistanceData::operator==().
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 56 of file pointTopoDistanceDataI.H.
References pointTopoDistanceData::sameGeometry().
Referenced by pointTopoDistanceData::distance().
|
inline |
Check for identical geometrical data. Used for cyclics checking.
Definition at line 65 of file pointTopoDistanceDataI.H.
References pointTopoDistanceData::transform().
Referenced by pointTopoDistanceData::distance(), and pointTopoDistanceData::valid().
|
inline |
Transform across an interface.
Definition at line 78 of file pointTopoDistanceDataI.H.
References pointTopoDistanceData::updatePoint().
Referenced by pointTopoDistanceData::distance(), and pointTopoDistanceData::sameGeometry().
|
inline |
Influence of edge on point.
Definition at line 90 of file pointTopoDistanceDataI.H.
Referenced by pointTopoDistanceData::distance(), pointTopoDistanceData::transform(), and pointTopoDistanceData::updatePoint().
|
inline |
Influence of different value on same point.
Merge new and old info.
Definition at line 115 of file pointTopoDistanceDataI.H.
References pointTopoDistanceData::updatePoint().
|
inline |
Influence of different value on same point.
No information about current position whatsoever.
Definition at line 138 of file pointTopoDistanceDataI.H.
References pointTopoDistanceData::updateEdge().
|
inline |
Influence of point on edge.
Definition at line 159 of file pointTopoDistanceDataI.H.
References pointTopoDistanceData::equal().
Referenced by pointTopoDistanceData::distance(), and pointTopoDistanceData::updatePoint().
|
inline |
Same (like operator==)
Definition at line 182 of file pointTopoDistanceDataI.H.
References pointTopoDistanceData::operator==().
Referenced by pointTopoDistanceData::distance(), and pointTopoDistanceData::updateEdge().
|
inline |
Definition at line 194 of file pointTopoDistanceDataI.H.
References pointTopoDistanceData::data(), and pointTopoDistanceData::distance().
Referenced by pointTopoDistanceData::distance(), and pointTopoDistanceData::equal().
|
inline |
Definition at line 203 of file pointTopoDistanceDataI.H.
Referenced by pointTopoDistanceData::distance().
|
friend |
Referenced by pointTopoDistanceData::distance().
|
friend |
Referenced by pointTopoDistanceData::distance().