55 Ostream&
operator<<(Ostream&,
const pointData&);
98 inline scalar
s()
const;
100 inline const vector&
v()
const;
106 template<
class TrackingData>
114 template<
class TrackingData>
127 template<
class TrackingData>
139 template<
class TrackingData>
148 template<
class TrackingData>
Variant of pointEdgePoint with some transported additional data. WIP - should be templated on data li...
void transform(const tensor &rotTensor, TrackingData &td)
Apply rotation matrix to origin.
bool updatePoint(const polyMesh &mesh, const label pointi, const label edgeI, const pointData &edgeInfo, const scalar tol, TrackingData &td)
Influence of edge on point.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
bool updateEdge(const polyMesh &mesh, const label edgeI, const label pointi, const pointData &pointInfo, const scalar tol, TrackingData &td)
Influence of point on edge.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
bool operator==(const pointData &) const
bool contiguous< pointEdgePoint >()
Data associated with pointEdgePoint type are contiguous.
friend Istream & operator>>(Istream &, pointData &)
bool operator!=(const pointData &) const
pointData()
Construct null.
const point & origin() const
Istream & operator>>(Istream &, directionInfo &)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
bool contiguous< pointData >()
Data associated with pointData as contiguous as pointEdgePoint.
Ostream & operator<<(Ostream &, const ensightPart &)
Mesh consisting of general polyhedral cells.
Holds information regarding nearest wall point. Used in PointEdgeWave. (so not standard FaceCellWave)...
friend Ostream & operator<<(Ostream &, const pointData &)