#include <axlShape.h>
Public Attributes | |
QVector< int > | edges |
Vector of indices of the edges of the loop in the array of edges of the axlShape. More... | |
QVector< bool > | orientations |
Vector of booleans of the same size as edges: true means the direct orientation, false is the reverse orientation. More... | |
The Loop structure.
A loop is a set of edges with orientations, such the end point of one oriented edge is the starting point of the next one.
Definition at line 62 of file axlShape.h.
QVector<int> axlShape::Loop::edges |
Vector of indices of the edges of the loop in the array of edges of the axlShape.
Definition at line 64 of file axlShape.h.
QVector<bool> axlShape::Loop::orientations |
Vector of booleans of the same size as edges: true means the direct orientation, false is the reverse orientation.
Definition at line 67 of file axlShape.h.