ParaView
Public Member Functions | Protected Slots
pqOrbitCreatorDialog Class Reference

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.

Public Member Functions

 pqOrbitCreatorDialog (QWidget *parent=0)
virtual ~pqOrbitCreatorDialog ()
QList< QVariant > orbitPoints (int resolution) const
 Returns the points the orbit based on the user chosen options.
QList< QVariant > center () const
 Returns the center for the orbit.
void setNormal (double xyz[3])
void setCenter (double xyz[3])
void setOrigin (double xyz[3])

Protected Slots

void resetBounds ()

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: