15 #ifndef __IPSDKGEOMETRY_ESTIMATION3DUTILS_H__ 16 #define __IPSDKGEOMETRY_ESTIMATION3DUTILS_H__ 33 toDataSet(
const std::vector<Point3d<T> >& ptColl);
36 toDataSet(
const std::vector<Point3dData<T> >& ptColl);
47 toDataSet(
const std::vector<Point3d<T> >& ptColl1,
48 const std::vector<Point3d<T> >& ptColl2);
51 toDataSet(
const std::vector<Point3dData<T> >& ptColl1,
52 const std::vector<Point3dData<T> >& ptColl2);
61 #endif // __IPSDKGEOMETRY_ESTIMATION3DUTILS_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
std::vector< DataType > DataSet
collection of data associated to estimation
Definition: EstimationTypes.h:67
Definition of import/export macro for library.
#define IPSDKGEOMETRY_API
Import/Export macro for library IPSDKGeometry.
Definition: IPSDKGeometryExports.h:25
IPSDKGEOMETRY_API math::DataSet toDataSet(const std::vector< Point2d< T > > &ptColl)
function allowing to convert a point collection to an estimation data set
Predefined types for estimation 3d management.