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, Dynamic > | Eigen::AlignedBoxXd |
typedef AlignedBox< float, Dynamic > | Eigen::AlignedBoxXf |
typedef AlignedBox< int, Dynamic > | Eigen::AlignedBoxXi |
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.
typedef AlignedBox< double , 1 > Eigen::AlignedBox1d |
Definition at line 481 of file AlignedBox.h.
typedef AlignedBox< float , 1 > Eigen::AlignedBox1f |
Definition at line 480 of file AlignedBox.h.
typedef AlignedBox< int , 1 > Eigen::AlignedBox1i |
Definition at line 479 of file AlignedBox.h.
typedef AlignedBox< double , 2 > Eigen::AlignedBox2d |
Definition at line 481 of file AlignedBox.h.
typedef AlignedBox< float , 2 > Eigen::AlignedBox2f |
Definition at line 480 of file AlignedBox.h.
typedef AlignedBox< int , 2 > Eigen::AlignedBox2i |
Definition at line 479 of file AlignedBox.h.
typedef AlignedBox< double , 3 > Eigen::AlignedBox3d |
Definition at line 481 of file AlignedBox.h.
typedef AlignedBox< float , 3 > Eigen::AlignedBox3f |
Definition at line 480 of file AlignedBox.h.
typedef AlignedBox< int , 3 > Eigen::AlignedBox3i |
Definition at line 479 of file AlignedBox.h.
typedef AlignedBox< double , 4 > Eigen::AlignedBox4d |
Definition at line 481 of file AlignedBox.h.
typedef AlignedBox< float , 4 > Eigen::AlignedBox4f |
Definition at line 480 of file AlignedBox.h.
typedef AlignedBox< int , 4 > Eigen::AlignedBox4i |
Definition at line 479 of file AlignedBox.h.
typedef AlignedBox< double , Dynamic > Eigen::AlignedBoxXd |
Definition at line 481 of file AlignedBox.h.
typedef AlignedBox< float , Dynamic > Eigen::AlignedBoxXf |
Definition at line 480 of file AlignedBox.h.
typedef AlignedBox< int , Dynamic > Eigen::AlignedBoxXi |
Definition at line 479 of file AlignedBox.h.