Go to the source code of this file.
Classes | |
class | AlignedBox< _Scalar, _AmbientDim > |
An axis aligned box. More... | |
Namespaces | |
namespace | Eigen |
Namespace containing all symbols from the Eigen library. | |
Defines | |
#define | EIGEN_MAKE_TYPEDEFS(Type, TypeSuffix, Size, SizeSuffix) |
#define | EIGEN_MAKE_TYPEDEFS_ALL_SIZES(Type, TypeSuffix) |
Typedefs | |
typedef AlignedBox< double, 1 > | AlignedBox1d |
typedef AlignedBox< float, 1 > | AlignedBox1f |
typedef AlignedBox< int, 1 > | AlignedBox1i |
typedef AlignedBox< double, 2 > | AlignedBox2d |
typedef AlignedBox< float, 2 > | AlignedBox2f |
typedef AlignedBox< int, 2 > | AlignedBox2i |
typedef AlignedBox< double, 3 > | AlignedBox3d |
typedef AlignedBox< float, 3 > | AlignedBox3f |
typedef AlignedBox< int, 3 > | AlignedBox3i |
typedef AlignedBox< double, 4 > | AlignedBox4d |
typedef AlignedBox< float, 4 > | AlignedBox4f |
typedef AlignedBox< int, 4 > | AlignedBox4i |
typedef AlignedBox< double, Dynamic > | AlignedBoxXd |
typedef AlignedBox< float, Dynamic > | AlignedBoxXf |
typedef AlignedBox< int, Dynamic > | AlignedBoxXi |
#define EIGEN_MAKE_TYPEDEFS | ( | Type, | |
TypeSuffix, | |||
Size, | |||
SizeSuffix | |||
) |
#define EIGEN_MAKE_TYPEDEFS_ALL_SIZES | ( | Type, | |
TypeSuffix | |||
) |