Construct thin plate spline to map 3D to 3D. More...
#include <vgl/vgl_point_3d.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_thin_plate_spline_weights_3d |
Construct thin plate spline to map 3D to 3D. More... | |
Functions | |
void | vsl_b_write (vsl_b_ostream &bfs, const mbl_thin_plate_spline_weights_3d &b) |
Binary file stream output operator for class reference. | |
void | vsl_b_read (vsl_b_istream &bfs, mbl_thin_plate_spline_weights_3d &b) |
Binary file stream input operator for class reference. | |
vcl_ostream & | operator<< (vcl_ostream &os, const mbl_thin_plate_spline_weights_3d &b) |
Stream output operator for class reference. |
Construct thin plate spline to map 3D to 3D.
Definition in file mbl_thin_plate_spline_weights_3d.h.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const mbl_thin_plate_spline_weights_3d & | b | ||
) |
Stream output operator for class reference.
Definition at line 577 of file mbl_thin_plate_spline_weights_3d.cxx.
void vsl_b_read | ( | vsl_b_istream & | bfs, |
mbl_thin_plate_spline_weights_3d & | b | ||
) |
Binary file stream input operator for class reference.
Definition at line 568 of file mbl_thin_plate_spline_weights_3d.cxx.
void vsl_b_write | ( | vsl_b_ostream & | bfs, |
const mbl_thin_plate_spline_weights_3d & | b | ||
) |
Binary file stream output operator for class reference.
Definition at line 559 of file mbl_thin_plate_spline_weights_3d.cxx.