Holds information regarding nearest wall point. Used in wall distance calculation.
More...
|
template<class TrackingData > |
bool | update (const point &pt, const WallLocationData< WallLocation, Type > &w2, const scalar tol, TrackingData &td) |
| Evaluate distance to point. Update distSqr, origin from whomever. More...
|
|
template<class WallLocation, class Type>
class Foam::WallLocationData< WallLocation, Type >
Holds information regarding nearest wall point. Used in wall distance calculation.
- Source files
-
Definition at line 61 of file WallLocationData.H.
◆ dataType
◆ WallLocationData() [1/2]
◆ WallLocationData() [2/2]
◆ update()
bool update |
( |
const point & |
pt, |
|
|
const WallLocationData< WallLocation, Type > & |
w2, |
|
|
const scalar |
tol, |
|
|
TrackingData & |
td |
|
) |
| |
|
inlineprotected |
Evaluate distance to point. Update distSqr, origin from whomever.
is nearer pt. Return true if w2 is closer to point, false otherwise.
Definition at line 33 of file WallLocationDataI.H.
References w2.
◆ data() [1/3]
◆ data() [2/3]
◆ data() [3/3]
const Type & data |
( |
TrackingData & |
td | ) |
const |
|
inline |
◆ transform()
void transform |
( |
const transformer & |
transform, |
|
|
TrackingData & |
td |
|
) |
| |
|
inline |
◆ operator
◆ operator>>
The documentation for this class was generated from the following files: