16 #ifndef __IPSDKIPLATTRIBUTES_SMOOTHRGBCOLORMAP_H__ 17 #define __IPSDKIPLATTRIBUTES_SMOOTHRGBCOLORMAP_H__ 21 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/SmoothRgbColorMapRangeModes.h> 22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/AbscissRgb.h> 59 const std::vector<boost::shared_ptr<AbscissRgb> >& lookupTable,
75 #endif // __IPSDKIPLATTRIBUTES_SMOOTHRGBCOLORMAP_H__ ePredefinedSmoothRgbColorMapId
Definition: PredefinedSmoothRgbColorMapIds.h:31
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::SmoothRgbColorMapPtr createCustomSmoothRgbColorMap(const std::vector< boost::shared_ptr< AbscissRgb > > &lookupTable, const eSmoothRgbColorMapRangeMode &rangeMode)
function allowing to create a RgbColorMap data item
eSmoothRgbColorMapRangeMode
Enumerate describing range mode for smooth RGB color map.
Definition: SmoothRgbColorMapRangeModes.h:31
boost::shared_ptr< ipsdk::imaproc::attr::SmoothRgbColorMap > SmoothRgbColorMapPtr
shared pointer to ipsdk::imaproc::attr::SmoothRgbColorMap
Definition: SmoothRgbColorMap.h:149
boost::shared_ptr< const ipsdk::imaproc::attr::SmoothRgbColorMap > SmoothRgbColorMapConstPtr
shared pointer to const ipsdk::imaproc::attr::RgbColorMap
Definition: SmoothRgbColorMap.h:153
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::SmoothRgbColorMapPtr createSmoothRgbColorMap(const ePredefinedSmoothRgbColorMapId &colorMapId, const eSmoothRgbColorMapRangeMode &rangeMode)
function allowing to create a RgbColorMap data item
Definition of import/export macro for library.
Absciss and RGB triplet.
Definition: AbscissRgb.h:55
Identifiers of predefined smooth RGB color maps.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25