|
Public Member Functions |
| TypeName ("topoCellLooper") |
| Runtime type information.
|
| topoCellLooper (const polyMesh &mesh) |
| Construct from components.
|
virtual | ~topoCellLooper () |
virtual bool | cut (const vector &refDir, const label cellI, const boolList &vertIsCut, const boolList &edgeIsCut, const scalarField &edgeWeight, labelList &loop, scalarField &loopWeights) const |
| Create cut along circumference of cellI. Gets current mesh cuts.
|
virtual bool | cut (const plane &cutPlane, const label cellI, const boolList &vertIsCut, const boolList &edgeIsCut, const scalarField &edgeWeight, labelList &loop, scalarField &loopWeights) const |
| Same but now also base point of cut provided (instead of always.
|
Static Public Attributes |
const scalar | featureCos |
| cos of angle for feature recognition (of splitHexes)
|