|
Public Member Functions |
| | vtkTypeRevisionMacro (vtkPVBasicDSPFilterWidget, vtkPVWidget) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | Create (vtkKWApplication *app) |
| void | ChangeDSPFilterMode (const char *newMode) |
| void | ChangeCutoffFreq (const char *newMode) |
| void | ChangeInputVar (const char *newMode) |
| void | CreateCutoffFreqToggle (vtkPVApplication *app, vtkKWWidget *topframe) |
| void | DisableCutoffFreqToggle () |
| void | EnableCutoffFreqToggle () |
| void | CreateInputVarToggle (vtkPVApplication *app, vtkKWWidget *topframe) |
| void | CreateLengthTextEntry (vtkPVApplication *app, vtkKWWidget *topframe) |
| void | CreateNumeratorWeightsTextEntry (vtkPVApplication *app, vtkKWWidget *topframe) |
| void | CreateDenominatorWeightsTextEntry (vtkPVApplication *app, vtkKWWidget *topframe) |
| void | CreateForwardNumeratorWeightsTextEntry (vtkPVApplication *app, vtkKWWidget *topframe) |
| void | CreateOutputVarTextEntry (vtkPVApplication *app, vtkKWWidget *topframe) |
| void | CreateAddThisVarButton (vtkPVApplication *app, vtkKWWidget *topframe) |
| bool | UpdateTogglesWithFileInformation () |
| void | getNumeratorWeightsString (char *a_string, int a_maxLength, bool a_isLowPass, const char *a_cutoff) |
| void | getDenominatorWeightsString (char *a_string, int a_maxLength, bool a_isLowPass, const char *a_cutoff) |
| char * | getSmoothingNumeratorWeightsString (int a_filterLength) |
| char * | getSmoothingForwardNumeratorWeightsString (int a_filterLength) |
| double * | getSmoothingNumeratorWeights (int a_filterLength) |
| int | GetFilterLength () |
| void | SetFilterLength (int len) |
| void | ResizeOutputVariableList () |
| void | SetOutputVariableName (int a_which) |
| void | AddVarFunction () |
| void | DeleteVarFunction (int which) |
| void | SetWidgetsToSmoothingFilterMode () |
| void | SetWidgetsToBasicFilterMode () |
| void | SetWidgetsToUserDefinedMode () |
| void | SetWidgetsToIntegralMode () |
| void | SetWidgetsToCorrelationMode () |
| virtual void | Accept () |
| virtual void | ResetInternal () |
| virtual void | Initialize () |
| virtual void | SaveInBatchScript (ofstream *file) |
| virtual void | Trace (ofstream *file) |
| virtual void | UpdateEnableState () |
| void | AddThisFilterToSource (const char *a_inputName, const char *a_outputName, double a_cutoff, FILTER_WIDGET_FILTER_TYPE a_filterType) |
| void | RemoveThisFilterFromSource (const char *a_outputName) |
|
| virtual void | AcceptInternal (vtkClientServerID) |
Static Public Member Functions |
| vtkPVBasicDSPFilterWidget * | New () |
Protected Member Functions |
| | vtkPVBasicDSPFilterWidget () |
| | ~vtkPVBasicDSPFilterWidget () |
Protected Attributes |
| int | m_numOutputVariables |
| int | m_maxNumOutputVariables |
| char ** | m_outputVariableNames |
| char ** | m_inputVariableNames |
| FILTER_WIDGET_FILTER_TYPE * | m_filterType |
| double * | m_outputVariableCutoffs |
| vtkKWFrameWithLabel * | DSPFilterFrame |
| vtkKWFrame * | DSPFilterModeSubFrame |
| vtkKWLabel * | DSPFilterModeLabel |
| vtkKWMenuButton * | DSPFilterModeMenu |
| vtkKWFrame * | CutoffFreqSubFrame |
| vtkKWLabel * | CutoffFreqLabel |
| vtkKWMenuButton * | CutoffFreqMenu |
| vtkKWFrame * | InputVarSubFrame |
| vtkKWLabel * | InputVarLabel |
| vtkKWMenuButton * | InputVarMenu |
| vtkKWFrame * | LengthSubFrame |
| vtkKWEntry * | LengthEntry |
| vtkKWLabel * | LengthLabel |
| vtkKWFrame * | NumeratorWeightsSubFrame |
| vtkKWEntry * | NumeratorWeightsEntry |
| vtkKWLabel * | NumeratorWeightsLabel |
| vtkKWFrame * | DenominatorWeightsSubFrame |
| vtkKWEntry * | DenominatorWeightsEntry |
| vtkKWLabel * | DenominatorWeightsLabel |
| vtkKWFrame * | ForwardNumeratorWeightsSubFrame |
| vtkKWEntry * | ForwardNumeratorWeightsEntry |
| vtkKWLabel * | ForwardNumeratorWeightsLabel |
| vtkKWFrame * | OutputVarSubFrame |
| vtkKWEntry * | OutputVarEntry |
| vtkKWLabel * | OutputVarLabel |
| vtkKWFrame * | AddThisVarSubFrame |
| vtkKWPushButton * | AddThisVarButton |
| vtkKWPushButton ** | DeleteThisVarButton |
| vtkKWLabel ** | DeleteThisVarLabel |