For use with PointEdgeWave. Determines topological distance to starting points. Templated on passive transported data. More...
#include <pointTopoDistanceData.H>
Public Types | |
| typedef Type | dataType |
Public Member Functions | |
| pointTopoDistanceData () | |
| Construct null with invalid (-1) for distance, null constructor. | |
| pointTopoDistanceData (const label distance, const Type &data) | |
| Construct from components. | |
| label | distance () const |
| const Type & | data () const |
| template<class TrackingData> | |
| bool | valid (TrackingData &td) const |
| Changed or contains original (invalid) value. | |
| template<class TrackingData> | |
| bool | sameGeometry (const pointTopoDistanceData< Type > &, const scalar tol, TrackingData &td) const |
| Check for identical geometrical data (eg, cyclics checking). | |
| template<class TrackingData> | |
| void | leaveDomain (const polyPatch &patch, const label patchPointi, const point &pos, TrackingData &td) |
| Convert origin to relative vector to leaving point. | |
| template<class TrackingData> | |
| void | enterDomain (const polyPatch &patch, const label patchPointi, const point &pos, TrackingData &td) |
| Convert relative origin to absolute by adding entering point. | |
| template<class TrackingData> | |
| void | transform (const tensor &rotTensor, TrackingData &td) |
| Apply rotation matrix to origin. | |
| template<class TrackingData> | |
| bool | updatePoint (const polyMesh &mesh, const label pointi, const label edgeI, const pointTopoDistanceData< Type > &edgeInfo, const scalar tol, TrackingData &td) |
| Influence of edge on point. | |
| template<class TrackingData> | |
| bool | updatePoint (const polyMesh &mesh, const label pointi, const pointTopoDistanceData< Type > &newPointInfo, const scalar tol, TrackingData &td) |
| Influence of different value on same point. | |
| template<class TrackingData> | |
| bool | updatePoint (const pointTopoDistanceData< Type > &newPointInfo, const scalar tol, TrackingData &td) |
| Influence of different value on same point. | |
| template<class TrackingData> | |
| bool | updateEdge (const polyMesh &mesh, const label edgeI, const label pointi, const pointTopoDistanceData< Type > &pointInfo, const scalar tol, TrackingData &td) |
| Influence of point on edge. | |
| template<class TrackingData> | |
| bool | equal (const pointTopoDistanceData< Type > &, TrackingData &) const |
| Test for equality, with TrackingData. | |
| bool | operator== (const pointTopoDistanceData< Type > &) const |
| bool | operator!= (const pointTopoDistanceData< Type > &) const |
Friends | |
| Ostream & | operator<< (Ostream &, const pointTopoDistanceData< Type > &) |
| Istream & | operator>> (Istream &, pointTopoDistanceData< Type > &) |
For use with PointEdgeWave. Determines topological distance to starting points. Templated on passive transported data.
Definition at line 60 of file pointTopoDistanceData.H.
| typedef Type dataType |
Definition at line 78 of file pointTopoDistanceData.H.
|
inline |
Construct null with invalid (-1) for distance, null constructor.
for data
Definition at line 27 of file pointTopoDistanceDataI.H.
Referenced by equal(), operator<<, operator>>, sameGeometry(), updateEdge(), updatePoint(), updatePoint(), and updatePoint().

|
inline |
Construct from components.
Definition at line 35 of file pointTopoDistanceDataI.H.
References data(), and distance().

|
inline |
Definition at line 104 of file pointTopoDistanceData.H.
Referenced by pointTopoDistanceData().

|
inline |
Definition at line 109 of file pointTopoDistanceData.H.
Referenced by operator==(), and pointTopoDistanceData().

|
inline |
Changed or contains original (invalid) value.
Definition at line 50 of file pointTopoDistanceDataI.H.
References td().

|
inline |
Check for identical geometrical data (eg, cyclics checking).
Definition at line 59 of file pointTopoDistanceDataI.H.
References pointTopoDistanceData(), and td().

|
inline |
Convert origin to relative vector to leaving point.
(= point coordinate)
Definition at line 73 of file pointTopoDistanceDataI.H.
References td().

|
inline |
Convert relative origin to absolute by adding entering point.
Definition at line 97 of file pointTopoDistanceDataI.H.
References td().

|
inline |
Apply rotation matrix to origin.
Definition at line 86 of file pointTopoDistanceDataI.H.
References td().

|
inline |
Influence of edge on point.
Definition at line 110 of file pointTopoDistanceDataI.H.
References mesh, pointTopoDistanceData(), and td().

|
inline |
Influence of different value on same point.
Merge new and old info.
Definition at line 134 of file pointTopoDistanceDataI.H.
References mesh, pointTopoDistanceData(), and td().

|
inline |
Influence of different value on same point.
No information about current position whatsoever.
Definition at line 157 of file pointTopoDistanceDataI.H.
References pointTopoDistanceData(), and td().

|
inline |
Influence of point on edge.
Definition at line 178 of file pointTopoDistanceDataI.H.
References mesh, pointTopoDistanceData(), and td().

|
inline |
Test for equality, with TrackingData.
Definition at line 201 of file pointTopoDistanceDataI.H.
References Foam::operator==(), pointTopoDistanceData(), Foam::rhs(), and td().

|
inline |
Definition at line 214 of file pointTopoDistanceDataI.H.
References data(), Foam::distance(), and Foam::rhs().

|
inline |
Definition at line 224 of file pointTopoDistanceDataI.H.
References Foam::rhs().

|
friend |
References pointTopoDistanceData().
|
friend |
References pointTopoDistanceData().