Classes
vcsl_matrix.h File Reference

A coordinate transformation specified by a transformation matrix. More...

#include <vcsl/vcsl_spatial_transformation.h>
#include <vcsl/vcsl_matrix_sptr.h>
#include <vcsl/vcsl_matrix_param.h>
#include <vnl/vnl_vector.h>
#include <vnl/vnl_matrix.h>

Go to the source code of this file.

Classes

class  vcsl_matrix
 A coordinate transformation specified by a transformation matrix. More...
 

Detailed Description

A coordinate transformation specified by a transformation matrix.

Author
Francois BERTEL
  Modifications
   2000/07/19 Francois BERTEL Creation.
   2002/01/22 Peter Vanroose - return type of execute() and inverse() changed to non-ptr
   2002/01/28 Peter Vanroose - std::vector member matrix_ changed to non-ptr
   2002/12/30 Peter Vanroose - removed unused and commented out member _vector
   2004/09/17 Peter Vanroose - made matrix_list() non-virtual - it just returns a member and should not be overloaded

Definition in file vcsl_matrix.h.