Variant of pointEdgePoint with some transported additional data. Templated on the transported data type. More...
Public Member Functions | |
PointData () | |
Construct null. More... | |
PointData (const point &origin, const scalar distSqr, const DataType &data) | |
Construct from origin, distance and data. More... | |
PointData (const PointData &) | |
Construct as copy. More... | |
const DataType & | data () const |
Const access the data. More... | |
template<class TrackingData > | |
void | transform (const tensor &rotTensor, TrackingData &td) |
Apply rotation matrix to the data. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointI, const label edgeI, const PointData< DataType > &edgeInfo, const scalar tol, TrackingData &td) |
Influence of edge on point. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointI, const PointData< DataType > &newPointInfo, const scalar tol, TrackingData &td) |
Influence of different value on same point. More... | |
template<class TrackingData > | |
bool | updatePoint (const PointData< DataType > &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 PointData< DataType > &pointInfo, const scalar tol, TrackingData &td) |
Influence of point on edge. More... | |
bool | operator== (const PointData< DataType > &) const |
bool | operator!= (const PointData< DataType > &) const |
Private Attributes | |
DataType | data_ |
Additional transported data. More... | |
Friends | |
Ostream & | operator (Ostream &, const PointData< DataType > &) |
Istream & | operator>> (Istream &, PointData< DataType > &) |
Variant of pointEdgePoint with some transported additional data. Templated on the transported data type.
Definition at line 57 of file medialAxisMeshMover.H.
|
inline |
Construct null.
Definition at line 32 of file PointDataI.H.
Construct from origin, distance and data.
Definition at line 40 of file PointDataI.H.
|
inline |
Const access the data.
Definition at line 62 of file PointDataI.H.
|
inline |
Apply rotation matrix to the data.
Definition at line 71 of file PointDataI.H.
References Foam::transform(), and pointEdgePoint::transform().
|
inline |
Influence of edge on point.
Definition at line 84 of file PointDataI.H.
References PointData::data_, mesh, and pointEdgePoint::updatePoint().
|
inline |
Influence of different value on same point.
Merge new and old info.
Definition at line 120 of file PointDataI.H.
References PointData::data_, mesh, and pointEdgePoint::updatePoint().
|
inline |
Influence of different value on same point.
No information about current position whatsoever.
Definition at line 154 of file PointDataI.H.
References PointData::data_, and pointEdgePoint::updatePoint().
|
inline |
Influence of point on edge.
Definition at line 176 of file PointDataI.H.
References PointData::data_, mesh, and pointEdgePoint::updateEdge().
Definition at line 214 of file PointDataI.H.
References data::data(), and pointEdgePoint::operator==().
|
inline |
Definition at line 225 of file PointDataI.H.
|
private |
Additional transported data.
Definition at line 72 of file PointData.H.
Referenced by PointData::updateEdge(), and PointData::updatePoint().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.