35 #ifndef searchablePlane_H 36 #define searchablePlane_H 86 const point& basePoint,
162 virtual void findLine
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual void getRegion(const List< pointIndexHit > &, labelList ®ion) const
From a set of points and indices get the region.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void boundingSpheres(pointField ¢res, scalarField &radiusSqr) const
Get bounding spheres (centre and radius squared), one per element.
virtual void findLineAll(const pointField &start, const pointField &end, List< List< pointIndexHit >> &) const
Get all intersections in order from start to end.
virtual tmp< pointField > coordinates() const
Get representative set of element coordinates.
virtual bool overlaps(const boundBox &bb) const
Does any part of the surface overlap the supplied bound box?
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...
Base class of (analytical or triangulated) surface. Encapsulates all the search routines. WIP.
void operator=(const searchablePlane &)=delete
Disallow default bitwise assignment.
Geometric class that creates a 2D plane and can return the intersection point between a line and the ...
searchablePlane(const IOobject &io, const point &basePoint, const vector &normal)
Construct from components.
Searching on (infinite) plane. See plane.H.
vectorField pointField
pointField is a vectorField.
const point & refPoint() const
Return or return plane base point.
virtual ~searchablePlane()
Destructor.
virtual label size() const
Range of local indices that can be returned.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual const wordList & regions() const
Names of regions.
virtual bool hasVolumeType() const
Whether supports volume type below.
TypeName("searchablePlane")
Runtime type information.
const vector & normal() const
Return plane normal.
virtual void findLineAny(const pointField &start, const pointField &end, List< pointIndexHit > &) const
Return any intersection on segment from start to end.
virtual void getNormal(const List< pointIndexHit > &, vectorField &normal) const
From a set of points and indices get the normal.
A class for managing temporary objects.
virtual void findNearest(const pointField &sample, const scalarField &nearestDistSqr, List< pointIndexHit > &) const
#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...
virtual tmp< pointField > points() const
Get the points that define the surface.
virtual void getVolumeType(const pointField &, List< volumeType > &) const
Determine type (inside/outside/mixed) for point. unknown if.
bool writeData(Ostream &) const
Pure virtual writaData function.