IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
OutputShape2dCollAttribute.h
1 // OutputShape2dCollAttribute.h:
3 // -----------------------------
4 //
15 
16 #ifndef __IPSDKIMAGEPROCESSING_OUTPUTSHAPE2DCOLLATTRIBUTE_H__
17 #define __IPSDKIMAGEPROCESSING_OUTPUTSHAPE2DCOLLATTRIBUTE_H__
18 
19 #include <IPSDKImageProcessing/Attribute/GeometryEntityColl/2d/Shape2dColl/BaseShape2dCollAttribute.h>
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
26 
28 {
29  // declare serial class
31 
32  // declare output data
34 
35 // predefined public types
36 public:
39 
40 protected:
43 
44 public:
46  virtual ~OutputShape2dCollAttribute() = 0;
47 
48 // methods
49 public:
52  void init(const StorageType& pColl);
54 
58  geom::Shape2dVector& getShape2dVector();
59 
64  ConstStorageType getStorage() const;
65  StorageType getStorage();
67 
68 // attributes
69 protected:
70 
71 };
72 
75 
76 } // end of namespace imaproc
77 } // end of namespace ipsdk
78 
79 #endif // __IPSDKIMAGEPROCESSING_OUTPUTSHAPE2DCOLLATTRIBUTE_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
std::vector< Shape2dPtr > Shape2dVector
collection of shape 2d shared pointers
Definition: Shape2dTypes.h:42
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
BaseShape2dCollAttribute::MutableStorageType StorageType
storage type associated to object
Definition: OutputShape2dCollAttribute.h:38
#define IPSDK_DECLARE_OUTPUT_DATA()
macro allowing to declare an output data
Definition: DataStatusHdrMacros.h:113
Base class for output shape geometry entity 2d collection attribute.
Definition: OutputShape2dCollAttribute.h:27
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Base class for shape geometry entity 2d collection attribute.
Definition: BaseShape2dCollAttribute.h:32
boost::shared_ptr< const ipsdk::shape::segmentation::Shape2dColl > ConstStorageType
const storage type associated to object
Definition: BaseShape2dCollAttribute.h:49
boost::shared_ptr< ipsdk::shape::segmentation::Shape2dColl > MutableStorageType
storage type associated to object
Definition: BaseShape2dCollAttribute.h:46