Loading...
Searching...
No Matches
Base class of all peack factor feature classes in LabRPS. More...
#include <WindLabFeaturePeakFactor.h>
Public Member Functions | |
virtual const char * | getViewProviderName () const |
WindLabFeaturePeakFactor (void) | |
Constructor. | |
virtual | ~WindLabFeaturePeakFactor () |
![]() | |
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 | |
![]() | |
virtual PyObject * | getPyObject () override |
![]() | |
Py::SmartPtr | PythonObject |
Base class of all peack factor feature classes in LabRPS.
WindLabFeaturePeakFactor::WindLabFeaturePeakFactor | ( | 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().