Construct clamped plate spline to map 2D to 2D. More...
#include <vgl/vgl_point_2d.h>
#include <vnl/vnl_vector.h>
#include <vnl/vnl_matrix.h>
#include <vsl/vsl_binary_io.h>
#include <vcl_vector.h>
#include <vcl_iosfwd.h>
Go to the source code of this file.
Classes | |
class | mbl_clamped_plate_spline_2d |
Construct clamped plate spline to map 2D points in unit disk. More... | |
Functions | |
void | vsl_b_write (vsl_b_ostream &bfs, const mbl_clamped_plate_spline_2d &b) |
Binary file stream output operator for class reference. | |
void | vsl_b_read (vsl_b_istream &bfs, mbl_clamped_plate_spline_2d &b) |
Binary file stream input operator for class reference. | |
vcl_ostream & | operator<< (vcl_ostream &os, const mbl_clamped_plate_spline_2d &b) |
Stream output operator for class reference. |
Construct clamped plate spline to map 2D to 2D.
Definition in file mbl_clamped_plate_spline_2d.h.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const mbl_clamped_plate_spline_2d & | b | ||
) |
Stream output operator for class reference.
Definition at line 340 of file mbl_clamped_plate_spline_2d.cxx.
void vsl_b_read | ( | vsl_b_istream & | bfs, |
mbl_clamped_plate_spline_2d & | b | ||
) |
Binary file stream input operator for class reference.
Definition at line 331 of file mbl_clamped_plate_spline_2d.cxx.
void vsl_b_write | ( | vsl_b_ostream & | bfs, |
const mbl_clamped_plate_spline_2d & | b | ||
) |
Binary file stream output operator for class reference.
Definition at line 322 of file mbl_clamped_plate_spline_2d.cxx.