Developer documentation | Axl-2.5.1

axlShape::Loop Struct Reference

The Loop structure. More...

#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...
 

Detailed Description

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.

Member Data Documentation

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.


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