Go to the documentation of this file.
   21 #ifndef __peakableRegion_hpp__ 
   22 #define __peakableRegion_hpp__ 
  
 
virtual const realx3 & minPoint() const =0
 
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))
 
virtual const realx3 & maxPoint() const =0
 
Dictionary holds a set of data entries or sub-dictionaries that are enclosed in a curely braces or ar...
 
TypeInfo("peakableRegion")