pqOrbitCreatorDialog is used by pqAnimationViewWidget to request the orbit parameters from the user when the user want to create a camera animation track that orbits some object(s).
More...
#include <pqOrbitCreatorDialog.h>
List of all members.
Detailed Description
pqOrbitCreatorDialog is used by pqAnimationViewWidget to request the orbit parameters from the user when the user want to create a camera animation track that orbits some object(s).
It's a simple dialog with a bunch of entries for normal/center/radius of the orbit.
Definition at line 44 of file pqOrbitCreatorDialog.h.
Constructor & Destructor Documentation
| pqOrbitCreatorDialog::pqOrbitCreatorDialog |
( |
QWidget * |
parent = 0 | ) |
|
| virtual pqOrbitCreatorDialog::~pqOrbitCreatorDialog |
( |
| ) |
[virtual] |
Member Function Documentation
| QList<QVariant> pqOrbitCreatorDialog::orbitPoints |
( |
int |
resolution | ) |
const |
Returns the points the orbit based on the user chosen options.
| QList<QVariant> pqOrbitCreatorDialog::center |
( |
| ) |
const |
Returns the center for the orbit.
| void pqOrbitCreatorDialog::setNormal |
( |
double |
xyz[3] | ) |
|
| void pqOrbitCreatorDialog::setCenter |
( |
double |
xyz[3] | ) |
|
| void pqOrbitCreatorDialog::setOrigin |
( |
double |
xyz[3] | ) |
|
| void pqOrbitCreatorDialog::resetBounds |
( |
| ) |
[protected, slot] |
The documentation for this class was generated from the following file: