4 #ifndef pqOrbitCreatorDialog_h 5 #define pqOrbitCreatorDialog_h 7 #include "pqComponentsModule.h" 21 typedef QDialog Superclass;
30 QList<QVariant> orbitPoints(
int resolution)
const;
35 QVector3D normal()
const;
37 void setNormal(
double xyz[3]);
38 void setCenter(
double xyz[3]);
39 void setOrigin(
double xyz[3]);
48 pqInternals* Internals;
pqOrbitCreatorDialog is used by pqAnimationViewWidget to request the orbit parameters from the user w...