|
Public Member Functions |
| | vtkTypeRevisionMacro (vtkPVCalculatorWidget, vtkPVWidget) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | Create (vtkKWApplication *app) |
| void | UpdateFunction (const char *newSymbol) |
| void | SetFunctionLabel (char *function) |
| void | ChangeAttributeMode (const char *newMode) |
| void | AddVectorVariable (const char *variableName, const char *arrayName) |
| void | ClearFunction () |
| virtual void | Initialize () |
| virtual void | ResetInternal () |
| virtual void | SaveInBatchScript (ofstream *file) |
| virtual void | Trace (ofstream *file) |
| virtual void | UpdateEnableState () |
|
| void | AddScalarVariable (const char *variableName, const char *arrayName, int component) |
|
| virtual void | Accept () |
Static Public Member Functions |
| vtkPVCalculatorWidget * | New () |
Protected Member Functions |
| | vtkPVCalculatorWidget () |
| | ~vtkPVCalculatorWidget () |
| virtual void | SetLastAcceptedFunction (const char *) |
| int | ScalarVariableExists (const char *variableName, const char *arrayName, int component) |
| int | VectorVariableExists (const char *variableName, const char *arrayName) |
| void | ClearAllVariables () |
| void | AddAllVariables (int populateMenus) |
| void | SetSMFunctionProperty (vtkSMProperty *prop) |
| vtkSMProperty * | GetSMFunctionProperty () |
| void | SetSMScalarVariableProperty (vtkSMProperty *prop) |
| vtkSMProperty * | GetSMScalarVariableProperty () |
| void | SetSMVectorVariableProperty (vtkSMProperty *prop) |
| vtkSMProperty * | GetSMVectorVariableProperty () |
| void | SetSMAttributeModeProperty (vtkSMProperty *prop) |
| vtkSMProperty * | GetSMAttributeModeProperty () |
| void | SetSMRemoveAllVariablesProperty (vtkSMProperty *prop) |
| vtkSMProperty * | GetSMRemoveAllVariablesProperty () |
| virtual void | SetSMFunctionPropertyName (const char *) |
| virtual char * | GetSMFunctionPropertyName () |
| virtual void | SetSMScalarVariablePropertyName (const char *) |
| virtual char * | GetSMScalarVariablePropertyName () |
| virtual void | SetSMVectorVariablePropertyName (const char *) |
| virtual char * | GetSMVectorVariablePropertyName () |
| virtual void | SetSMAttributeModePropertyName (const char *) |
| virtual char * | GetSMAttributeModePropertyName () |
| virtual void | SetSMRemoveAllVariablesPropertyName (const char *) |
| virtual char * | GetSMRemoveAllVariablesPropertyName () |
| virtual void | CopyProperties (vtkPVWidget *clone, vtkPVSource *pvSource, vtkArrayMap< vtkPVWidget *, vtkPVWidget * > *map) |
| int | ReadXMLAttributes (vtkPVXMLElement *element, vtkPVXMLPackageParser *parser) |
| int | GetAttributeMode () |
Protected Attributes |
| vtkKWFrame * | AttributeModeFrame |
| vtkKWLabel * | AttributeModeLabel |
| vtkKWMenuButton * | AttributeModeMenu |
| vtkKWFrameWithLabel * | CalculatorFrame |
| vtkKWEntry * | FunctionLabel |
| vtkKWPushButton * | ButtonClear |
| vtkKWPushButton * | ButtonZero |
| vtkKWPushButton * | ButtonOne |
| vtkKWPushButton * | ButtonTwo |
| vtkKWPushButton * | ButtonThree |
| vtkKWPushButton * | ButtonFour |
| vtkKWPushButton * | ButtonFive |
| vtkKWPushButton * | ButtonSix |
| vtkKWPushButton * | ButtonSeven |
| vtkKWPushButton * | ButtonEight |
| vtkKWPushButton * | ButtonNine |
| vtkKWPushButton * | ButtonDivide |
| vtkKWPushButton * | ButtonMultiply |
| vtkKWPushButton * | ButtonSubtract |
| vtkKWPushButton * | ButtonAdd |
| vtkKWPushButton * | ButtonDecimal |
| vtkKWPushButton * | ButtonDot |
| vtkKWPushButton * | ButtonSin |
| vtkKWPushButton * | ButtonCos |
| vtkKWPushButton * | ButtonTan |
| vtkKWPushButton * | ButtonASin |
| vtkKWPushButton * | ButtonACos |
| vtkKWPushButton * | ButtonATan |
| vtkKWPushButton * | ButtonSinh |
| vtkKWPushButton * | ButtonCosh |
| vtkKWPushButton * | ButtonTanh |
| vtkKWPushButton * | ButtonPow |
| vtkKWPushButton * | ButtonSqrt |
| vtkKWPushButton * | ButtonExp |
| vtkKWPushButton * | ButtonCeiling |
| vtkKWPushButton * | ButtonFloor |
| vtkKWPushButton * | ButtonLog |
| vtkKWPushButton * | ButtonLog10 |
| vtkKWPushButton * | ButtonAbs |
| vtkKWPushButton * | ButtonMag |
| vtkKWPushButton * | ButtonNorm |
| vtkKWPushButton * | ButtonIHAT |
| vtkKWPushButton * | ButtonJHAT |
| vtkKWPushButton * | ButtonKHAT |
| vtkKWPushButton * | ButtonLeftParenthesis |
| vtkKWPushButton * | ButtonRightParenthesis |
| vtkKWMenuButton * | ScalarsMenu |
| vtkKWMenuButton * | VectorsMenu |
| char * | LastAcceptedFunction |
| char ** | ScalarArrayNames |
| char ** | ScalarVariableNames |
| int * | ScalarComponents |
| int | NumberOfScalarVariables |
| char ** | VectorArrayNames |
| char ** | VectorVariableNames |
| int | NumberOfVectorVariables |
| char * | SMFunctionPropertyName |
| char * | SMScalarVariablePropertyName |
| char * | SMVectorVariablePropertyName |
| char * | SMAttributeModePropertyName |
| char * | SMRemoveAllVariablesPropertyName |