|
humoto
|
This class collects enums and methods to facilitate partial handling of spatial data, e.g., for discrimination of rotational, translational, and complete Jacobians.
Definition at line 21 of file spatial_transform.h.
#include <spatial_transform.h>
Public Types | |
| enum | Type { UNDEFINED = 0, COMPLETE = 1, TRANSLATION = 2, ROTATION = 3 } |
| Type os spatial data. More... | |
Static Public Member Functions | |
| static std::size_t | getNumberOfElements (const Type &spatial_type) |
| Returns number of elements (dimensionality) for given spatial data type. More... | |
Type os spatial data.
| Enumerator | |
|---|---|
| UNDEFINED | |
| COMPLETE | |
| TRANSLATION | |
| ROTATION | |
Definition at line 27 of file spatial_transform.h.
|
inlinestatic |
Returns number of elements (dimensionality) for given spatial data type.
| [in] | spatial_type |
Definition at line 44 of file spatial_transform.h.
1.8.13