15 #ifndef __IPSDKGEOMETRY_MINENCLOSINGBALLUTILS_H__ 16 #define __IPSDKGEOMETRY_MINENCLOSINGBALLUTILS_H__ 19 #include <IPSDKGeometry/Entity/2d/Circle/Circle2d.h> 20 #include <IPSDKGeometry/Entity/3d/Sphere/Sphere3d.h> 21 #include <IPSDKGeometry/Entity/2d/Point/Point2dData.h> 22 #include <IPSDKGeometry/Entity/3d/Point/Point3dData.h> 49 #endif // __IPSDKGEOMETRY_MINENCLOSINGBALLUTILS_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDKGEOMETRY_API Sphere3d< ipReal64 > computeMinEnclosingSphere(const std::vector< Point3dData< T > > &inputPtColl)
Definition of import/export macro for library.
#define IPSDKGEOMETRY_API
Import/Export macro for library IPSDKGeometry.
Definition: IPSDKGeometryExports.h:25
IPSDKGEOMETRY_API Circle2d< ipReal64 > computeMinEnclosingCircle(const std::vector< Point2dData< T > > &inputPtColl)