#include <vtkPVSinusoidKeyFrame.h>
Inheritance diagram for vtkPVSinusoidKeyFrame:


Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVSinusoidKeyFrame, vtkPVPropertyKeyFrame) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | FrequencyChangedCallback () |
| void | PhaseChangedCallback () |
| void | OffsetChangedCallback () |
| void | SetFrequency (double base) |
| void | SetFrequencyWithTrace (double f) |
| double | GetFrequency () |
| void | SetPhase (double v) |
| void | SetPhaseWithTrace (double p) |
| double | GetPhase () |
| void | SetOffsetWithTrace (double o) |
| void | SetOffset (double v) |
| double | GetOffset () |
| virtual void | SaveState (ofstream *file) |
| virtual void | UpdateEnableState () |
Static Public Member Functions | |
| vtkPVSinusoidKeyFrame * | New () |
Protected Member Functions | |
| vtkPVSinusoidKeyFrame () | |
| ~vtkPVSinusoidKeyFrame () | |
| virtual void | ChildCreate (vtkKWApplication *app) |
| virtual void | UpdateValuesFromProxy () |
Protected Attributes | |
| vtkKWLabel * | PhaseLabel |
| vtkKWThumbWheel * | PhaseThumbWheel |
| vtkKWLabel * | FrequencyLabel |
| vtkKWThumbWheel * | FrequencyThumbWheel |
| vtkKWLabel * | OffsetLabel |
| vtkKWThumbWheel * | OffsetThumbWheel |
Definition at line 29 of file vtkPVSinusoidKeyFrame.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkPVTracedWidget. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkPVPropertyKeyFrame. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Save state of the GUI. Reimplemented from vtkPVPropertyKeyFrame. |
|
|
Propagate widget enable state. Reimplemented from vtkPVPropertyKeyFrame. |
|
|
Subclasses create the GUI elements they need in this method. Don't forget to call the superclass implementation. Reimplemented from vtkPVPropertyKeyFrame. |
|
|
Update the values from the vtkSMKeyFrameProxy. Reimplemented from vtkPVPropertyKeyFrame. |
|
|
Definition at line 60 of file vtkPVSinusoidKeyFrame.h. |
|
|
Definition at line 61 of file vtkPVSinusoidKeyFrame.h. |
|
|
Definition at line 63 of file vtkPVSinusoidKeyFrame.h. |
|
|
Definition at line 64 of file vtkPVSinusoidKeyFrame.h. |
|
|
Definition at line 66 of file vtkPVSinusoidKeyFrame.h. |
|
|
Definition at line 67 of file vtkPVSinusoidKeyFrame.h. |
1.3.5