20 #ifndef AXLINSPECTORTOOLCREATORELLIPSOID_H
21 #define AXLINSPECTORTOOLCREATORELLIPSOID_H
23 #include "axlGuiExport.h"
27 class dtkAbstractData;
35 class axlInspectorToolCreatorEllipsoidPrivate;
49 void radiusXUpdated(
double radiusX);
50 void radiusYUpdated(
double radiusY);
51 void radiusZUpdated(
double radiusZ);
55 void onUpdateRadiusX(
double);
56 void onUpdateRadiusY(
double);
57 void onUpdateRadiusZ(
double);
58 void onUpdateSemix(
double radius);
59 void onUpdateSemiy(
double radius);
60 void onUpdateSemiz(
double radius);
61 void orthogonalise(
int& status);
65 axlInspectorToolCreatorEllipsoidPrivate *d;
70 #endif //AXLINSPECTORTOOLCREATORELLIPSOID_H
Class axlAbstractData defines an API for all type of axel data.