76 #ifndef surface_zoneGenerator_H
77 #define surface_zoneGenerator_H
86 class searchableSurface;
88 namespace zoneGenerators
102 autoPtr<searchableSurface> surfacePtr_;
120 const polyMesh&
mesh,
121 const dictionary&
dict
const word & name() const
Return the zoneGenerator name.
const polyMesh & mesh() const
Return reference to the polyMesh.
virtual zoneSet generate() const
Generate and return the zoneSet.
TypeName("surface")
Runtime type information.
surface(const word &name, const polyMesh &mesh, const dictionary &dict)
Construct from dictionary.
virtual ~surface()
Destructor.
Zone container returned by zoneGenerator::generate.