IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
InOutShape3dCollAttribute.h
1 // InOutShape3dCollAttribute.h:
3 // ----------------------------
4 //
15 
16 #ifndef __IPSDKIMAGEPROCESSING_INOUTSHAPE3DCOLLATTRIBUTE_H__
17 #define __IPSDKIMAGEPROCESSING_INOUTSHAPE3DCOLLATTRIBUTE_H__
18 
19 #include <IPSDKImageProcessing/Attribute/GeometryEntityColl/3d/Shape3dColl/BaseShape3dCollAttribute.h>
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
26 
28 {
29  // declare serial class
31 
32  // declare in/out data
34 
35 // predefined public types
36 public:
39 
40 protected:
43 
44 public:
46  virtual ~InOutShape3dCollAttribute() = 0;
47 
48 // methods
49 public:
51  void init(const StorageType& pColl);
52 
56  geom::Shape3dVector& getShape3dVector();
57 
62  ConstStorageType getStorage() const;
63  StorageType getStorage();
65 
66 // attributes
67 protected:
68 
69 };
70 
73 
74 } // end of namespace imaproc
75 } // end of namespace ipsdk
76 
77 #endif // __IPSDKIMAGEPROCESSING_INOUTSHAPE3DCOLLATTRIBUTE_H__
BaseShape3dCollAttribute::MutableStorageType StorageType
storage type associated to object
Definition: InOutShape3dCollAttribute.h:38
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
std::vector< Shape3dPtr > Shape3dVector
collection of standard shape
Definition: Shape3dTypes.h:40
#define IPSDK_DECLARE_INOUT_DATA()
macro allowing to declare an in/out data
Definition: DataStatusHdrMacros.h:120
boost::shared_ptr< ipsdk::shape::segmentation::Shape3dColl > MutableStorageType
storage type associated to object
Definition: BaseShape3dCollAttribute.h:46
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Base class for in/out shape geometry entity 3d collection attribute.
Definition: InOutShape3dCollAttribute.h:27
boost::shared_ptr< const ipsdk::shape::segmentation::Shape3dColl > ConstStorageType
const storage type associated to object
Definition: BaseShape3dCollAttribute.h:49
Base class for shape geometry entity 3d collection attribute.
Definition: BaseShape3dCollAttribute.h:32