Go to the documentation of this file.
53 #ifndef searchableExtrudedCircle_H
54 #define searchableExtrudedCircle_H
67 template<
class Type>
class indexedOctree;
73 class searchableExtrudedCircle
75 public searchableSurface
80 autoPtr<edgeMesh> eMeshPtr_;
83 autoPtr<indexedOctree<treeDataEdge>> edgeTree_;
104 TypeName(
"searchableExtrudedCircle");
139 virtual label
size()
const;
Defines the attributes of an object for which implicit objectRegistry management is supported,...
virtual tmp< pointField > coordinates() const
bool writeData(Ostream &) const
virtual void findParametricNearest(const point &start, const point &end, const scalarField &lambdas, const scalarField &nearestDistSqr, List< pointIndexHit > &) const
virtual void findNearest(const pointField &sample, const scalarField &nearestDistSqr, List< pointIndexHit > &) const
A class for managing temporary objects.
virtual void getNormal(const List< pointIndexHit > &, vectorField &normal) const
Searching on edgeMesh with constant radius.
virtual void findLineAll(const pointField &start, const pointField &end, List< List< pointIndexHit >> &) const
TypeName("searchableExtrudedCircle")
virtual const wordList & regions() const
virtual ~searchableExtrudedCircle()
An enumeration wrapper for classification of a location as being inside/outside of a volume.
Generic templated field type.
virtual void findLine(const pointField &start, const pointField &end, List< pointIndexHit > &) const
Base class of (analytical or triangulated) surface. Encapsulates all the search routines....
virtual bool overlaps(const boundBox &bb) const
virtual void getRegion(const List< pointIndexHit > &, labelList ®ion) const
virtual tmp< pointField > points() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
constexpr auto end(C &c) -> decltype(c.end())
virtual void getVolumeType(const pointField &, List< volumeType > &) const
virtual void boundingSpheres(pointField ¢res, scalarField &radiusSqr) const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual bool hasVolumeType() const
A bounding box defined in terms of min/max extrema points.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual void findLineAny(const pointField &start, const pointField &end, List< pointIndexHit > &) const
virtual label size() const
@ OUTSIDE
A location outside the volume.
virtual volumeType outsideVolumeType() const
Minimal example by using system/controlDict.functions: