Public Attributes

LCM::stkEdge Struct Reference

Struct to store the data needed for creation or deletion of an edge in the stk mesh object. More...

#include <Topology_Types.h>

Collaboration diagram for LCM::stkEdge:
Collaboration graph
[legend]

List of all members.

Public Attributes

EntityKey source
EntityKey target
EdgeId local_id

Detailed Description

Struct to store the data needed for creation or deletion of an edge in the stk mesh object.

Parameters:
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.


Member Data Documentation

Definition at line 123 of file Topology_Types.h.

Definition at line 124 of file Topology_Types.h.

Definition at line 125 of file Topology_Types.h.


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