16 #ifndef __IPSDKIMAGEPROCESSING_BASEFROMIMAGEPLANINDEXEDINITIALIZER_H__ 17 #define __IPSDKIMAGEPROCESSING_BASEFROMIMAGEPLANINDEXEDINITIALIZER_H__ 21 #pragma warning (push) 22 #pragma warning (disable : 4251) 24 #include <IPSDKImageProcessing/OutputInitializer/PlanIndexed/BasePlanIndexedInitializer.h> 85 std::string createInitializerFormalString()
const;
88 std::string createInitializerEvaluatedString()
const;
114 #pragma warning (pop) 116 #endif // __IPSDKIMAGEPROCESSING_BASEFROMIMAGEPLANINDEXEDINITIALIZER_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base class for image attributes.
Definition: BaseImageAttribute.h:32
Output initializer used to initialize plan indexed collection from an image plans.
Definition: PlanIndexedInitializerTypes.h:35
boost::weak_ptr< const BaseImageAttribute > ImageAttributeConstWeakPtr
Definition: ImageAttributeTypes.h:38
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
ePlanIndexedInitializerType getPlanIndexedInitializerType() const
retrieve plan indexed initializer type
Definition: BaseFromImagePlanIndexedInitializer.h:103
static const ePlanIndexedInitializerType::domain g_planIndexedInitializerType
plan indexed output initializer type
Definition: BaseFromImagePlanIndexedInitializer.h:38
#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
Predefined types for image attributes management.
eFromImagePlanIndexedPolicy
enumerate describing rule behavior for image plans matching
Definition: PlanIndexedInitializerTypes.h:47
boost::weak_ptr< BasePlanIndexedAttribute > PlanIndexedAttributeWeakPtr
weak pointer to plan indexed attribute
Definition: PlanIndexedAttributeTypes.h:36
ePlanIndexedInitializerType
Enumerate describing output plan indexed initializer type.
Definition: PlanIndexedInitializerTypes.h:33
Base class for initialization of a plan indexed collection from plans of an image.
Definition: BaseFromImagePlanIndexedInitializer.h:33