Determines length of string of edges walked to point. More...
Public Member Functions | |
pointEdgeCollapse () | |
Construct null. More... | |
pointEdgeCollapse (const point &collapsePoint, const label collapseIndex, const label collapsePriority) | |
Construct from components. More... | |
const point & | collapsePoint () const |
label | collapseIndex () const |
label | collapsePriority () const |
template<class TrackingData > | |
bool | valid (TrackingData &td) const |
Check whether origin has been changed at all or. More... | |
template<class TrackingData > | |
void | transform (const polyPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td) |
Transform across an interface. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const label edgeI, const pointEdgeCollapse &edgeInfo, const scalar tol, TrackingData &td) |
Influence of edge on point. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const pointEdgeCollapse &newPointInfo, const scalar tol, TrackingData &td) |
Influence of different value on same point. More... | |
template<class TrackingData > | |
bool | updatePoint (const pointEdgeCollapse &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 pointEdgeCollapse &pointInfo, const scalar tol, TrackingData &td) |
Influence of point on edge. More... | |
template<class TrackingData > | |
bool | equal (const pointEdgeCollapse &, TrackingData &) const |
Same (like operator==) More... | |
bool | operator== (const pointEdgeCollapse &) const |
bool | operator!= (const pointEdgeCollapse &) const |
Friends | |
Ostream & | operator<< (Ostream &, const pointEdgeCollapse &) |
Istream & | operator>> (Istream &, pointEdgeCollapse &) |
Determines length of string of edges walked to point.
Definition at line 64 of file pointEdgeCollapse.H.
|
inline |
Construct null.
Definition at line 104 of file pointEdgeCollapseI.H.
|
inline |
Construct from components.
Definition at line 114 of file pointEdgeCollapseI.H.
|
inline |
Definition at line 128 of file pointEdgeCollapseI.H.
|
inline |
Definition at line 134 of file pointEdgeCollapseI.H.
Referenced by edgeCollapser::setRefinement().
|
inline |
Definition at line 140 of file pointEdgeCollapseI.H.
References Foam::cmptMin(), Foam::e, and Foam::mag().
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 163 of file pointEdgeCollapseI.H.
References pointEdgeCollapse::transform().
|
inline |
Transform across an interface.
Definition at line 171 of file pointEdgeCollapseI.H.
References transformer::transformPosition(), and pointEdgeCollapse::updatePoint().
Referenced by pointEdgeCollapse::valid().
|
inline |
Influence of edge on point.
Definition at line 185 of file pointEdgeCollapseI.H.
Referenced by pointEdgeCollapse::transform(), and pointEdgeCollapse::updatePoint().
|
inline |
Influence of different value on same point.
Merge new and old info.
Definition at line 201 of file pointEdgeCollapseI.H.
References pointEdgeCollapse::updatePoint().
|
inline |
Influence of different value on same point.
No information about current position whatsoever.
Definition at line 216 of file pointEdgeCollapseI.H.
References pointEdgeCollapse::updateEdge().
|
inline |
Influence of point on edge.
Definition at line 229 of file pointEdgeCollapseI.H.
References pointEdgeCollapse::equal().
Referenced by pointEdgeCollapse::updatePoint().
|
inline |
Same (like operator==)
Definition at line 244 of file pointEdgeCollapseI.H.
References pointEdgeCollapse::operator==().
Referenced by pointEdgeCollapse::updateEdge().
|
inline |
Definition at line 256 of file pointEdgeCollapseI.H.
Referenced by pointEdgeCollapse::equal().
|
inline |
Definition at line 268 of file pointEdgeCollapseI.H.
|
friend |
|
friend |