Definition in file vimt_transform_2d.h.
#include <vnl/vnl_fwd.h>
#include <vgl/vgl_vector_2d.h>
#include <vgl/vgl_point_2d.h>
#include <vsl/vsl_binary_io.h>
Go to the source code of this file.
Classes | |
| class | vimt_transform_2d |
| 2D transform, which can be up to a projective transformation. More... | |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &, const vimt_transform_2d &t) |
| void | vsl_b_write (vsl_b_ostream &bfs, const vimt_transform_2d &b) |
| Binary file stream output operator for pointer to class. | |
| void | vsl_b_read (vsl_b_istream &bfs, vimt_transform_2d &b) |
| Binary file stream input operator for class reference. | |
| void | vsl_print_summary (vcl_ostream &os, const vimt_transform_2d &t) |
| Stream output operator for class reference. | |
|
||||||||||||
|
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