Public Member Functions | Friends | List of all members
pointEdgeCollapse Class Reference

Determines length of string of edges walked to point. More...

Public Member Functions

 pointEdgeCollapse ()
 
 pointEdgeCollapse (const point &collapsePoint, const label collapseIndex, const label collapsePriority)
 
const pointcollapsePoint () const
 
label collapseIndex () const
 
label collapsePriority () const
 
template<class TrackingData >
bool valid (TrackingData &td) const
 
template<class TrackingData >
void leaveDomain (const polyPatch &patch, const label patchPointi, const point &pos, TrackingData &td)
 
template<class TrackingData >
void enterDomain (const polyPatch &patch, const label patchPointi, const point &pos, TrackingData &td)
 
template<class TrackingData >
void transform (const tensor &rotTensor, TrackingData &td)
 
template<class TrackingData >
bool updatePoint (const polyMesh &mesh, const label pointi, const label edgeI, const pointEdgeCollapse &edgeInfo, const scalar tol, TrackingData &td)
 
template<class TrackingData >
bool updatePoint (const polyMesh &mesh, const label pointi, const pointEdgeCollapse &newPointInfo, const scalar tol, TrackingData &td)
 
template<class TrackingData >
bool updatePoint (const pointEdgeCollapse &newPointInfo, const scalar tol, TrackingData &td)
 
template<class TrackingData >
bool updateEdge (const polyMesh &mesh, const label edgeI, const label pointi, const pointEdgeCollapse &pointInfo, const scalar tol, TrackingData &td)
 
template<class TrackingData >
bool equal (const pointEdgeCollapse &, TrackingData &) const
 
bool operator== (const pointEdgeCollapse &) const
 
bool operator!= (const pointEdgeCollapse &) const
 

Friends

Ostreamoperator<< (Ostream &, const pointEdgeCollapse &)
 
Istreamoperator>> (Istream &, pointEdgeCollapse &)
 

Detailed Description

Determines length of string of edges walked to point.

Source files

Definition at line 57 of file pointEdgeCollapse.H.

Constructor & Destructor Documentation

◆ pointEdgeCollapse() [1/2]

pointEdgeCollapse ( )
inline

Definition at line 112 of file pointEdgeCollapseI.H.

◆ pointEdgeCollapse() [2/2]

pointEdgeCollapse ( const point collapsePoint,
const label  collapseIndex,
const label  collapsePriority 
)
inline

Definition at line 121 of file pointEdgeCollapseI.H.

Member Function Documentation

◆ collapsePoint()

const point& collapsePoint ( ) const
inline

Definition at line 105 of file pointEdgeCollapse.H.

◆ collapseIndex()

label collapseIndex ( ) const
inline

Definition at line 110 of file pointEdgeCollapse.H.

Referenced by edgeCollapser::setRefinement().

Here is the caller graph for this function:

◆ collapsePriority()

label collapsePriority ( ) const
inline

Definition at line 115 of file pointEdgeCollapse.H.

◆ valid()

bool valid ( TrackingData &  td) const
inline

Definition at line 136 of file pointEdgeCollapseI.H.

◆ leaveDomain()

void leaveDomain ( const polyPatch patch,
const label  patchPointi,
const point pos,
TrackingData &  td 
)
inline

Definition at line 144 of file pointEdgeCollapseI.H.

◆ enterDomain()

void enterDomain ( const polyPatch patch,
const label  patchPointi,
const point pos,
TrackingData &  td 
)
inline

Definition at line 170 of file pointEdgeCollapseI.H.

◆ transform()

void transform ( const tensor rotTensor,
TrackingData &  td 
)
inline

Definition at line 157 of file pointEdgeCollapseI.H.

References Foam::transform().

Here is the call graph for this function:

◆ updatePoint() [1/3]

bool updatePoint ( const polyMesh mesh,
const label  pointi,
const label  edgeI,
const pointEdgeCollapse edgeInfo,
const scalar  tol,
TrackingData &  td 
)
inline

Definition at line 185 of file pointEdgeCollapseI.H.

References update().

Here is the call graph for this function:

◆ updatePoint() [2/3]

bool updatePoint ( const polyMesh mesh,
const label  pointi,
const pointEdgeCollapse newPointInfo,
const scalar  tol,
TrackingData &  td 
)
inline

Definition at line 201 of file pointEdgeCollapseI.H.

References update().

Here is the call graph for this function:

◆ updatePoint() [3/3]

bool updatePoint ( const pointEdgeCollapse newPointInfo,
const scalar  tol,
TrackingData &  td 
)
inline

Definition at line 216 of file pointEdgeCollapseI.H.

References update().

Here is the call graph for this function:

◆ updateEdge()

bool updateEdge ( const polyMesh mesh,
const label  edgeI,
const label  pointi,
const pointEdgeCollapse pointInfo,
const scalar  tol,
TrackingData &  td 
)
inline

Definition at line 229 of file pointEdgeCollapseI.H.

References update().

Here is the call graph for this function:

◆ equal()

bool equal ( const pointEdgeCollapse rhs,
TrackingData &  td 
) const
inline

Definition at line 244 of file pointEdgeCollapseI.H.

References Foam::operator==().

Here is the call graph for this function:

◆ operator==()

bool operator== ( const pointEdgeCollapse rhs) const
inline

Definition at line 256 of file pointEdgeCollapseI.H.

◆ operator!=()

bool operator!= ( const pointEdgeCollapse rhs) const
inline

Definition at line 268 of file pointEdgeCollapseI.H.

Friends And Related Function Documentation

◆ operator<<

Ostream& operator<< ( Ostream ,
const pointEdgeCollapse  
)
friend

◆ operator>>

Istream& operator>> ( Istream ,
pointEdgeCollapse  
)
friend

The documentation for this class was generated from the following files: