Definition in file vimt_transform_2d.cxx.
#include "vimt_transform_2d.h"
#include <vcl_cmath.h>
#include <vcl_cstdlib.h>
#include <vcl_cassert.h>
#include <vsl/vsl_indent.h>
#include <vnl/vnl_vector.h>
#include <vnl/vnl_matrix.h>
#include <vnl/vnl_inverse.h>
Go to the source code of this file.
Functions | |
| vimt_transform_2d | operator * (const vimt_transform_2d &L, const vimt_transform_2d &R) |
| vcl_ostream & | operator<< (vcl_ostream &os, const vimt_transform_2d &t) |
| void | vsl_b_read (vsl_b_istream &bfs, vimt_transform_2d &t) |
| Binary file stream input operator for class reference. | |
| void | vsl_b_write (vsl_b_ostream &bfs, const vimt_transform_2d &t) |
| Binary file stream output operator for pointer to class. | |
| void | vsl_print_summary (vcl_ostream &os, const vimt_transform_2d &t) |
| Stream output operator for class reference. | |
|
||||||||||||
|
Definition at line 492 of file vimt_transform_2d.cxx. |
|
||||||||||||
|
Definition at line 683 of file vimt_transform_2d.cxx. |
|
||||||||||||
|
Binary file stream input operator for class reference.
Definition at line 728 of file vimt_transform_2d.cxx. |
|
||||||||||||
|
Binary file stream output operator for pointer to class.
Definition at line 733 of file vimt_transform_2d.cxx. |
|
||||||||||||
|
Stream output operator for class reference.
Definition at line 738 of file vimt_transform_2d.cxx. |
1.4.4