191 const plane& cutPlane,
declareRunTimeSelectionTable(autoPtr, cellLooper, word,(const polyMesh &mesh),(mesh))
labelList getVertFacesNonEdge(const label celli, const label edgeI, const label vertI) const
Get faces (on cell) connected to vertI which are not using edgeI.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
labelList getVertEdgesNonFace(const label celli, const label facei, const label vertI) const
Get edges (on cell) connected to vertI which are not on facei.
Abstract base class. Concrete implementations know how to cut a cell (i.e. determine a loop around th...
Geometric class that creates a 2D plane and can return the intersection point between a line and the ...
label getMisAlignedEdge(const vector &refDir, const label celli) const
Return edge from cellEdges that is most perpendicular.
label getFirstVertEdge(const label facei, const label vertI) const
Get first edge connected to vertI and on facei.
const polyMesh & mesh() const
A class for handling words, derived from string.
Combines edge or vertex in single label. Used to specify cuts across cell circumference.
autoPtr< cellLooper > clone() const
Clone.
virtual ~cellLooper()
Destructor.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
virtual bool cut(const vector &refDir, const label celli, const boolList &vertIsCut, const boolList &edgeIsCut, const scalarField &edgeWeight, labelList &loop, scalarField &loopWeights) const =0
Create cut along circumference of celli. Gets current mesh cuts.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Mesh consisting of general polyhedral cells.
static autoPtr< cellLooper > New(const word &type, const polyMesh &mesh)
Return a reference to the selected cellLooper.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
TypeName("cellLooper")
Runtime type information.