![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Predefined types for processor management. More...
#include <IPSDKBaseProcessing/Processor/Policy/ProcessorDispatchPolicyTypes.h>#include <IPSDKCore/Processing/RequestOrigin/RequestOriginTypes.h>#include <IPSDKUtil/Tools/EnumMacros.h>#include <boost/shared_ptr.hpp>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::processor | |
| Namespace agregating IPSDK base routines and classes for algorithm processing. | |
Typedefs | |
| typedef boost::shared_ptr< BaseProcessor > | ipsdk::processor::ProcessorPtr |
| shared pointer to processor class | |
| typedef ProcessorPtr(* | ipsdk::processor::ProcessorCreator) () |
| processor creator function | |
Enumerations | |
| enum | ipsdk::processor::eProcessorType { ipsdk::processor::ePT_Sync, ipsdk::processor::ePT_Async1, ipsdk::processor::ePT_Async2, ipsdk::processor::ePT_Async3, ipsdk::processor::ePT_Async4, ipsdk::processor::ePT_IterAsync1, ipsdk::processor::ePT_IterAsync2, ipsdk::processor::ePT_RepAsync1, ipsdk::processor::ePT_RepAsync2 } |
| Enumerate describing processor type. More... | |
| enum | ipsdk::processor::eProcessorRulePolicy { ipsdk::processor::ePRP_DisableSubRules, ipsdk::processor::ePRP_DisableAll, ipsdk::processor::ePRP_EnableAll } |
| Enumerate describing processor rule policy. More... | |
| enum | ipsdk::processor::eProcessorProgressAvailability { ipsdk::processor::ePPA_NotAvailable, ipsdk::processor::ePPA_CoarseProgress, ipsdk::processor::ePPA_FineProgress, ipsdk::processor::ePPA_CoarseAndFineProgress } |
| Enumerate describing processor progression indicator availability. More... | |
Predefined types for processor management.
1.8.14