Interface of a mesh generator. More...
#include <arcane/std/IMeshGenerator.h>
Public Member Functions | |
| virtual IntegerConstArrayView | communicatingSubDomains () const =0 |
| virtual bool | readOptions (XmlNode node)=0 |
| virtual bool | generateMesh ()=0 |
Interface of a mesh generator.
Definition at line 61 of file IMeshGenerator.h.
|
inlinevirtual |
Definition at line 65 of file IMeshGenerator.h.