![]() |
GemaCoreLib
The GeMA Core library
|

Public Attributes | |
| int | cellId |
| The cell Id. | |
| QVector< int > | pointId |
| List of points ids in the global point list. | |
| QVector< int > | pointEndIndex |
| Index for where the orignal points (before splitting) are in the cartCoord. | |
| QVector< int > | triIndex |
| Triangle indexes. | |
| QVector< int > | triDiscontinuity |
| Local discontinuity Id for each triangle. | |
| QVector< int > | discGlobalId |
| Maps local discId to Global discontinuity Id. | |
| QVector< int > | triElementId |
| If the triangles are added to the mesh, we store their element ids here. | |
| QVector< GmVector3 > | normal |
| Per discontinuity aproximated normal from original triangles. | |
| QVector< GmVector3 > | xTangent |
| Per discontinuity tangent vector in the XY plane. | |
| QVector< GmVector3 > | center |
| Per discontinuity approximated center. | |