50 #ifndef searchableSphere_H 51 #define searchableSphere_H 67 class searchableSphere
69 public searchableSurface
92 const scalar nearestDistSqr
175 virtual void findNearest
197 virtual void findLineAll
virtual tmp< pointField > coordinates() const
Get representative set of element coordinates.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void findLineAny(const pointField &start, const pointField &end, List< pointIndexHit > &) const
Return any intersection on segment from start to end.
virtual tmp< pointField > points() const
Get the points that define the surface.
A bounding box defined in terms of the points at its extremities.
This class describes the interaction of (usually) a face and a point. It carries the info of a succes...
void operator=(const searchableSphere &)=delete
Disallow default bitwise assignment.
virtual void findLine(const pointField &start, const pointField &end, List< pointIndexHit > &) const
Find first intersection on segment from start to end.
searchableSphere(const IOobject &io, const point &, const scalar radius)
Construct from components.
vectorField pointField
pointField is a vectorField.
virtual bool overlaps(const boundBox &bb) const
Does any part of the surface overlap the supplied bound box?
virtual void findNearest(const pointField &sample, const scalarField &nearestDistSqr, List< pointIndexHit > &) const =0
virtual void getRegion(const List< pointIndexHit > &, labelList ®ion) const
From a set of points and indices get the region.
virtual void getNormal(const List< pointIndexHit > &, vectorField &normal) const
From a set of points and indices get the normal.
bool writeData(Ostream &) const
Pure virtual writaData function.
virtual ~searchableSphere()
Destructor.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Surface geometry with a sphere shape, which can be used with snappyHexMesh.
TypeName("searchableSphere")
Runtime type information.
virtual void getVolumeType(const pointField &, List< volumeType > &) const
Determine type (inside/outside/mixed) for point. unknown if.
virtual bool hasVolumeType() const
Whether supports volume type below.
vector point
Point is a vector.
virtual const wordList & regions() const
Names of regions.
virtual void boundingSpheres(pointField ¢res, scalarField &radiusSqr) const
Get bounding spheres (centre and radius squared), one per element.
virtual label size() const
Range of local indices that can be returned.
A class for managing temporary objects.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...