14 #ifndef __IPSDKGEOMETRY_MEASURE_MOMENTS2DO3_H__ 15 #define __IPSDKGEOMETRY_MEASURE_MOMENTS2DO3_H__ 19 #include <IPSDKGeometry/Entity/2d/Point/Point2dData.h> 32 void computeMoments(
const std::vector<
Point2dData<T> >& pointColl);
90 #endif // __IPSDKGEOMETRY_MEASURE_MOMENTS2DO3_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
Moments of order up to 3 on a 2d shape.
Definition: Moments2dO3.h:24
Definition of import/export macro for library.
Base types for multiplatform compatibility.
#define IPSDKGEOMETRY_API
Import/Export macro for library IPSDKGeometry.
Definition: IPSDKGeometryExports.h:25
IPSDK_FORCEINLINE Pack2MaskPackType< PackT >::Type isEqual(const PackT &in1, const PackT &in2)
isEqual function; tests if all the elements of the first operand pack equal the elements of the secon...
Definition: isEqual.h:39
bool ipBool
Base types definition.
Definition: BaseTypes.h:47
Lightweight structure used to store Point2d data.
Definition: GeometryEntity2dTypes.h:26