Developer documentation | Axl-2.5.1

axlShapeBSpline::ControlPoint Struct Reference

#include <axlShapeBSpline.h>

Public Member Functions

 ControlPoint (int ind, double x=0.0, double y=0.0, double z=0.0)
 
void setCoord (double *newCoordinate)
 
void addEdge (int numEdge)
 
void addFace (int numFace)
 

Public Attributes

int index
 
QVector< double > coordinates
 
QVector< int > edges
 
QVector< int > faces
 

Detailed Description

Definition at line 18 of file axlShapeBSpline.h.

Constructor & Destructor Documentation

axlShapeBSpline::ControlPoint::ControlPoint ( int  ind,
double  x = 0.0,
double  y = 0.0,
double  z = 0.0 
)
inline

Definition at line 24 of file axlShapeBSpline.h.

Member Function Documentation

void axlShapeBSpline::ControlPoint::addEdge ( int  numEdge)
inline

Definition at line 35 of file axlShapeBSpline.h.

void axlShapeBSpline::ControlPoint::addFace ( int  numFace)
inline

Definition at line 39 of file axlShapeBSpline.h.

void axlShapeBSpline::ControlPoint::setCoord ( double *  newCoordinate)
inline

Definition at line 29 of file axlShapeBSpline.h.

Member Data Documentation

QVector<double> axlShapeBSpline::ControlPoint::coordinates

Definition at line 20 of file axlShapeBSpline.h.

QVector<int> axlShapeBSpline::ControlPoint::edges

Definition at line 21 of file axlShapeBSpline.h.

QVector<int> axlShapeBSpline::ControlPoint::faces

Definition at line 22 of file axlShapeBSpline.h.

int axlShapeBSpline::ControlPoint::index

Definition at line 19 of file axlShapeBSpline.h.


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