85 virtual void calcSamples
87 DynamicList<point>& samplingPts,
111 const label prevFace,
112 const label prevSegment,
113 const scalar prevCurveDist,
115 const label nextFace,
116 const label nextSegment,
Various (local, not parallel) searches on polyMesh; uses (demand driven) octree to search...
const polyMesh & mesh() const
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A class for handling words, derived from string.
lineCell(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const dictionary &dict)
Construct from dictionary.
static void calcMidPointSample(const polyMesh &mesh, const point &prevPt, const label prevFace, const label prevSegment, const scalar prevCurveDist, const point &nextPt, const label nextFace, const label nextSegment, DynamicList< point > &samplingPts, DynamicList< label > &samplingCells, DynamicList< label > &samplingFaces, DynamicList< label > &samplingSegments, DynamicList< scalar > &samplingCurveDist)
Calculate the next mid point sample.
virtual ~lineCell()
Destructor.
TypeName("lineCell")
Runtime type information.
const word & name() const
vector point
Point is a vector.
const meshSearch & searchEngine() const
Mesh consisting of general polyhedral cells.