RINGMesh  Version 5.0.0
A programming library for geological model meshes
RINGMesh::EntityTypeManager< DIMENSION > Struct Template Reference

Global entity manager which could be associated to a geomodel to give access to different manager to handle the entity types. More...

#include <entity_type_manager.h>

Public Attributes

MeshEntityTypeManager< DIMENSION > mesh_entity_manager
 
GeologicalTypeManager geological_entity_manager
 
RelationshipManager relationship_manager
 

Detailed Description

template<index_t DIMENSION>
struct RINGMesh::EntityTypeManager< DIMENSION >

Global entity manager which could be associated to a geomodel to give access to different manager to handle the entity types.

Definition at line 435 of file entity_type_manager.h.

Member Data Documentation

◆ geological_entity_manager

template<index_t DIMENSION>
GeologicalTypeManager RINGMesh::EntityTypeManager< DIMENSION >::geological_entity_manager

Definition at line 438 of file entity_type_manager.h.

◆ mesh_entity_manager

template<index_t DIMENSION>
MeshEntityTypeManager< DIMENSION > RINGMesh::EntityTypeManager< DIMENSION >::mesh_entity_manager

Definition at line 437 of file entity_type_manager.h.

◆ relationship_manager

template<index_t DIMENSION>
RelationshipManager RINGMesh::EntityTypeManager< DIMENSION >::relationship_manager

Definition at line 439 of file entity_type_manager.h.


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