IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GeometryEntity2dUtils.h
Go to the documentation of this file.
1 // GeometryEntity2dUtils.h:
3 // ------------------------
4 //
14 
15 #ifndef __IPSDKGEOMETRY_GEOMETRYENTITY2DUTILS_H__
16 #define __IPSDKGEOMETRY_GEOMETRYENTITY2DUTILS_H__
17 
21 
22 namespace ipsdk {
23 namespace geom {
24 
27 
31 
34 
35 } // end of namespace geom
36 
39 IPSDKGEOMETRY_API BaseIArchive&
40 operator>> (BaseIArchive& ar, const SerializationIItem<ipsdk::geom::RowSegment>& item);
41 IPSDKGEOMETRY_API BaseOArchive&
42 operator<< (BaseOArchive& ar, const SerializationOItem<ipsdk::geom::RowSegment>& item);
44 
47 IPSDKGEOMETRY_API BaseIArchive&
48 operator>> (BaseIArchive& ar, const SerializationIItem<ipsdk::geom::RowIntersections>& item);
49 IPSDKGEOMETRY_API BaseOArchive&
50 operator<< (BaseOArchive& ar, const SerializationOItem<ipsdk::geom::RowIntersections>& item);
52 
56 IPSDKGEOMETRY_API BaseIArchive&
57 operator>> (BaseIArchive& ar, const SerializationIItem<ipsdk::geom::RowSegment_UInt32>& item);
58 IPSDKGEOMETRY_API BaseIArchive&
59 operator>> (BaseIArchive& ar, const SerializationIItem<ipsdk::geom::RowIntersections_UInt32>& item);
61 
64 
65 } // end of namespace ipsdk
66 
67 #endif // __IPSDKGEOMETRY_GEOMETRYENTITY2DUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
Definition: GeometryEntityTypes.h:71
Forward declaration of serialization useful classes.
IPSDKGEOMETRY_API ipUInt64 getNbPixels(const ipsdk::geom::RowIntersections &)
return the number of pixels in the input RowIntersections data structure
Definition of import/export macro for library.
#define IPSDKGEOMETRY_API
Import/Export macro for library IPSDKGeometry.
Definition: IPSDKGeometryExports.h:25
IPSDKBASESHAPEANALYSIS_API ipsdk::BaseIArchive & operator>>(ipsdk::BaseIArchive &ar, const ipsdk::SerializationIItem< ipsdk::shape::analysis::MeasureId > &item)
serialization of ipsdk::shape::analysis::MeasureId structure
Predefined types for entity 2d management.