vcsl_matrix_sptr.h
Go to the documentation of this file.
1 #ifndef vcsl_matrix_sptr_h_
2 #define vcsl_matrix_sptr_h_
3 
4 class vcsl_matrix;
5 #include <vbl/vbl_smart_ptr.h>
7 
8 #endif // vcsl_matrix_sptr_h_
vbl_smart_ptr< vcsl_matrix > vcsl_matrix_sptr
A coordinate transformation specified by a transformation matrix.
Definition: vcsl_matrix.h:25