Go to the documentation of this file.
50 #ifndef searchableCylinder_H
51 #define searchableCylinder_H
65 class searchableCylinder
67 public searchableSurface
101 const scalar nearestDistSqr
104 scalar radius2(
const point& pt)
const;
172 virtual label
size()
const
202 virtual void findNearest
224 virtual void findLineAll
virtual void boundingSpheres(pointField ¢res, scalarField &radiusSqr) const
Defines the attributes of an object for which implicit objectRegistry management is supported,...
virtual const wordList & regions() const
A class for managing temporary objects.
virtual void findLine(const pointField &start, const pointField &end, List< pointIndexHit > &) const
virtual bool hasVolumeType() const
virtual bool overlaps(const boundBox &bb) const
virtual tmp< pointField > coordinates() const
virtual void getRegion(const List< pointIndexHit > &, labelList ®ion) const
This class describes the interaction of (usually) a face and a point. It carries the info of a succes...
An enumeration wrapper for classification of a location as being inside/outside of a volume.
Generic templated field type.
Base class of (analytical or triangulated) surface. Encapsulates all the search routines....
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual ~searchableCylinder()=default
constexpr auto end(C &c) -> decltype(c.end())
TypeName("searchableCylinder")
virtual void findNearest(const pointField &sample, const scalarField &nearestDistSqr, List< pointIndexHit > &) const =0
Vector< scalar > vector
A scalar version of the templated Vector.
virtual volumeType outsideVolumeType() const
virtual tmp< pointField > points() const
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual void findLineAny(const pointField &start, const pointField &end, List< pointIndexHit > &) const
A bounding box defined in terms of min/max extrema points.
bool writeData(Ostream &) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
vector point
Point is a vector.
virtual void getNormal(const List< pointIndexHit > &, vectorField &normal) const
@ OUTSIDE
A location outside the volume.
virtual void getVolumeType(const pointField &points, List< volumeType > &volType) const
Minimal example by using system/controlDict.functions:
virtual label size() const