Interface of a functor to execute code directly after the creation of a subdomain without going throu...
virtual int execute()=0
Executes the functor's operation.
virtual void setSubDomain(ISubDomain *sd)=0
Positions the associated subdomain. This method must be called before execute().
Interface of the subdomain manager.