|
| | pointTopoDistanceData () |
| | Construct null with invalid (-1) for distance, null constructor. More...
|
| |
| | pointTopoDistanceData (const label distance, const Type &data) |
| | Construct from components. More...
|
| |
| label | distance () const |
| |
| const Type & | data () const |
| |
| template<class TrackingData > |
| bool | valid (TrackingData &td) const |
| | Changed or contains original (invalid) value. More...
|
| |
| template<class TrackingData > |
| bool | sameGeometry (const pointTopoDistanceData< Type > &, const scalar tol, TrackingData &td) const |
| | Check for identical geometrical data (eg, cyclics checking) More...
|
| |
| template<class TrackingData > |
| void | leaveDomain (const polyPatch &patch, const label patchPointi, const point &pos, TrackingData &td) |
| | Convert origin to relative vector to leaving point. More...
|
| |
| 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. More...
|
| |
| template<class TrackingData > |
| void | transform (const tensor &rotTensor, TrackingData &td) |
| | Apply rotation matrix to origin. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |
| template<class TrackingData > |
| bool | updatePoint (const pointTopoDistanceData< Type > &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< Type > &pointInfo, const scalar tol, TrackingData &td) |
| | Influence of point on edge. More...
|
| |
| template<class TrackingData > |
| bool | equal (const pointTopoDistanceData< Type > &, TrackingData &) const |
| | Test for equality, with TrackingData. More...
|
| |
| bool | operator== (const pointTopoDistanceData< Type > &) const |
| |
| bool | operator!= (const pointTopoDistanceData< Type > &) const |
| |
template<class Type>
class Foam::pointTopoDistanceData< Type >
For use with PointEdgeWave. Determines topological distance to starting points. Templated on passive transported data.
- Source files
-
Definition at line 49 of file pointTopoDistanceData.H.