Go to the documentation of this file.
   21 #ifndef __PeakableRegion_hpp__ 
   22 #define __PeakableRegion_hpp__ 
   31 template<
typename GeomType>
 
   56         return makeUnique<PeakableRegion<GeomType>>(*this);
 
  
 
virtual ~PeakableRegion()=default
 
virtual bool read(const dictionary &dict) override
 
const auto & maxPoint() const
 
PeakableRegion(const word &type, const dictionary &dict)
 
add_vCtor(peakableRegion, PeakableRegion, word)
 
const realx3 & minPoint() const override
 
const auto & minPoint() const
 
const realx3 & maxPoint() const override
 
TypeInfoTemplate11("peakable", GeometryType)
 
typename RegionType::GeometryType GeometryType
 
virtual uniquePtr< peakableRegion > clone() const override
 
virtual peakableRegion * clonePtr() const override
 
bool isInside(const realx3 &point) const override
 
virtual bool write(dictionary &dict) const override
 
realx3 peek() const override
 
Dictionary holds a set of data entries or sub-dictionaries that are enclosed in a curely braces or ar...