41 #ifndef surfaceToPoint_H 42 #define surfaceToPoint_H 51 class triSurfaceSearch;
65 static addToUsageTable usage_;
86 void checkSettings()
const;
100 const scalar nearDist,
101 const bool includeInside,
102 const bool includeOutside
A class for handling file names.
A list of keyword definitions, which are a keyword followed by any number of values (e...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
virtual ~surfaceToPoint()
Destructor.
surfaceToPoint(const polyMesh &mesh, const fileName &surfName, const scalar nearDist, const bool includeInside, const bool includeOutside)
Construct from components.
Base class of a source for a topoSet.
const polyMesh & mesh() const
setAction
Enumeration defining the valid actions.
virtual sourceType setType() const
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 &) const
General set of labels of mesh quantity (points, cells, faces).
TypeName("surfaceToPoint")
Runtime type information.
sourceType
Enumeration defining the types of sources.
Mesh consisting of general polyhedral cells.
A topoSetSource to selects points based on relation to surface.