Processor starting sequence of cascaded processors to processing input object to the output one.
More...
|
int | GetProcessorState (const iprm::IParamsSet *paramsPtr) const override |
|
virtual bool | AreParamsAccepted (const iprm::IParamsSet *paramsPtr, const istd::IPolymorphic *inputPtr, const istd::IChangeable *outputPtr) const override |
|
virtual CTaskState | DoProcessing (const iprm::IParamsSet *paramsPtr, const istd::IPolymorphic *inputPtr, istd::IChangeable *outputPtr, bool allowAsync=false, iproc::IProgressManager *progressManagerPtr=nullptr) override |
|
void | InitProcessor (const iprm::IParamsSet *paramsPtr, bool doReset) override |
|
| 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.
|
|
| 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 |
|
Processor starting sequence of cascaded processors to processing input object to the output one.
To realize this task external objects are needed to store temporary results.
Definition at line 25 of file CCascadedProcessorComp.h.