IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BaseMandatoryStructuringElementXYAttribute.h
1 // BaseMandatoryStructuringElementXYAttribute.h:
3 // ---------------------------------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_BASEMANDATORYSTRUCTURINGELEMENTXYATTRIBUTE_H__
16 #define __IPSDKIMAGEPROCESSING_BASEMANDATORYSTRUCTURINGELEMENTXYATTRIBUTE_H__
17 
18 #include <IPSDKImageProcessing/Attribute/StructuringElement/StructuringElementXY/BaseStructuringElementXYAttribute.h>
19 
20 namespace ipsdk {
21 namespace imaproc {
22 
25 
27 {
28  // declare serial class
30 
31  // declare mandatory data
33 
34 // constructor and destructor
35 protected:
38 public:
41 
42 // methods
43 public:
44 
45 // attributes
46 protected:
47 
48 };
49 
52 
53 } // end of namespace imaproc
54 } // end of namespace ipsdk
55 
56 #endif // __IPSDKIMAGEPROCESSING_BASEMANDATORYSTRUCTURINGELEMENTXYATTRIBUTE_H__
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
Base class for XY structuring element (SE) attributes.
Definition: BaseStructuringElementXYAttribute.h:31
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
#define IPSDK_DECLARE_MANDATORY_DATA()
macro allowing to declare a mandatory data
Definition: DataStatusHdrMacros.h:146
Base class for mandatory XY structuring element (SE) attributes.
Definition: BaseMandatoryStructuringElementXYAttribute.h:26