Go to the documentation of this file.
35 #ifndef searchableSphere_H
36 #define searchableSphere_H
79 const scalar nearestDistSqr
vectorField pointField
pointField is a vectorField.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
void operator=(const searchableSphere &)
Disallow default bitwise assignment.
virtual void getVolumeType(const pointField &, List< volumeType > &) const
Determine type (inside/outside/mixed) for point. unknown if.
virtual void findLine(const pointField &start, const pointField &end, List< pointIndexHit > &) const
Find first intersection on segment from start to end.
A class for managing temporary objects.
virtual void getRegion(const List< pointIndexHit > &, labelList ®ion) const
From a set of points and indices get the region.
virtual const wordList & regions() const
Names of regions.
virtual label size() const
Range of local indices that can be returned.
const point centre_
Centre point.
bool writeData(Ostream &) const
Pure virtual writaData function.
TypeName("searchableSphere")
Runtime type information.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
This class describes the interaction of (usually) a face and a point. It carries the info of a succes...
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
virtual void getNormal(const List< pointIndexHit > &, vectorField &normal) const
From a set of points and indices get the normal.
Base class of (analytical or triangulated) surface. Encapsulates all the search routines....
void findLineAll(const point &start, const point &end, pointIndexHit &near, pointIndexHit &far) const
Find intersection with sphere.
virtual void boundingSpheres(pointField ¢res, scalarField &radiusSqr) const
Get bounding spheres (centre and radius squared), one per element.
virtual void findLineAny(const pointField &start, const pointField &end, List< pointIndexHit > &) const
Return any intersection on segment from start to end.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual tmp< pointField > coordinates() const
Get representative set of element coordinates.
const scalar radius_
Radius.
virtual void findNearest(const pointField &sample, const scalarField &nearestDistSqr, List< pointIndexHit > &) const =0
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual tmp< pointField > points() const
Get the points that define the surface.
A bounding box defined in terms of the points at its extremities.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual ~searchableSphere()
Destructor.
searchableSphere(const searchableSphere &)
Disallow default bitwise copy construct.
wordList regions_
Names of regions.
virtual bool overlaps(const boundBox &bb) const
Does any part of the surface overlap the supplied bound box?
virtual bool hasVolumeType() const
Whether supports volume type below.
A normal distribution model.
pointIndexHit findNearest(const point &sample, const scalar nearestDistSqr) const
Find nearest point on sphere.