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

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

#include <WindLabFeatureSkewness.h>

Public Member Functions

virtual const char * getViewProviderName () const
 
 WindLabFeatureSkewness (void)
 Constructor.
 
virtual ~WindLabFeatureSkewness ()
 
- 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 skewness feature classes in LabRPS.

Constructor & Destructor Documentation

◆ WindLabFeatureSkewness()

WindLabFeatureSkewness::WindLabFeatureSkewness ( void )

Constructor.

◆ ~WindLabFeatureSkewness()

WindLabFeatureSkewness::~WindLabFeatureSkewness ( )
virtual

Member Function Documentation

◆ execute()

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

recalculate the feature

Reimplemented from WindLabAPI::WindLabFeature.

References WindLabAPI::WindLabFeature::execute().

◆ getViewProviderName()

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

◆ mustExecute()

short WindLabFeatureSkewness::mustExecute ( void ) const
overridevirtual

◆ onChanged()

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

◆ recompute()

App::DocumentObjectExecReturn * WindLabFeatureSkewness::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/WindLabFeatureSkewness.h
  • RPS/LabRPS/LabRPS_KOFFI/src/Mod/WindLabAPI/App/WindLabFeatureSkewness.cpp