Transformation between 2 spatial coordinate systems. More...
#include <vector>#include <vcsl/vcsl_spatial_transformation_sptr.h>#include <vbl/vbl_ref_count.h>#include <vnl/vnl_vector.h>#include <vnl/vnl_quaternion.h>Go to the source code of this file.
Classes | |
| class | vcsl_spatial_transformation |
| Transformation between 2 spatial coordinate systems. More... | |
Typedefs | |
| typedef std::vector< double > | list_of_scalars |
| typedef std::vector< vnl_vector< double > > | list_of_vectors |
Enumerations | |
| enum | vcsl_interpolator { vcsl_linear, vcsl_cubic, vcsl_spline } |
Transformation between 2 spatial coordinate systems.
Definition in file vcsl_spatial_transformation.h.
| typedef std::vector<double> list_of_scalars |
Definition at line 30 of file vcsl_spatial_transformation.h.
| typedef std::vector<vnl_vector<double> > list_of_vectors |
Definition at line 31 of file vcsl_spatial_transformation.h.
| enum vcsl_interpolator |
| Enumerator | |
|---|---|
| vcsl_linear | |
| vcsl_cubic | |
| vcsl_spline | |
Definition at line 33 of file vcsl_spatial_transformation.h.
1.8.15