34 #ifndef searchableBoxFeatures_H 35 #define searchableBoxFeatures_H searchableBoxFeatures(const searchableSurface &surface, const dictionary &dict)
Construct from searchable surface and dictionary.
const searchableSurface & surface() const
Return a reference to the searchable surface.
Decorator that returns the features of a searchable surface.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Base class of (analytical or triangulated) surface. Encapsulates all the search routines. WIP.
virtual bool hasFeatures() const
Return true for a searchable box having features.
const dictionary & dict() const
Return a reference to the dictionary.
void operator=(const searchableBoxFeatures &)=delete
Disallow default bitwise assignment.
virtual autoPtr< extendedFeatureEdgeMesh > features() const
Return an extendedFeatureEdgeMesh containing the features.
sideVolumeType
Normals point to the outside.
virtual ~searchableBoxFeatures()
Destructor.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
TypeName("searchableBoxFeatures")
Runtime type information.