IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Typedefs | Enumerations
AttributeTypes.h File Reference

Predefined types for processing attributes managment. More...

#include <IPSDKBaseData/DataStatus/DataStatusTypes.h>
#include <boost/shared_ptr.hpp>
#include <boost/weak_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< BaseAttribute > ipsdk::processor::AttributePtr
 shared pointer to attribute
 
typedef boost::shared_ptr< const BaseAttribute > ipsdk::processor::AttributeConstPtr
 shared pointer to const attribute
 
typedef boost::weak_ptr< BaseAttribute > ipsdk::processor::AttributeWeakPtr
 weak pointer to attribute object
 
typedef boost::weak_ptr< const BaseAttribute > ipsdk::processor::AttributeConstWeakPtr
 weak pointer to const attribute object
 
typedef AttributePtr(* ipsdk::processor::AttributeCreator) ()
 attribute creator function
 

Enumerations

enum  ipsdk::processor::eAttributeType { ipsdk::processor::eAT_Value, ipsdk::processor::eAT_DataItem, ipsdk::processor::eAT_ImageProcessing, ipsdk::processor::eAT_User }
 Enumerate describing attributes type. More...
 

Detailed Description

Predefined types for processing attributes managment.

Author
E. Noirfalise
Date
2013/7/31