16 #ifndef __IPSDKIMAGEPROCESSING_BASEFROMOTHERPLANINDEXEDINITIALIZER_H__ 17 #define __IPSDKIMAGEPROCESSING_BASEFROMOTHERPLANINDEXEDINITIALIZER_H__ 21 #pragma warning (push) 22 #pragma warning (disable : 4251) 24 #include <IPSDKImageProcessing/OutputInitializer/PlanIndexed/BasePlanIndexedInitializer.h> 79 std::string createInitializerFormalString()
const;
82 std::string createInitializerEvaluatedString()
const;
105 #pragma warning (pop) 107 #endif // __IPSDKIMAGEPROCESSING_BASEFROMOTHERPLANINDEXEDINITIALIZER_H__ boost::weak_ptr< const BasePlanIndexedAttribute > PlanIndexedAttributeConstWeakPtr
weak pointer to const plan indexed attribute
Definition: PlanIndexedAttributeTypes.h:39
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
ePlanIndexedInitializerType getPlanIndexedInitializerType() const
retrieve plan indexed initializer type
Definition: BaseFromOtherPlanIndexedInitializer.h:94
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
Output initializer used to initialize plan indexed collection from an other plan indexed collection...
Definition: PlanIndexedInitializerTypes.h:37
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Base class for plan indexed attributes.
Definition: BasePlanIndexedAttribute.h:33
Base class for output plan indexed initializer.
Definition: BasePlanIndexedInitializer.h:28
static const ePlanIndexedInitializerType::domain g_planIndexedInitializerType
plan indexed output initializer type
Definition: BaseFromOtherPlanIndexedInitializer.h:37
PlanIndexedAttributeConstWeakPtr _pInputAttribute
pointer to input plan indexed attribute used by initializer
Definition: BaseFromOtherPlanIndexedInitializer.h:87
boost::weak_ptr< BasePlanIndexedAttribute > PlanIndexedAttributeWeakPtr
weak pointer to plan indexed attribute
Definition: PlanIndexedAttributeTypes.h:36
Base class for initialization of a plan indexed collection from an other plan indexed collection...
Definition: BaseFromOtherPlanIndexedInitializer.h:32
ePlanIndexedInitializerType
Enumerate describing output plan indexed initializer type.
Definition: PlanIndexedInitializerTypes.h:33