Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::IMeshInitialAllocator Class Reference

Interface for allocating mesh entities. More...

#include <arcane/core/IMeshInitialAllocator.h>

Inheritance diagram for Arcane::IMeshInitialAllocator:
Collaboration diagram for Arcane::IMeshInitialAllocator:

Public Member Functions

virtual IUnstructuredMeshInitialAllocatorunstructuredMeshAllocator ()
 Allocator for unstructured meshes.
virtual IPolyhedralMeshInitialAllocatorpolyhedralMeshAllocator ()
 Allocator for polyhedral meshes.
virtual ICartesianMeshInitialAllocatorcartesianMeshAllocator ()
 Allocator for Cartesian meshes.

Detailed Description

Interface for allocating mesh entities.

Definition at line 84 of file IMeshInitialAllocator.h.

Member Function Documentation

◆ cartesianMeshAllocator()

virtual ICartesianMeshInitialAllocator * Arcane::IMeshInitialAllocator::cartesianMeshAllocator ( )
inlinevirtual

Allocator for Cartesian meshes.

Reimplemented in Arcane::mesh::DynamicMesh::InitialAllocator.

Definition at line 105 of file IMeshInitialAllocator.h.

◆ polyhedralMeshAllocator()

virtual IPolyhedralMeshInitialAllocator * Arcane::IMeshInitialAllocator::polyhedralMeshAllocator ( )
inlinevirtual

Allocator for polyhedral meshes.

Definition at line 99 of file IMeshInitialAllocator.h.

◆ unstructuredMeshAllocator()

virtual IUnstructuredMeshInitialAllocator * Arcane::IMeshInitialAllocator::unstructuredMeshAllocator ( )
inlinevirtual

Allocator for unstructured meshes.

Reimplemented in Arcane::mesh::DynamicMesh::InitialAllocator.

Definition at line 93 of file IMeshInitialAllocator.h.


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