#include "rgrl_spline.h"#include <vcl_cmath.h>#include <vcl_iostream.h>#include <vcl_cassert.h>#include <vnl/vnl_math.h>#include <vcl_vector.h>Go to the source code of this file.
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &os, rgrl_spline const &spline) |
| vcl_istream & | operator>> (vcl_istream &is, rgrl_spline &spline) |
Definition in file rgrl_spline.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| rgrl_spline const & | spline | ||
| ) |
Definition at line 842 of file rgrl_spline.cxx.
| vcl_istream& operator>> | ( | vcl_istream & | is, |
| rgrl_spline & | spline | ||
| ) |
Definition at line 857 of file rgrl_spline.cxx.
1.7.5.1