Struct to store the data needed for creation or deletion of an edge in the stk mesh object. More...
#include <Topology_Types.h>
Public Attributes | |
EntityKey | source |
EntityKey | target |
EdgeId | local_id |
Struct to store the data needed for creation or deletion of an edge in the stk mesh object.
source | entity key | |
target | entity key | |
local | id of the target entity with respect to the source |
To operate on an stk relation between entities (e.g. deleting a relation), need the source entity, target entity, and local ID of the relation with respect to the source entity.
Used to create edges from the stk mesh object in a boost graph
Definition at line 122 of file Topology_Types.h.
EntityKey LCM::stkEdge::source |
Definition at line 123 of file Topology_Types.h.
EntityKey LCM::stkEdge::target |
Definition at line 124 of file Topology_Types.h.
Definition at line 125 of file Topology_Types.h.