Global aligned box typedefs

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
 

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

Typedef Documentation

◆ AlignedBox1d

typedef AlignedBox< double , 1 > Eigen::AlignedBox1d

Definition at line 481 of file AlignedBox.h.

◆ AlignedBox1f

typedef AlignedBox< float , 1 > Eigen::AlignedBox1f

Definition at line 480 of file AlignedBox.h.

◆ AlignedBox1i

typedef AlignedBox< int , 1 > Eigen::AlignedBox1i

Definition at line 479 of file AlignedBox.h.

◆ AlignedBox2d

typedef AlignedBox< double , 2 > Eigen::AlignedBox2d

Definition at line 481 of file AlignedBox.h.

◆ AlignedBox2f

typedef AlignedBox< float , 2 > Eigen::AlignedBox2f

Definition at line 480 of file AlignedBox.h.

◆ AlignedBox2i

typedef AlignedBox< int , 2 > Eigen::AlignedBox2i

Definition at line 479 of file AlignedBox.h.

◆ AlignedBox3d

typedef AlignedBox< double , 3 > Eigen::AlignedBox3d

Definition at line 481 of file AlignedBox.h.

◆ AlignedBox3f

typedef AlignedBox< float , 3 > Eigen::AlignedBox3f

Definition at line 480 of file AlignedBox.h.

◆ AlignedBox3i

typedef AlignedBox< int , 3 > Eigen::AlignedBox3i

Definition at line 479 of file AlignedBox.h.

◆ AlignedBox4d

typedef AlignedBox< double , 4 > Eigen::AlignedBox4d

Definition at line 481 of file AlignedBox.h.

◆ AlignedBox4f

typedef AlignedBox< float , 4 > Eigen::AlignedBox4f

Definition at line 480 of file AlignedBox.h.

◆ AlignedBox4i

typedef AlignedBox< int , 4 > Eigen::AlignedBox4i

Definition at line 479 of file AlignedBox.h.

◆ AlignedBoxXd

typedef AlignedBox< double , Dynamic > Eigen::AlignedBoxXd

Definition at line 481 of file AlignedBox.h.

◆ AlignedBoxXf

Definition at line 480 of file AlignedBox.h.

◆ AlignedBoxXi

Definition at line 479 of file AlignedBox.h.