|
T * | addressOf (T &v) |
|
ReferenceWrapper< T const > | cref (T const &wrapped_object) |
|
Scalar | cube_root (const Scalar &x) |
|
ecl_geometry_PUBLIC T | degrees_to_radians (const T °rees, typename enable_if< ecl::is_float< T > >::type *dummy=0) |
|
T | euclidean_norm (const T &x1, const T &x2) |
|
T | euclidean_norm (const T &x1, const T &x2, const T &x3) |
|
NullaryFreeFunction< R > | generateFunctionObject (R(*function)()) |
|
PartiallyBoundUnaryMemberFunction< C, A, R > | generateFunctionObject (R(C::*function)(A), C &c) |
|
UnaryFreeFunction< A, R > | generateFunctionObject (R(*function)(A)) |
|
BoundUnaryFreeFunction< A, R > | generateFunctionObject (R(*function)(A), I &a) |
|
BoundUnaryFreeFunction< A, R > | generateFunctionObject (R(*function)(A), const I &a) |
|
NullaryMemberFunction< C, R > | generateFunctionObject (R(C::*function)()) |
|
BoundNullaryMemberFunction< C, R > | generateFunctionObject (R(C::*function)(), C &c) |
|
UnaryMemberFunction< C, A, R > | generateFunctionObject (R(C::*function)(A)) |
|
BoundUnaryMemberFunction< C, A, R > | generateFunctionObject (R(C::*function)(A), C &c, I &a) |
|
BoundUnaryMemberFunction< C, A, R > | generateFunctionObject (R(C::*function)(A), C &c, const I &a) |
|
bool | is_big_endian () |
|
bool | is_char_signed () |
|
bool | isApprox (const Scalar &x, const OtherScalar &y, typename numeric_limits< Scalar >::Precision precision=numeric_limits< Scalar >::dummy_precision) |
|
bool | isApproxOrLessThan (const Scalar &x, const OtherScalar &y, typename numeric_limits< Scalar >::Precision precision=numeric_limits< Scalar >::dummy_precision) |
|
int | nsign (const Scalar &x) |
|
OutputStream & | operator<< (OutputStream &ostream, const Array< ElementType, ArraySize > &array) |
|
OutputStream & | operator<< (OutputStream &ostream, const SmoothLinearSpline &smooth_linear_spline) |
|
OutputStream & | operator<< (OutputStream &ostream, Format< std::string > &formatter) |
|
OutputStream & | operator<< (OutputStream &ostream, const TensionSpline &tension_spline) |
|
OutputStream & | operator<< (OutputStream &ostream, const LegacyPose3D< Float_ > &pose) |
|
OutputStream & | operator<< (OutputStream &ostream, const Stencil< ArrayType > &stencil) |
|
OutputStream & | operator<< (OutputStream &ostream, const Polynomial< Degree > &polynomial) |
|
OutputStream & | operator<< (OutputStream &ostream, const HomogeneousPoint< Type > &point) |
|
OutputStream & | operator<< (OutputStream &ostream, const LegacyPose2D< Float_, Storage_ > &pose) |
|
OutputStream & | operator<< (OutputStream &ostream, const Array< ElementType, DynamicStorage > &array) |
|
OutputStream & | operator<< (OutputStream &ostream, const CartesianPoint< Type, 2 > &point) |
|
OutputStream & | operator<< (OutputStream &ostream, const Void void_object) |
|
OutputStream & | operator<< (OutputStream &ostream, const TensionFunction &function) |
|
OutputStream & | operator<< (OutputStream &ostream, const CubicSpline &cubic_spline) |
|
OutputStream & | operator<< (OutputStream &ostream, const PascalsTriangle< 3 > &triangle) |
|
OutputStream & | operator<< (OutputStream &ostream, const CartesianPoint< Type, 3 > &point) |
|
OutputStream & | operator<< (OutputStream &ostream, const PascalsTriangle< PowerN > &triangle) |
|
OutputStream & | operator<< (OutputStream &ostream, const PascalsTriangle< 5 > &triangle) |
|
template<typename OutputStream > |
OutputStream & | operator<< (OutputStream &ostream, Trajectory< JointAngles > &trajectory) |
|
template<typename OutputStream > |
OutputStream & | operator<< (OutputStream &ostream, WayPoint< JointAngles > &waypoint) |
|
int | psign (const Scalar &x) |
|
ecl_geometry_PUBLIC T | radians_to_degrees (const T &radians, typename enable_if< ecl::is_float< T > >::type *dummy=0) |
|
ReferenceWrapper< T > | ref (T &wrapped_object) |
|
int | sign (const Scalar &x) |
|
ecl_geometry_PUBLIC float | wrap_angle (const float &angle) |
|
ecl_geometry_PUBLIC double | wrap_angle (const double &angle) |
|
ecl_geometry_PUBLIC const double & | wrap_angle (double &angle) |
|
ecl_geometry_PUBLIC const float & | wrap_angle (float &angle) |
|