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. | |
| vcl_ostream& operator<< | ( | vcl_ostream & | , | |
| const vimt_transform_2d & | t | |||
| ) |
Definition at line 699 of file vimt_transform_2d.cxx.
| void vsl_b_read | ( | vsl_b_istream & | bfs, | |
| vimt_transform_2d & | b | |||
| ) |
Binary file stream input operator for class reference.
Definition at line 744 of file vimt_transform_2d.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, | |
| const vimt_transform_2d & | b | |||
| ) |
Binary file stream output operator for pointer to class.
Definition at line 749 of file vimt_transform_2d.cxx.
| void vsl_print_summary | ( | vcl_ostream & | os, | |
| const vimt_transform_2d & | t | |||
| ) |
1.5.1