Transformation between 2 spatial coordinate systems. More...
#include <vcsl/vcsl_spatial_transformation_sptr.h>
#include <vbl/vbl_ref_count.h>
#include <vcl_vector.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 vcl_vector< double > | list_of_scalars |
typedef vcl_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 vcl_vector<double> list_of_scalars |
Definition at line 27 of file vcsl_spatial_transformation.h.
typedef vcl_vector<vnl_vector<double> > list_of_vectors |
Definition at line 28 of file vcsl_spatial_transformation.h.
enum vcsl_interpolator |
Definition at line 30 of file vcsl_spatial_transformation.h.