#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>#include <vnl/vnl_det.h>#include <vnl/vnl_math.h>Go to the source code of this file.
Functions | |
| vimt_transform_2d | operator* (const vimt_transform_2d &L, const vimt_transform_2d &R) |
| Transform composition (L*R)(x) = L(R(x)). | |
| 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 in file vimt_transform_2d.cxx.
| vimt_transform_2d operator* | ( | const vimt_transform_2d & | L, |
| const vimt_transform_2d & | R | ||
| ) |
Transform composition (L*R)(x) = L(R(x)).
Definition at line 593 of file vimt_transform_2d.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const vimt_transform_2d & | t | ||
| ) |
Definition at line 785 of file vimt_transform_2d.cxx.
| void vsl_b_read | ( | vsl_b_istream & | bfs, |
| vimt_transform_2d & | t | ||
| ) |
Binary file stream input operator for class reference.
Definition at line 828 of file vimt_transform_2d.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, |
| const vimt_transform_2d & | t | ||
| ) |
Binary file stream output operator for pointer to class.
Definition at line 833 of file vimt_transform_2d.cxx.
| void vsl_print_summary | ( | vcl_ostream & | os, |
| const vimt_transform_2d & | t | ||
| ) |
Stream output operator for class reference.
Definition at line 838 of file vimt_transform_2d.cxx.
1.7.5.1