OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
edge_t Struct Reference

Public Member Functions

 edge_t (const int &nn1, const int &nn2, const int &eelem)

Data Fields

int n1
int n2
vector< int > elem_list
int nb_con

Detailed Description

Definition at line 35 of file Connectivity.cpp.

Constructor & Destructor Documentation

◆ edge_t()

edge_t::edge_t ( const int & nn1,
const int & nn2,
const int & eelem )
inline

Definition at line 36 of file Connectivity.cpp.

36 {
37 n1 = nn1;
38 n2 = nn2;
39 elem_list.push_back(eelem);
40 nb_con = 0;
41 }
vector< int > elem_list

Field Documentation

◆ elem_list

vector<int> edge_t::elem_list

Definition at line 43 of file Connectivity.cpp.

◆ n1

int edge_t::n1

Definition at line 42 of file Connectivity.cpp.

◆ n2

int edge_t::n2

Definition at line 42 of file Connectivity.cpp.

◆ nb_con

int edge_t::nb_con

Definition at line 44 of file Connectivity.cpp.


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