16 #ifndef __IPSDKIPLATTRIBUTES_RANGE_H__ 17 #define __IPSDKIPLATTRIBUTES_RANGE_H__ 57 bool isInsideLower(
const ipReal64 value)
const;
65 typedef boost::shared_ptr<ipsdk::imaproc::attr::Range>
RangePtr;
69 typedef boost::shared_ptr<const ipsdk::imaproc::attr::Range>
RangeConstPtr;
93 #endif // __IPSDKIPLATTRIBUTES_RANGE_H__ #define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
IPSDKGEOMETRY_API bool isStrictlyInside(const Parabola2d ¶bola, const Point2dData< T > &pt)
boost::shared_ptr< ipsdk::imaproc::attr::Range > RangePtr
shared pointer to ipsdk::imaproc::attr::Range
Definition: Range.h:153
boost::shared_ptr< const ipsdk::imaproc::attr::Range > RangeConstPtr
shared pointer to const ipsdk::imaproc::attr::Range
Definition: Range.h:157
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::RangePtr createRange(const ipsdk::image::eImageBufferType &imageBufferType)
function allowing to create a range associated to min and max value of an image buffer type ...
Definition of import/export macro for library.
IPSDKIPLATTRIBUTES_API bool isInside(const RegistrationTracking2dGrid &grid, const Coords2d &pt)
check whether a given point is inside tracking grid
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25