Structure for holding data for a connection. More...
#include <Component1DConnection.h>
Public Member Functions | |
Connection (const BoundaryName &boundary_name, const std::string &component_name, const EEndType &end_type) | |
Public Attributes | |
const BoundaryName | _boundary_name |
The name of the boundary this connection is attached to. More... | |
const std::string | _component_name |
Name of the component in the connection. More... | |
const EEndType | _end_type |
End type for the connection. More... | |
Structure for holding data for a connection.
Definition at line 32 of file Component1DConnection.h.
|
inline |
Definition at line 43 of file Component1DConnection.h.
const BoundaryName Component1DConnection::Connection::_boundary_name |
The name of the boundary this connection is attached to.
Definition at line 35 of file Component1DConnection.h.
const std::string Component1DConnection::Connection::_component_name |
Name of the component in the connection.
Definition at line 38 of file Component1DConnection.h.
Referenced by Component1DBoundary::Component1DBoundary().
const EEndType Component1DConnection::Connection::_end_type |
End type for the connection.
Definition at line 41 of file Component1DConnection.h.
Referenced by Component1DBoundary::Component1DBoundary().