Public Member Functions | |
| 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(). | |
Definition at line 33 of file IDirectSubDomainExecuteFunctor.h.
|
pure virtual |
Executes the functor's operation.
Implemented in Arcane::ArcaneLauncherDirectExecuteFunctor.
|
pure virtual |
Positions the associated subdomain. This method must be called before execute().
Implemented in Arcane::ArcaneLauncherDirectExecuteFunctor.