![]() |
|
Public Member Functions | |
cellFeatures (const primitiveMesh &, const scalar minCos, const label cellI) | |
Construct from cell in mesh. | |
~cellFeatures () | |
const labelHashSet & | featureEdge () const |
const faceList & | faces () const |
const List< DynamicList< label > > & | faceMap () const |
New to old faceMap. Guaranteed to be shrunk. | |
bool | isFeatureEdge (const label edgeI) const |
Is edge a feature edge (uniquely determined since on cell. | |
bool | isFeaturePoint (const label edge0, const label edge1) const |
Are two edges connected at feature point? | |
bool | isFeatureVertex (const label faceI, const label vertI) const |
Is vertexI on faceI used by two edges that form feature. |
|
Construct from cell in mesh.
|
|
|
|
New to old faceMap. Guaranteed to be shrunk.
Definition at line 159 of file cellFeatures.H. |
|
Definition at line 149 of file cellFeatures.H. |
|
Definition at line 144 of file cellFeatures.H. |
|
Is edge a feature edge (uniquely determined since on cell. only two faces sharing edge) Definition at line 175 of file cellFeatures.H. |
|
Are two edges connected at feature point? Is local to face since point might be seen as feature point from one face but not from another. |
|
Is vertexI on faceI used by two edges that form feature. point |