Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::IMeshFactoryMng Class Referenceabstract

Interface of the mesh factory manager. More...

#include <arcane/core/IMeshFactoryMng.h>

Public Member Functions

virtual ~IMeshFactoryMng ()=default
 Frees the resources.
virtual IMeshMngmeshMng () const =0
 Associated mesh manager.
virtual IPrimaryMeshcreateMesh (const MeshBuildInfo &build_info)=0
 Creates a mesh or a sub-mesh.

Detailed Description

Interface of the mesh factory manager.

Definition at line 31 of file IMeshFactoryMng.h.

Member Function Documentation

◆ createMesh()

virtual IPrimaryMesh * Arcane::IMeshFactoryMng::createMesh ( const MeshBuildInfo & build_info)
pure virtual

Creates a mesh or a sub-mesh.

The created mesh is automatically added to the associated meshMng().


The documentation for this class was generated from the following file: