Functions
contrib/oxl/mvl/HMatrix2D.cxx File Reference
#include "HMatrix2D.h"
#include <mvl/HomgOperator2D.h>
#include <vnl/vnl_inverse.h>
#include <vcl_fstream.h>

Go to the source code of this file.

Functions

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

Detailed Description

Definition in file HMatrix2D.cxx.


Function Documentation

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

Print H on vcl_ostream.

Definition at line 113 of file HMatrix2D.cxx.

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

Read H from vcl_istream.

Definition at line 119 of file HMatrix2D.cxx.