55 Ostream&
operator<<(Ostream&,
const pointData&);
95 inline scalar
s()
const;
103 template<
class TrackingData>
111 template<
class TrackingData>
124 template<
class TrackingData>
136 template<
class TrackingData>
145 template<
class TrackingData>
bool operator!=(const pointData &) const
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)...
const point & origin() const
bool contiguous< pointEdgePoint >()
Data associated with pointEdgePoint type are contiguous.
friend Istream & operator>>(Istream &, pointData &)
pointData()
Construct null.
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)...
bool operator==(const pointData &) const
friend Ostream & operator<<(Ostream &, const pointData &)