Macros | Functions
vgl_h_matrix_2d.hxx File Reference
#include <limits>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include "vgl_h_matrix_2d.h"
#include <vnl/vnl_inverse.h>
#include <vnl/vnl_vector_fixed.h>
#include <vnl/algo/vnl_svd.h>
#include <vcl_compiler_detection.h>
#include <cassert>
#include <vcl_deprecated.h>

Go to the source code of this file.

Macros

#define VGL_H_MATRIX_2D_INSTANTIATE(T)
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &s, vgl_h_matrix_2d< T > const &h)
 Print H on std::ostream. More...
 

Macro Definition Documentation

◆ VGL_H_MATRIX_2D_INSTANTIATE

#define VGL_H_MATRIX_2D_INSTANTIATE (   T)
Value:
template class vgl_h_matrix_2d<T >; \
template std::ostream& operator << (std::ostream& s, vgl_h_matrix_2d<T > const& h); \
template std::istream& operator >> (std::istream& s, vgl_h_matrix_2d<T >& h)
A class to hold a plane-to-plane projective transformation matrix and to perform common operations us...
Definition: vgl_algo_fwd.h:11
std::ostream & operator<<(std::ostream &s, vgl_orient_box_3d< Type > const &p)
Write box to stream.

Definition at line 508 of file vgl_h_matrix_2d.hxx.

Function Documentation

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  s,
vgl_h_matrix_2d< T > const &  h 
)

Print H on std::ostream.

Definition at line 164 of file vgl_h_matrix_2d.hxx.