RINGMesh  Version 5.0.0
A programming library for geological model meshes
RINGMesh::MeshEntityType Class Reference

The MeshEntityType described the type of the meshed entities There are 4 MeshEntityTypes corresponding to the 4 GeoModelMeshEntities: Corner, Line, Surface, Region. More...

#include <entity_type.h>

Inheritance diagram for RINGMesh::MeshEntityType:
RINGMesh::EntityType RINGMesh::ForbiddenMeshEntityType

Public Member Functions

 MeshEntityType (std::string type)
 
 MeshEntityType ()=default
 
- Public Member Functions inherited from RINGMesh::EntityType
bool operator== (const EntityType &type2) const
 
bool operator!= (const EntityType &type2) const
 
bool operator< (const EntityType &rhs) const
 
const std::string & string () const
 

Additional Inherited Members

- Protected Member Functions inherited from RINGMesh::EntityType
 EntityType (std::string type)
 
 EntityType ()
 
void set_type (std::string type)
 

Detailed Description

The MeshEntityType described the type of the meshed entities There are 4 MeshEntityTypes corresponding to the 4 GeoModelMeshEntities: Corner, Line, Surface, Region.

Definition at line 117 of file entity_type.h.

Constructor & Destructor Documentation

◆ MeshEntityType() [1/2]

RINGMesh::MeshEntityType::MeshEntityType ( std::string  type)
inlineexplicit

Definition at line 120 of file entity_type.h.

◆ MeshEntityType() [2/2]

RINGMesh::MeshEntityType::MeshEntityType ( )
default

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