|
| | 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 |
| |
For use with PointEdgeWave. Determines topological distance to starting points.
- Source files
-
Definition at line 65 of file pointTopoDistanceData.H.