Eigen  3.2.93
Global aligned box typedefs

Detailed Description

Eigen defines several typedef shortcuts for most common aligned box types.

The general patterns are the following:

AlignedBoxSizeType where Size can be 1, 2,3,4 for fixed size boxes or X for dynamic size, and where Type can be i for integer, f for float, d for double.

For example, AlignedBox3d is a fixed-size 3x3 aligned box type of doubles, and AlignedBoxXf is a dynamic-size aligned box of floats.

See also
class AlignedBox

Typedefs

typedef AlignedBox< double, 1 > Eigen::AlignedBox1d
 
typedef AlignedBox< float, 1 > Eigen::AlignedBox1f
 
typedef AlignedBox< int, 1 > Eigen::AlignedBox1i
 
typedef AlignedBox< double, 2 > Eigen::AlignedBox2d
 
typedef AlignedBox< float, 2 > Eigen::AlignedBox2f
 
typedef AlignedBox< int, 2 > Eigen::AlignedBox2i
 
typedef AlignedBox< double, 3 > Eigen::AlignedBox3d
 
typedef AlignedBox< float, 3 > Eigen::AlignedBox3f
 
typedef AlignedBox< int, 3 > Eigen::AlignedBox3i
 
typedef AlignedBox< double, 4 > Eigen::AlignedBox4d
 
typedef AlignedBox< float, 4 > Eigen::AlignedBox4f
 
typedef AlignedBox< int, 4 > Eigen::AlignedBox4i
 
typedef AlignedBox< double, DynamicEigen::AlignedBoxXd
 
typedef AlignedBox< float, DynamicEigen::AlignedBoxXf
 
typedef AlignedBox< int, DynamicEigen::AlignedBoxXi
 

Typedef Documentation

§ AlignedBox1d

typedef AlignedBox< double , 1 > Eigen::AlignedBox1d

§ AlignedBox1f

typedef AlignedBox< float , 1 > Eigen::AlignedBox1f

§ AlignedBox1i

typedef AlignedBox< int , 1 > Eigen::AlignedBox1i

§ AlignedBox2d

typedef AlignedBox< double , 2 > Eigen::AlignedBox2d

§ AlignedBox2f

typedef AlignedBox< float , 2 > Eigen::AlignedBox2f

§ AlignedBox2i

typedef AlignedBox< int , 2 > Eigen::AlignedBox2i

§ AlignedBox3d

typedef AlignedBox< double , 3 > Eigen::AlignedBox3d

§ AlignedBox3f

typedef AlignedBox< float , 3 > Eigen::AlignedBox3f

§ AlignedBox3i

typedef AlignedBox< int , 3 > Eigen::AlignedBox3i

§ AlignedBox4d

typedef AlignedBox< double , 4 > Eigen::AlignedBox4d

§ AlignedBox4f

typedef AlignedBox< float , 4 > Eigen::AlignedBox4f

§ AlignedBox4i

typedef AlignedBox< int , 4 > Eigen::AlignedBox4i

§ AlignedBoxXd

typedef AlignedBox< double , Dynamic > Eigen::AlignedBoxXd

§ AlignedBoxXf

§ AlignedBoxXi