Go to the documentation of this file.
89 #ifndef cylinderToPoint_H
90 #define cylinderToPoint_H
103 class cylinderToPoint
105 public topoSetPointSource
110 static addToUsageTable usage_;
127 void combine(topoSet&
set,
const bool add)
const;
141 const polyMesh&
mesh,
145 const scalar innerRadius = 0
virtual ~cylinderToPoint()=default
void set(List< bool > &bools, const labelRange &range)
cylinderToPoint(const polyMesh &mesh, const point &point1, const point &point2, const scalar radius, const scalar innerRadius=0)
Mesh consisting of general polyhedral cells.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
General set of labels of mesh quantity (points, cells, faces).
The topoSetPointSource is a intermediate class for handling topoSet sources for selecting points.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)
virtual void applyToSet(const topoSetSource::setAction action, topoSet &set) const
A topoSetPointSource to select all points which are inside a given bounding cylinder or cylinder annu...
const polyMesh & mesh() const noexcept
TypeName("cylinderToPoint")
vector point
Point is a vector.