#include <SIM_Utils.h>
Public Member Functions | |
| sim_EdgeDataEntry (int pid_e0, int pid_e1, int fid0, int fid1, int pid_f0, int pid_f1) | |
| sim_EdgeDataEntry () | |
Public Attributes | |
| int | myPidE0 |
| The ids of the points on the edge. | |
| int | myPidE1 |
| int | myFid0 |
| int | myFid1 |
| int | myPidF0 |
| int | myPidF1 |
Definition at line 149 of file SIM_Utils.h.
| sim_EdgeDataEntry::sim_EdgeDataEntry | ( | int | pid_e0, | |
| int | pid_e1, | |||
| int | fid0, | |||
| int | fid1, | |||
| int | pid_f0, | |||
| int | pid_f1 | |||
| ) | [inline] |
Definition at line 152 of file SIM_Utils.h.
| sim_EdgeDataEntry::sim_EdgeDataEntry | ( | ) | [inline] |
Definition at line 158 of file SIM_Utils.h.
The ids of the faces adjacent to the edge. Second id may be <0 if only one face is adjacent.
Definition at line 165 of file SIM_Utils.h.
Definition at line 165 of file SIM_Utils.h.
Definition at line 162 of file SIM_Utils.h.
The ids of the other points in the respective faces. Only meaningful if the faces are triangles (in which case there's only one other point).
Definition at line 169 of file SIM_Utils.h.
Definition at line 169 of file SIM_Utils.h.
1.5.9