Searched refs:_dim (Results 1 - 7 of 7) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DParametrizedLine.h41 /** Constructs a dynamic-size line with \a _dim the dimension
43 inline explicit ParametrizedLine(int _dim) : m_origin(_dim), m_direction(_dim) {} argument
H A DAlignedBox.h40 /** Constructs a null box with \a _dim the dimension of the ambient space. */
41 inline explicit AlignedBox(int _dim) : m_min(_dim), m_max(_dim) argument
H A DHyperplane.h49 /** Constructs a dynamic-size hyperplane with \a _dim the dimension
51 inline explicit Hyperplane(int _dim) : m_coeffs(_dim+1) {} argument
/external/eigen/Eigen/src/Geometry/
H A DParametrizedLine.h51 /** Constructs a dynamic-size line with \a _dim the dimension
53 inline explicit ParametrizedLine(Index _dim) : m_origin(_dim), m_direction(_dim) {} argument
H A DAlignedBox.h62 /** Constructs a null box with \a _dim the dimension of the ambient space. */
63 inline explicit AlignedBox(Index _dim) : m_min(_dim), m_max(_dim) argument
H A DHyperplane.h60 /** Constructs a dynamic-size hyperplane with \a _dim the dimension
62 inline explicit Hyperplane(Index _dim) : m_coeffs(_dim+1) {} argument
/external/opencv/cv/src/
H A D_cvkdtree.hpp131 median_pr(const __instype & _pivot, int _dim, __deref _deref, __valuector _ctor) argument
132 : pivot(_pivot), dim(_dim), deref(_deref), ctor(_ctor) {

Completed in 211 milliseconds