Searched defs:AlignedBox (Results 1 – 3 of 3) sorted by relevance
37 inline explicit AlignedBox() in AlignedBox() function41 inline explicit AlignedBox(int _dim) : m_min(_dim), m_max(_dim) in AlignedBox() function45 inline AlignedBox(const VectorType& _min, const VectorType& _max) : m_min(_min), m_max(_max) {} in AlignedBox() function48 inline explicit AlignedBox(const VectorType& p) : m_min(p), m_max(p) {} in AlignedBox() function126 inline explicit AlignedBox(const AlignedBox<OtherScalarType,AmbientDimAtCompileTime>& other) in AlignedBox() function
55 #define AlignedBox eigen2_AlignedBox macro
59 inline explicit AlignedBox() in AlignedBox() function63 inline explicit AlignedBox(Index _dim) : m_min(_dim), m_max(_dim) in AlignedBox() function68 …inline AlignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : m_min(_min), m_max… in AlignedBox() function72 inline explicit AlignedBox(const MatrixBase<Derived>& a_p) in AlignedBox() function275 inline explicit AlignedBox(const AlignedBox<OtherScalarType,AmbientDimAtCompileTime>& other) in AlignedBox() function