IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ZSteps.h
1 // ZSteps.h:
3 // ---------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_ZSTEPS_H__
17 #define __IPSDKIPLATTRIBUTES_ZSTEPS_H__
18 
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
33 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, ZSteps,
34  ((LEAF_COLL)(StepsColl)(ipsdk::ipReal32)))
35 };
36 
39 
42 typedef boost::shared_ptr<ipsdk::imaproc::attr::ZSteps> ZStepsPtr;
43 
46 typedef boost::shared_ptr<const ipsdk::imaproc::attr::ZSteps> ZStepsConstPtr;
47 
51 createZSteps(const Real32Vector& stepsColl);
52 
53 } // end of namespace attr
54 } // end of namespace imaproc
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKIPLATTRIBUTES_ZSTEPS_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
std::vector< ipReal32 > Real32Vector
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::ZStepsPtr createZSteps(const Real32Vector &stepsColl)
function allowing to create a ZSteps data item
boost::shared_ptr< const ipsdk::imaproc::attr::ZSteps > ZStepsConstPtr
shared pointer to const ipsdk::imaproc::attr::ScaleCandidates
Definition: ZSteps.h:128
Definition of import/export macro for library.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
boost::shared_ptr< ipsdk::imaproc::attr::ZSteps > ZStepsPtr
shared pointer to ipsdk::imaproc::attr::ScaleCandidates
Definition: ZSteps.h:124
float ipReal32