Go to the documentation of this file.
22 #ifndef __peakableRegion_hpp__
23 #define __peakableRegion_hpp__
virtual peakableRegion * clonePtr() const =0
peakableRegion(const word &type, const dictionary &dict)
virtual bool write(dictionary &dict) const =0
virtual bool read(const dictionary &dict)=0
virtual bool isInside(const realx3 &point) const =0
virtual ~peakableRegion()=default
virtual uniquePtr< peakableRegion > clone() const =0
static uniquePtr< peakableRegion > create(const word &type, const dictionary &dict)
virtual realx3 peek() const =0
create_vCtor(peakableRegion, word,(const word &type, const dictionary &dict),(type, dict))
TypeInfo("peakableRegion")