![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
Component implementation of derivative processor using rectangular filter kernel. More...
#include <CRectDerivativeProcessorComp.h>
Public Types | |
typedef icomp::CComponentBase | BaseClass |
typedef CRectDerivativeProcessor | BaseClass2 |
![]() | |
typedef Base | BaseClass |
Protected Member Functions | |
void | OnComponentCreated () override |
![]() | |
bool | IsComponentActive () const |
Check if component is active. | |
virtual void | OnComponentDestroyed () |
virtual const IRealComponentStaticInfo & | GetComponentStaticInfo () const =0 |
Get access to static info of this component. | |
Additional Inherited Members | |
![]() | |
CComponentBase () | |
Create component and assign it to specific context. | |
CComponentBase (const CComponentBase &)=delete | |
CComponentBase & | operator= (const CComponentBase &)=delete |
virtual const ICompositeComponent * | GetParentComponent (bool ownerOnly=false) const |
Get parent of this component. | |
virtual void * | GetInterface (const istd::CClassInfo &interfaceType, const QByteArray &subId="") |
Get access to specified component interface. | |
virtual const IComponentContext * | GetComponentContext () const |
Get access to component context describing all application-specified component information loaded from components registry. | |
virtual void | SetComponentContext (const IComponentContext *contextPtr, const ICompositeComponent *parentPtr, bool isParentOwner) |
Set component context of this component. | |
![]() | |
![]() | |
CRectDerivativeProcessor () | |
const QByteArray & | GetFilterParamsId () const |
Get parameter ID used to extract caliper parameter object from parameter set. | |
void | SetFilterParamsId (const QByteArray &id) |
Set parameter ID used to extract caliper parameter object from parameter set. | |
void | UseDoublePrecision (bool on) |
Sets calculation precision to use (true = double, false = float). | |
virtual iproc::CTaskState | DoProcessing (const iprm::IParamsSet *paramsPtr, const istd::IPolymorphic *inputPtr, istd::IChangeable *outputPtr, bool allowAsync=false, iproc::IProgressManager *progressManagerPtr=nullptr) |
![]() | |
TSyncProcessorWrap () | |
int | GetProcessorState (const iprm::IParamsSet *paramsPtr) const override |
bool | AreParamsAccepted (const iprm::IParamsSet *paramsPtr, const istd::IPolymorphic *inputPtr, const istd::IChangeable *outputPtr) const override |
void | InitProcessor (const iprm::IParamsSet *paramsPtr, bool doReset) override |
![]() | |
template<typename InData , typename OutData , typename ValueType > | |
static bool | CalculateDerivative (const InData *channelData, int samplesCount, double filterLength, OutData *results) |
template<typename ValueType > | |
static bool | CalculateDerivative (const imeas::IDataSequence &source, double filterLength, imeas::IDataSequence &results) |
static bool | DoDerivativeProcessing (const imeas::IDataSequence &source, double filterLength, imeas::IDataSequence &results, bool doublePrecision=false) |
Do extremum features analyze. | |
![]() | |
static const IRealComponentStaticInfo & | InitStaticInfo (IComponent *componentPtr) |
static QByteArray | GetComponentId (const IComponentContext *componentContextPtr, const QByteArray &contextId=QByteArray()) |
![]() | |
static imeas::INumericConstraints * | GetFilterConstraints () |
Component implementation of derivative processor using rectangular filter kernel.
Definition at line 25 of file CRectDerivativeProcessorComp.h.
Definition at line 28 of file CRectDerivativeProcessorComp.h.
Definition at line 29 of file CRectDerivativeProcessorComp.h.
|
overrideprotectedvirtual |
Reimplemented from icomp::CComponentBase.
© Witold Gantzke and Kirill Lepskiy