Loading...
Searching...
No Matches
WindLabAPI::WindLabFeatureKurtosis Class Reference

Base class of all kurtosis feature classes in LabRPS. More...

#include <WindLabFeatureKurtosis.h>

Public Member Functions

virtual const char * getViewProviderName () const
 
 WindLabFeatureKurtosis (void)
 Constructor.
 
virtual ~WindLabFeatureKurtosis ()
 
- 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
 

Detailed Description

Base class of all kurtosis feature classes in LabRPS.

Constructor & Destructor Documentation

◆ WindLabFeatureKurtosis()

WindLabFeatureKurtosis::WindLabFeatureKurtosis ( void )

Constructor.

◆ ~WindLabFeatureKurtosis()

WindLabFeatureKurtosis::~WindLabFeatureKurtosis ( )
virtual

Member Function Documentation

◆ execute()

App::DocumentObjectExecReturn * WindLabFeatureKurtosis::execute ( void )
overrideprotectedvirtual

recalculate the feature

Reimplemented from WindLabAPI::WindLabFeature.

References WindLabAPI::WindLabFeature::execute().

◆ getViewProviderName()

virtual const char * WindLabAPI::WindLabFeatureKurtosis::getViewProviderName ( ) const
virtual

◆ mustExecute()

short WindLabFeatureKurtosis::mustExecute ( void ) const
overridevirtual

◆ onChanged()

void WindLabFeatureKurtosis::onChanged ( const App::Property * prop)
overrideprotectedvirtual

◆ recompute()

App::DocumentObjectExecReturn * WindLabFeatureKurtosis::recompute ( void )
overrideprotectedvirtual

recompute only this object

Reimplemented from WindLabAPI::WindLabFeature.

References WindLabAPI::WindLabFeature::recompute().


The documentation for this class was generated from the following files:
  • RPS/LabRPS/LabRPS_KOFFI/src/Mod/WindLabAPI/App/WindLabFeatureKurtosis.h
  • RPS/LabRPS/LabRPS_KOFFI/src/Mod/WindLabAPI/App/WindLabFeatureKurtosis.cpp