IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PointCloud2dOperators.h
Go to the documentation of this file.
1 // PointCloud2dOperators.h:
3 // ------------------------
4 //
14 
15 #ifndef __IPSDKGEOMETRY_POINTCLOUD2DOPERATORS_H__
16 #define __IPSDKGEOMETRY_POINTCLOUD2DOPERATORS_H__
17 
19 #include <IPSDKMath/Constants.h>
20 
21 namespace ipsdk {
22 namespace geom {
23 
24 template <typename T>
25 class PointCloud2d;
26 
29 
31 template <typename T>
32 IPSDKGEOMETRY_API std::ostream&
33 operator<< (std::ostream& os, const PointCloud2d<T>& ptCloud);
34 
37 
38 } // end of namespace geom
39 } // end of namespace ipsdk
40 
41 #endif // __IPSDKGEOMETRY_POINTCLOUD2DOPERATORS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Predefined constants for ipsdk math library.
Definition of import/export macro for library.
#define IPSDKGEOMETRY_API
Import/Export macro for library IPSDKGeometry.
Definition: IPSDKGeometryExports.h:25