Developer documentation | Axl-2.5.1

axlShapeBSpline::Edge Struct Reference

#include <axlShapeBSpline.h>

Public Member Functions

 Edge (int ind, QVector< int > p, axlAbstractCurveBSpline *curv)
 
void setTag (QString t)
 
bool containsControlPoint (int i)
 
int firstPoint (void)
 
int lastPoint (void)
 

Public Attributes

int index
 
QVector< int > controlPointsIndices
 
axlAbstractCurveBSplinesupport
 
QString tag
 

Detailed Description

Definition at line 45 of file axlShapeBSpline.h.

Constructor & Destructor Documentation

axlShapeBSpline::Edge::Edge ( int  ind,
QVector< int >  p,
axlAbstractCurveBSpline curv 
)
inline

Definition at line 51 of file axlShapeBSpline.h.

Member Function Documentation

bool axlShapeBSpline::Edge::containsControlPoint ( int  i)
inline

Definition at line 62 of file axlShapeBSpline.h.

int axlShapeBSpline::Edge::firstPoint ( void  )
inline

Definition at line 66 of file axlShapeBSpline.h.

int axlShapeBSpline::Edge::lastPoint ( void  )
inline

Definition at line 70 of file axlShapeBSpline.h.

void axlShapeBSpline::Edge::setTag ( QString  t)
inline

Definition at line 58 of file axlShapeBSpline.h.

Member Data Documentation

QVector<int> axlShapeBSpline::Edge::controlPointsIndices

Definition at line 47 of file axlShapeBSpline.h.

int axlShapeBSpline::Edge::index

Definition at line 46 of file axlShapeBSpline.h.

axlAbstractCurveBSpline* axlShapeBSpline::Edge::support

Definition at line 48 of file axlShapeBSpline.h.

QString axlShapeBSpline::Edge::tag

Definition at line 49 of file axlShapeBSpline.h.


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