IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
computeUniformlyDistOrientations3d.h
1 // computeUniformlyDistOrientations3d.h:
3 // -------------
4 //
6 //
16 
17 #ifndef __IPSDKMATH_COMPUTEUNIFORMLYDISTORIENTATIONS3D_H__
18 #define __IPSDKMATH_COMPUTEUNIFORMLYDISTORIENTATIONS3D_H__
19 
21 #include <IPSDKMath/Geometry/3d/PhiTheta.h>
22 
23 namespace ipsdk {
24 namespace math {
25 
28 
34 computeUniformlyDistOrientations3d(ipUInt64 nbPoints);
35 
38 
39 } // end of namespace math
40 } // end of namespace ipsdk
41 
42 #endif // __IPSDKMATH_COMPUTEUNIFORMLYDISTORIENTATIONS3D_H__
std::vector< PhiTheta > PhiThetaColl
collection of phi theta data
Definition: PhiTheta.h:43
Definition of import/export macro for library.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
#define IPSDKMATH_API
Import/Export macro for library IPSDKMath.
Definition: IPSDKMathExports.h:27