Loading...
Searching...
No Matches
Base class of all correlation feature classes in LabRPS. More...
#include <WindLabFeatureCorrelation.h>
| Public Member Functions | |
| virtual const char * | getViewProviderName () const | 
| WindLabFeatureCorrelation (void) | |
| Constructor. | |
| virtual | ~WindLabFeatureCorrelation () | 
|  Public Member Functions inherited from WindLabAPI::WindLabFeature | |
| WindLabFeature (void) | |
| Constructor. | |
| virtual | ~WindLabFeature () | 
| destructor | |
| methods override feature | |
| virtual short | mustExecute () const override | 
| virtual App::DocumentObjectExecReturn * | recompute () override | 
| recompute only this object | |
| virtual App::DocumentObjectExecReturn * | execute () override | 
| recalculate the feature | |
| virtual void | onChanged (const App::Property *prop) override | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from WindLabAPI::WindLabFeature | |
| virtual PyObject * | getPyObject () override | 
|  Protected Attributes inherited from WindLabAPI::WindLabFeature | |
| Py::SmartPtr | PythonObject | 
Base class of all correlation feature classes in LabRPS.
| WindLabFeatureCorrelation::WindLabFeatureCorrelation | ( | void | ) | 
Constructor.
| 
 | virtual | 
| 
 | overrideprotectedvirtual | 
recalculate the feature
Reimplemented from WindLabAPI::WindLabFeature.
References WindLabAPI::WindLabFeature::execute().
| 
 | virtual | 
| 
 | overridevirtual | 
Reimplemented from WindLabAPI::WindLabFeature.
References WindLabAPI::WindLabFeature::mustExecute().
| 
 | overrideprotectedvirtual | 
Reimplemented from WindLabAPI::WindLabFeature.
References WindLabAPI::WindLabFeature::onChanged().
| 
 | overrideprotectedvirtual | 
recompute only this object
Reimplemented from WindLabAPI::WindLabFeature.
References WindLabAPI::WindLabFeature::recompute().