Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::IMeshFactory Class Referenceabstract

Interface of the service managing mesh reading. More...

#include <arcane/core/IMeshFactory.h>

Inheritance diagram for Arcane::IMeshFactory:
Collaboration diagram for Arcane::IMeshFactory:

Public Member Functions

virtual IPrimaryMeshcreateMesh (IMeshMng *mm, const MeshBuildInfo &build_info)=0
 Creates a mesh with the information from build_info.

Detailed Description

Interface of the service managing mesh reading.

Definition at line 32 of file IMeshFactory.h.

Constructor & Destructor Documentation

◆ ~IMeshFactory()

virtual Arcane::IMeshFactory::~IMeshFactory ( )
inlinevirtual

Definition at line 36 of file IMeshFactory.h.

Member Function Documentation

◆ createMesh()

virtual IPrimaryMesh * Arcane::IMeshFactory::createMesh ( IMeshMng * mm,
const MeshBuildInfo & build_info )
pure virtual

Creates a mesh with the information from build_info.

Implemented in Arcane::mesh::DynamicMeshFactoryBase, and Arcane::PolyhedralMeshFactory.


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