Interface for allocating mesh entities. More...
#include <arcane/core/IMeshInitialAllocator.h>
Public Member Functions | |
| virtual IUnstructuredMeshInitialAllocator * | unstructuredMeshAllocator () |
| Allocator for unstructured meshes. | |
| virtual IPolyhedralMeshInitialAllocator * | polyhedralMeshAllocator () |
| Allocator for polyhedral meshes. | |
| virtual ICartesianMeshInitialAllocator * | cartesianMeshAllocator () |
| Allocator for Cartesian meshes. | |
Interface for allocating mesh entities.
Definition at line 84 of file IMeshInitialAllocator.h.
|
inlinevirtual |
Allocator for Cartesian meshes.
Definition at line 105 of file IMeshInitialAllocator.h.
Referenced by Arcane::CartesianMeshAllocateBuildInfo::allocateMesh().
|
inlinevirtual |
Allocator for polyhedral meshes.
Definition at line 99 of file IMeshInitialAllocator.h.
|
inlinevirtual |
Allocator for unstructured meshes.
Definition at line 93 of file IMeshInitialAllocator.h.
Referenced by Arcane::UnstructuredMeshAllocateBuildInfo::allocateMesh().