Functions
contrib/oxl/mvl/HMatrix1D.cxx File Reference
#include "HMatrix1D.h"
#include <vgl/vgl_homg_point_1d.h>
#include <vcl_fstream.h>
#include <vnl/vnl_double_2.h>
#include <vnl/vnl_inverse.h>

Go to the source code of this file.

Functions

vcl_ostream & operator<< (vcl_ostream &s, const HMatrix1D &h)
 Print H on vcl_ostream.
vcl_istream & operator>> (vcl_istream &s, HMatrix1D &H)
 Read H from vcl_istream.

Detailed Description

Definition in file HMatrix1D.cxx.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  s,
const HMatrix1D h 
)

Print H on vcl_ostream.

Definition at line 83 of file HMatrix1D.cxx.

vcl_istream& operator>> ( vcl_istream &  s,
HMatrix1D H 
)

Read H from vcl_istream.

Definition at line 89 of file HMatrix1D.cxx.