36 #ifndef pointEdgeCollapse_H 37 #define pointEdgeCollapse_H 54 class pointEdgeCollapse;
56 Istream&
operator>>(Istream&, pointEdgeCollapse&);
57 Ostream&
operator<<(Ostream&,
const pointEdgeCollapse&);
75 label collapsePriority_;
81 template<
class TrackingData>
91 inline bool samePoint(
const point& pt)
const;
124 template<
class TrackingData>
125 inline bool valid(TrackingData& td)
const;
129 template<
class TrackingData>
133 const label patchPointi,
139 template<
class TrackingData>
143 const label patchPointi,
149 template<
class TrackingData>
157 template<
class TrackingData>
170 template<
class TrackingData>
182 template<
class TrackingData>
191 template<
class TrackingData>
203 template<
class TrackingData>
label collapsePriority() const
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const point & collapsePoint() const
pointEdgeCollapse()
Construct null.
bool operator!=(const pointEdgeCollapse &) const
void transform(const tensor &rotTensor, TrackingData &td)
Apply rotation matrix to origin.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
bool updateEdge(const polyMesh &mesh, const label edgeI, const label pointi, const pointEdgeCollapse &pointInfo, const scalar tol, TrackingData &td)
Influence of point on edge.
dimensionedScalar pos(const dimensionedScalar &ds)
friend Istream & operator>>(Istream &, pointEdgeCollapse &)
Istream & operator>>(Istream &, directionInfo &)
bool contiguous< pointEdgeCollapse >()
Data associated with pointEdgeCollapse type are contiguous.
void enterDomain(const polyPatch &patch, const label patchPointi, const point &pos, TrackingData &td)
Convert relative origin to absolute by adding entering point.
friend Ostream & operator<<(Ostream &, const pointEdgeCollapse &)
void leaveDomain(const polyPatch &patch, const label patchPointi, const point &pos, TrackingData &td)
Convert origin to relative vector to leaving point.
label collapseIndex() const
An Ostream is an abstract base class for all output systems (streams, files, token lists...
bool equal(const pointEdgeCollapse &, TrackingData &) const
Same (like operator==)
Ostream & operator<<(Ostream &, const ensightPart &)
Determines length of string of edges walked to point.
Mesh consisting of general polyhedral cells.
A patch is a list of labels that address the faces in the global face list.
bool operator==(const pointEdgeCollapse &) const
bool updatePoint(const polyMesh &mesh, const label pointi, const label edgeI, const pointEdgeCollapse &edgeInfo, const scalar tol, TrackingData &td)
Influence of edge on point.