ICF 3.0.5.47
Technical documentation of ICF Libraries
iipr::CFeatureToImageMapperProcessorComp Class Reference

Processor converting feature container into set of positions using image position mapper. More...

#include <CFeatureToImageMapperProcessorComp.h>

Inheritance diagram for iipr::CFeatureToImageMapperProcessorComp:
Collaboration diagram for iipr::CFeatureToImageMapperProcessorComp:

Public Types

typedef icomp::CComponentBase BaseClass
 
- Public Types inherited from iproc::TSyncProcessorWrap< IFeatureToFeatureProcessor >
typedef IFeatureToFeatureProcessor BaseClass
 

Public Member Functions

virtual iproc::CTaskState DoConvertFeatures (const iprm::IParamsSet *paramsPtr, const IFeaturesProvider &container, IFeaturesConsumer &results) override
 
virtual iproc::CTaskState DoProcessing (const iprm::IParamsSet *paramsPtr, const istd::IPolymorphic *inputPtr, istd::IChangeable *outputPtr, bool allowAsync=false, iproc::IProgressManager *progressManagerPtr=nullptr) override
 
- Public Member Functions inherited from icomp::CComponentBase
 CComponentBase ()
 Create component and assign it to specific context.
 
 CComponentBase (const CComponentBase &)=delete
 
CComponentBaseoperator= (const CComponentBase &)=delete
 
virtual const ICompositeComponentGetParentComponent (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 IComponentContextGetComponentContext () 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.
 
- Public Member Functions inherited from icomp::IComponent
- Public Member Functions inherited from iproc::TSyncProcessorWrap< IFeatureToFeatureProcessor >
 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
 

Protected Types

typedef TWeightedFeatureWrap< i2d::CPosition2dPositionFeature
 

Additional Inherited Members

- Protected Member Functions inherited from icomp::CComponentBase
bool IsComponentActive () const
 Check if component is active.
 
virtual void OnComponentCreated ()
 
virtual void OnComponentDestroyed ()
 
virtual const IRealComponentStaticInfoGetComponentStaticInfo () const =0
 Get access to static info of this component.
 
- Static Protected Member Functions inherited from icomp::CComponentBase
static const IRealComponentStaticInfoInitStaticInfo (IComponent *componentPtr)
 
static QByteArray GetComponentId (const IComponentContext *componentContextPtr, const QByteArray &contextId=QByteArray())
 

Detailed Description

Processor converting feature container into set of positions using image position mapper.

It can be used to achive set of image positions from set of caliper results.

Definition at line 28 of file CFeatureToImageMapperProcessorComp.h.

Member Typedef Documentation

◆ BaseClass

◆ PositionFeature

Member Function Documentation

◆ DoConvertFeatures()

virtual iproc::CTaskState iipr::CFeatureToImageMapperProcessorComp::DoConvertFeatures ( const iprm::IParamsSet * paramsPtr,
const IFeaturesProvider & container,
IFeaturesConsumer & results )
overridevirtual

◆ DoProcessing()

virtual iproc::CTaskState iipr::CFeatureToImageMapperProcessorComp::DoProcessing ( const iprm::IParamsSet * paramsPtr,
const istd::IPolymorphic * inputPtr,
istd::IChangeable * outputPtr,
bool allowAsync = false,
iproc::IProgressManager * progressManagerPtr = nullptr )
overridevirtual

The documentation for this class was generated from the following file:

© Witold Gantzke and Kirill Lepskiy